Au Short Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Au Short icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336712.svg" alt="Au Short icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336712.svg" alt="Au Short icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336712.svg" alt="Au Short icon" :width="24" :height="24" />
CSS background
.icon-au-short {
background-image: url('https://proicons.com/icon/336712.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M40.8513,25.4324c1.1355-.6165,1.1355-2.2463,0-2.8628L11.1124,6.4003c-2.1702-1.1802-4.8128.3904-4.8137,2.8607v29.478c.0009,2.4703,2.6435,4.0408,4.8137,2.8607l29.7389-16.1672Z"/><path class="b" d="M6.2971,22.5203l11.0654,6.0163"/><path class="b" d="M15.337,18.0658l19.5313,10.6195"/></svg>
Copied!