Headphone Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Headphone Alt 3 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/305838.svg" alt="Headphone Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305838.svg" alt="Headphone Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305838.svg" alt="Headphone Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-headphone-alt-3 {
background-image: url('https://proicons.com/icon/305838.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="M0 772c18 8 35 16 54 25V632c-19 9-36 17-54 25v115zm784-553c-104-91-226-117-359-97C234 149 86 312 80 502c-3 107 0 214 0 321 0 36 26 61 62 61 28 1 57 1 85 1 44-1 68-24 68-68V613c0-45-25-70-70-70h-75c-3-134 47-240 161-307 130-77 265-74 393 9 104 68 150 170 146 298h-77c-42 0-67 25-67 67-1 69-1 138 0 207 0 42 23 66 65 67 26 1 53 1 79 1 47-1 70-25 70-72 0-100 1-200 0-300-1-118-48-216-136-294zm216 452c-1-5-1-12-5-14-15-10-31-18-49-27v167c14-7 27-15 40-20 10-5 14-11 14-23-1-28 0-55 0-83z"/></svg>
Copied!