headphones icon
headphones-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- headphones-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
headphonesBootstrap IconsheadphonesCarbonheadphones-fillEva IconsheadphonesFramework7 IconsheadphonesFont Awesome 6 SolidheadphonesFont Awesome RegularheadphonesFont Awesome SolidheadphonesFeather Iconsheadphones-outlineFlowbite Iconsheadphones-20Fluent UI System Color IconsheadphonesHuge IconsheadphonesLine AwesomeheadphonesLucideheadphonesMaterial SymbolsheadphonesMaterial Symbols LightheadphonesMaterial Design IconsheadphonesMyna UI IconsheadphonesPhosphorheadphonesPrime IconsheadphonesTabler Iconsheadphones-outlineTeenyiconsheadphonesUnicons
Related icons in Fluent UI System Icons
Use the headphones icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22 26h-3a1 1 0 0 1-.993-.883L18 25v-8a1 1 0 0 1 .883-.993L19 16h5.5v-2c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14v2H9a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a4 4 0 0 1-4-4v-8C2 7.373 7.373 2 14 2s12 5.373 12 12v8a4 4 0 0 1-3.8 3.995zh-3zM8.5 17.5h-5V22A2.5 2.5 0 0 0 6 24.5h2.5zm16 0h-5v7H22a2.5 2.5 0 0 0 2.5-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHeadphones28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22 26h-3a1 1 0 0 1-.993-.883L18 25v-8a1 1 0 0 1 .883-.993L19 16h5.5v-2c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14v2H9a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a4 4 0 0 1-4-4v-8C2 7.373 7.373 2 14 2s12 5.373 12 12v8a4 4 0 0 1-3.8 3.995zh-3zM8.5 17.5h-5V22A2.5 2.5 0 0 0 6 24.5h2.5zm16 0h-5v7H22a2.5 2.5 0 0 0 2.5-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22 26h-3a1 1 0 0 1-.993-.883L18 25v-8a1 1 0 0 1 .883-.993L19 16h5.5v-2c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14v2H9a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a4 4 0 0 1-4-4v-8C2 7.373 7.373 2 14 2s12 5.373 12 12v8a4 4 0 0 1-3.8 3.995zh-3zM8.5 17.5h-5V22A2.5 2.5 0 0 0 6 24.5h2.5zm16 0h-5v7H22a2.5 2.5 0 0 0 2.5-2.5z"/></svg> </template>
CSS
.icon-headphones-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2026h-3a1%201%200%200%201-.993-.883L18%2025v-8a1%201%200%200%201%20.883-.993L19%2016h5.5v-2c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014v2H9a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H6a4%204%200%200%201-4-4v-8C2%207.373%207.373%202%2014%202s12%205.373%2012%2012v8a4%204%200%200%201-3.8%203.995zh-3zM8.5%2017.5h-5V22A2.5%202.5%200%200%200%206%2024.5h2.5zm16%200h-5v7H22a2.5%202.5%200%200%200%202.5-2.5z%22%2F%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2026h-3a1%201%200%200%201-.993-.883L18%2025v-8a1%201%200%200%201%20.883-.993L19%2016h5.5v-2c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014v2H9a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201H6a4%204%200%200%201-4-4v-8C2%207.373%207.373%202%2014%202s12%205.373%2012%2012v8a4%204%200%200%201-3.8%203.995zh-3zM8.5%2017.5h-5V22A2.5%202.5%200%200%200%206%2024.5h2.5zm16%200h-5v7H22a2.5%202.5%200%200%200%202.5-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/headphones-28-regular.svg?color=%231a73e8&size=48