Soundhound Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Soundhound 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/347674.svg" alt="Soundhound icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347674.svg" alt="Soundhound icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347674.svg" alt="Soundhound icon" :width="24" :height="24" />
CSS background
.icon-soundhound {
background-image: url('https://proicons.com/icon/347674.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;stroke-width:1px;}</style></defs><path class="a" d="M27.44,4.51a17.22,17.22,0,0,0-5,.56A16.69,16.69,0,0,0,14.77,33L9.1,38.59a16.91,16.91,0,0,0,28.22-7.5A16.68,16.68,0,0,0,33.06,15L38.73,9.4A17,17,0,0,0,27.44,4.51Z"/></svg>
Copied!