Audioanchor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audioanchor 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/336729.svg" alt="Audioanchor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336729.svg" alt="Audioanchor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336729.svg" alt="Audioanchor icon" :width="24" :height="24" />
CSS background
.icon-audioanchor {
background-image: url('https://proicons.com/icon/336729.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.65,31c-1.58-.82-4.84-7.19,3.35-7.19,4.9,0,6.61,3.63,6.61,5.6s-2,5-6.61,5S12,30.69,12,25c0-8.46,20.49-7,20.49-16.29,0-2.23-1-4.2-2.62-4.2C24.4,4.5,24,14,24,21.46v22"/><path class="a" d="M24,42.13c4.58,0,9.33.18,13.64-10.29"/><path class="a" d="M33.23,34.72a5.87,5.87,0,0,0,4.41-2.88s1,5.46-.62,7.32"/><path class="a" d="M24,42.13c-4.58,0-9.33.18-13.64-10.29"/><path class="a" d="M14.77,34.72a5.87,5.87,0,0,1-4.41-2.88s-1,5.46.62,7.32"/><path class="a" d="M26.15,42.1c-.78,0-2.15.15-2.15,1.4"/><path class="a" d="M21.85,42.1c.78,0,2.15.15,2.15,1.4"/></svg>
Copied!