Audile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audile 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/336722.svg" alt="Audile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336722.svg" alt="Audile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336722.svg" alt="Audile icon" :width="24" :height="24" />
CSS background
.icon-audile {
background-image: url('https://proicons.com/icon/336722.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><circle class="b" cx="23.9998" cy="37.2981" r="2.2386"/><path class="b" d="m30.1529,38.0672c4.0104-.3766,7.1286-3.7341,7.1286-7.8466v-1.5841h-8.788c-.9859,0-1.7852-.7993-1.7852-1.7852h0c0-.9859.7993-1.7852,1.7852-1.7852h8.788v-3.5431l-8.788.0002c-.9859,0-1.7852-.7993-1.7852-1.7852h0c0-.9859.7993-1.7852,1.7852-1.7852l8.788-.0002v-3.5424l-8.788-.0003c-.9859,0-1.7852-.7993-1.7852-1.7852h0c0-.9859.7993-1.7852,1.7852-1.7852l8.638-.0024c-.7141-3.6219-3.8942-6.3372-7.7318-6.3372h-10.7996c-3.8376,0-7.0177,2.7153-7.7318,6.3372l8.638.0024c.9859,0,1.7852.7993,1.7852,1.7852h0c0,.9859-.7993,1.7852-1.7852,1.7852l-8.788.0003v3.5424l8.788.0002c.9859,0,1.7852.7993,1.7852,1.7852h0c0,.9859-.7993,1.7852-1.7852,1.7852l-8.788-.0002v3.5431h8.788c.9859,0,1.7852.7993,1.7852,1.7852h0c0,.9859-.7993,1.7852-1.7852,1.7852h-8.788v1.5841c0,4.1125,3.1183,7.47,7.1286,7.8466.3872,3.1037,3.0254,5.4328,6.1529,5.4328s5.7657-2.3292,6.1529-5.4328Z"/></svg>
Copied!