My Au Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Au 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/329725.svg" alt="My Au icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329725.svg" alt="My Au icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329725.svg" alt="My Au icon" :width="24" :height="24" />
CSS background
.icon-my-au {
background-image: url('https://proicons.com/icon/329725.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M26.717,32.251l-1.4849,5.4117s-.5111,1.5464.8638,1.5464c1.5883,0,2.5323-2.7811,2.5323-2.7811"/><path class="c" d="M29.785,32.251l-1.1573,4.1769s-.9007,2.7531,1.1344,2.7531c2.3938,0,3.0463-2.9702,3.0463-2.9702"/><path class="c" d="M33.906,32.251l-1.4849,5.4117s-.2161,1.4612.8288,1.4384c1.4044-.0306,2.5475-2.6766,2.5475-2.6766"/><path class="c" d="M26.717,32.251s-4.9707-.7514-5.9975,4.388c-.9069,4.5385,3.8446,1.7968,4.5126,1.0236"/><path id="b" class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M42.5,24L5.5,34"/><polyline class="c" points="9.9654 21.1128 9.9654 9.8159 15.5746 21.1255 21.1838 9.8329 21.1838 21.1255"/><path class="c" d="M29.1524,18.2991v3.817c0,1.5616-1.2556,2.8274-2.8046,2.8274-.7745,0-1.4756-.3164-1.9831-.8281"/><path class="c" d="M29.1524,13.6339v4.6652c0,1.5616-1.2556,2.8274-2.8046,2.8274s-2.8046-1.2658-2.8046-2.8274v-4.6652"/></svg>
Copied!