Sound Search Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sound Search icon is commonly used in search bars, toolbars and input fields. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/347665.svg" alt="Sound Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347665.svg" alt="Sound Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347665.svg" alt="Sound Search icon" :width="24" :height="24" />
CSS background
.icon-sound-search {
background-image: url('https://proicons.com/icon/347665.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m27.6629,34.6428V14.7644s8.9123,0,8.9123,0c.8153,0,1.4762-.6609,1.4762-1.4762v-7.312c0-.8153-.6609-1.4762-1.4762-1.4762h-13.7272c-.8153,0-1.4762.6609-1.4762,1.4762v20.1882"/><line class="c" x1="27.6629" y1="14.7644" x2="37.5485" y2="4.8788"/><line class="c" x1="27.6629" y1="14.7644" x2="21.3511" y2="8.4526"/><circle class="c" cx="18.8058" cy="34.6428" r="8.8572"/></svg>
Copied!