Headphone Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Headphone Svg 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/309002.svg" alt="Headphone Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309002.svg" alt="Headphone Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309002.svg" alt="Headphone Svg icon" :width="24" :height="24" />
CSS background
.icon-headphone---svg {
background-image: url('https://proicons.com/icon/309002.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C7.58172 4 4 7.58172 4 12V14H6C7.10457 14 8 14.8954 8 16V19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19V15V14V12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12V14V15V19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19V16C16 14.8954 16.8954 14 18 14H20V12C20 7.58172 16.4183 4 12 4Z" fill="#292929"/> </svg>
Copied!