Audiostretch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audiostretch 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/322178.svg" alt="Audiostretch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322178.svg" alt="Audiostretch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322178.svg" alt="Audiostretch icon" :width="24" :height="24" />
CSS background
.icon-audiostretch {
background-image: url('https://proicons.com/icon/322178.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="b" 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="M3.5,28.0442c.7425-2.0112,1.2284-3.8335,2.6762-3.8059,3.0898.0589,2.5575,7.5953,5.6387,7.359,5.757-.4417,2.5501-14.8668,8.3146-15.1955,4.6328-.2643,3.393,11.1478,8.0279,11.373,3.3615.1632,3.2295-7.7109,6.5945-7.6457,2.8105.0544,2.4507,6.4214,5.2564,6.5945,2.0911.1289,3.3068-3.162,4.4918-4.3962"/></svg>
Copied!