headphone icon
headphone-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- headphone-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All headphone icons →headphoneAkar IconsheadphoneBoxIcons v2headphoneEmoji One (Colored)headphoneFluent EmojiheadphoneFluent Emoji FlatheadphoneFluent Emoji High ContrastheadphoneFirefox OS EmojiheadphoneIonIconsheadphone-fillMingCute IconheadphoneNoto EmojiheadphoneOpenMojiheadphonePixelarticonsheadphone-fillRemix IconheadphoneStreamline EmojisheadphoneTwitter Emoji
More newicons icons from Reicon
Use the headphone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 18.65c-.41 0-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27 2.84-7.19c1.88-1.91 4.4-2.96 7.11-2.96C17.49 2.05 22 6.56 22 12.1v5.7c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31 0-4.45.89-6.04 2.51c-1.6 1.63-2.45 3.8-2.41 6.12v5.71c0 .42-.33.76-.75.76"/><path d="M5.94 12.45h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25 0h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHeadphoneFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 18.65c-.41 0-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27 2.84-7.19c1.88-1.91 4.4-2.96 7.11-2.96C17.49 2.05 22 6.56 22 12.1v5.7c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31 0-4.45.89-6.04 2.51c-1.6 1.63-2.45 3.8-2.41 6.12v5.71c0 .42-.33.76-.75.76"/><path d="M5.94 12.45h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25 0h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 18.65c-.41 0-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27 2.84-7.19c1.88-1.91 4.4-2.96 7.11-2.96C17.49 2.05 22 6.56 22 12.1v5.7c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31 0-4.45.89-6.04 2.51c-1.6 1.63-2.45 3.8-2.41 6.12v5.71c0 .42-.33.76-.75.76"/><path d="M5.94 12.45h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25 0h-.13c-2.1 0-3.81 1.71-3.81 3.81v1.88c0 2.1 1.71 3.81 3.81 3.81h.13c2.1 0 3.81-1.71 3.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81"/></g></svg> </template>
CSS
.icon-headphone-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2018.65c-.41%200-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27%202.84-7.19c1.88-1.91%204.4-2.96%207.11-2.96C17.49%202.05%2022%206.56%2022%2012.1v5.7c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31%200-4.45.89-6.04%202.51c-1.6%201.63-2.45%203.8-2.41%206.12v5.71c0%20.42-.33.76-.75.76%22%2F%3E%3Cpath%20d%3D%22M5.94%2012.45h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25%200h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2018.65c-.41%200-.75-.34-.75-.75v-5.7c-.05-2.71.96-5.27%202.84-7.19c1.88-1.91%204.4-2.96%207.11-2.96C17.49%202.05%2022%206.56%2022%2012.1v5.7c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-5.7c0-4.71-3.83-8.55-8.55-8.55c-2.31%200-4.45.89-6.04%202.51c-1.6%201.63-2.45%203.8-2.41%206.12v5.71c0%20.42-.33.76-.75.76%22%2F%3E%3Cpath%20d%3D%22M5.94%2012.45h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81m12.25%200h-.13c-2.1%200-3.81%201.71-3.81%203.81v1.88c0%202.1%201.71%203.81%203.81%203.81h.13c2.1%200%203.81-1.71%203.81-3.81v-1.88c0-2.1-1.71-3.81-3.81-3.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/headphone-filled.svg?color=%231a73e8&size=48