Headphone Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Headphone Alt 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/305839.svg" alt="Headphone Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305839.svg" alt="Headphone Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305839.svg" alt="Headphone Alt icon" :width="24" :height="24" />
CSS background
.icon-headphone-alt {
background-image: url('https://proicons.com/icon/305839.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M78 797h42c-8 161 160 193 291 187 5 10 15 16 27 16h133c17 0 31-14 31-31v-28c0-17-14-31-31-31H438c-15 0-28 11-31 25-106 6-242-10-237-138h57c15 0 27-12 27-26V460c0-14-12-26-27-26h-80C158 243 316 85 502 85s345 158 355 349h-84c-15 0-26 12-26 26v311c0 14 11 26 26 26h150c14 0 26-12 26-26V460c0-6-2-12-6-17C937 202 738 0 502 0 268 0 70 200 62 440c-6 4-10 12-10 20v311c0 14 11 26 26 26z"/></svg>
Copied!