Jblheadphones Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jblheadphones 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/342203.svg" alt="Jblheadphones icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342203.svg" alt="Jblheadphones icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342203.svg" alt="Jblheadphones icon" :width="24" :height="24" />
CSS background
.icon-jblheadphones {
background-image: url('https://proicons.com/icon/342203.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M6.5249,30.1231a18.497,18.497,0,1,1,34.9487.0044"/><path class="a" d="M19.2312,40.4668A8.3328,8.3328,0,0,1,8.4345,27.7715Z"/><path class="a" d="M28.7688,40.4668A8.3328,8.3328,0,1,0,39.5655,27.7715Z"/><path class="a" d="M25.1055,20.6363a2.5249,2.5249,0,1,1,0,5.05H20.94V15.5867h4.166a2.5249,2.5249,0,1,1,0,5.05Z"/><line class="a" x1="25.1055" y1="20.6363" x2="20.9398" y2="20.6363"/><path class="a" d="M18.3692,15.5862v7.5746a2.5323,2.5323,0,0,1-2.5249,2.5249h0a2.5324,2.5324,0,0,1-2.5249-2.5249v-.8837"/><path class="a" d="M30.0128,15.5862V25.6855h5.05"/></svg>
Copied!