Original Sound Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Original Sound 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/330788.svg" alt="Original Sound icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330788.svg" alt="Original Sound icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330788.svg" alt="Original Sound icon" :width="24" :height="24" />
CSS background
.icon-original-sound {
background-image: url('https://proicons.com/icon/330788.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M24.0861,45.5c10.0151,0,18.7038-6.9148,20.9517-16.6742l-7.8401.0002h0c-2.0225,5.4946-7.2565,9.1454-13.1116,9.1454-2.7032,0-5.227-.7677-7.3655-2.0969l.0011-.0015.0002,8.3321c2.2973.838,4.7774,1.2948,7.3641,1.2948h0Z"/><path id="d" class="f" d="M27.3366,19.6076c-2.4257.0004-4.392,1.9667-4.3924,4.3924.0004,2.4257,1.9667,4.392,4.3924,4.3924,1.5589-.0039,2.9991-.8337,3.7843-2.1804h14.2933v-4.4239h-14.2821c-.7872-1.3502-2.2326-2.1805-3.7955-2.1804Z"/><path id="e" class="f" d="M10.1146,40.3327l.0004-16.4826c.0002-7.6477,6.3048-13.8215,13.9712-13.8215,5.86,0,11.0974,3.6568,13.1162,9.158l7.8379-.0021c-2.244-9.7643-10.935-16.6845-20.9541-16.6845-11.8743,0-21.5003,9.6259-21.5003,21.5,0,6.5381,2.9184,12.3946,7.5236,16.3378"/></g></svg>
Copied!