Headphonezone Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Headphonezone 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/314634.svg" alt="Headphonezone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314634.svg" alt="Headphonezone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314634.svg" alt="Headphonezone icon" :width="24" :height="24" />
CSS background
.icon-headphonezone {
background-image: url('https://proicons.com/icon/314634.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Headphone Zone</title><path d="M17.63 4.702 17.96 0 9.086 2.484c-.463 1.754-.694 4.139.133 6.655.232-.067.463-.1.695-.133a4.724 4.724 0 0 1 5.133 4.305 4.724 4.724 0 0 1-4.305 5.133 4.724 4.724 0 0 1-5.132-4.305 4.618 4.618 0 0 1 1.159-3.543c-.86-1.325-1.987-3.609-1.954-6.49C1.107 6.623-.847 11.258.378 15.86c1.49 5.828 7.45 9.305 13.245 7.782 4.603-1.192 7.748-5.198 8.113-9.702l2.251-1.622-6.358-7.616Z"/></svg>
Copied!