headset icon
headset-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- headset-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
headsetBootstrap IconsheadsetCarbonheadsetElement PlusheadsetFont Awesome 6 SolidheadsetFont Awesome Solidheadset-16-filledFluent UI System Iconsheadset-16Fluent UI System Color Iconsheadsetcss.ggheadsetHuge IconsheadsetIconParkheadsetIconPark OutlineheadsetIconPark SolidheadsetIconPark TwoToneheadsetIconoirheadsetIonIconsheadsetJam IconsheadsetLine AwesomeheadsetLucideheadsetMajesticonsheadsetMaterial Design IconsheadsetPhosphorheadsetPixelarticonsheadset-outlineTeenyicons
Related icons in Tabler Icons
Use the headset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9 9 0 0 1 9 9v6a3 3 0 0 1-2.152 2.879C18.17 21.78 15.31 23 12 23a1 1 0 0 1 0-2c1.889 0 3.482-.482 4.334-1.075A3 3 0 0 1 14 17l.001-3.051l.004-.051A2.995 2.995 0 0 1 17 11h1c.351 0 .688.06 1 .171V11a7 7 0 0 0-13.996-.24L5 11.17c.313-.11.65-.17 1-.17h1a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-6a9 9 0 0 1 9-9"/></svg>
React
import type { SVGProps } from "react";
export function TablerHeadsetFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9 9 0 0 1 9 9v6a3 3 0 0 1-2.152 2.879C18.17 21.78 15.31 23 12 23a1 1 0 0 1 0-2c1.889 0 3.482-.482 4.334-1.075A3 3 0 0 1 14 17l.001-3.051l.004-.051A2.995 2.995 0 0 1 17 11h1c.351 0 .688.06 1 .171V11a7 7 0 0 0-13.996-.24L5 11.17c.313-.11.65-.17 1-.17h1a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-6a9 9 0 0 1 9-9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9 9 0 0 1 9 9v6a3 3 0 0 1-2.152 2.879C18.17 21.78 15.31 23 12 23a1 1 0 0 1 0-2c1.889 0 3.482-.482 4.334-1.075A3 3 0 0 1 14 17l.001-3.051l.004-.051A2.995 2.995 0 0 1 17 11h1c.351 0 .688.06 1 .171V11a7 7 0 0 0-13.996-.24L5 11.17c.313-.11.65-.17 1-.17h1a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-6a9 9 0 0 1 9-9"/></svg> </template>
CSS
.icon-headset-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a9%209%200%200%201%209%209v6a3%203%200%200%201-2.152%202.879C18.17%2021.78%2015.31%2023%2012%2023a1%201%200%200%201%200-2c1.889%200%203.482-.482%204.334-1.075A3%203%200%200%201%2014%2017l.001-3.051l.004-.051A2.995%202.995%200%200%201%2017%2011h1c.351%200%20.688.06%201%20.171V11a7%207%200%200%200-13.996-.24L5%2011.17c.313-.11.65-.17%201-.17h1a3%203%200%200%201%203%203v3a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3v-6a9%209%200%200%201%209-9%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a9%209%200%200%201%209%209v6a3%203%200%200%201-2.152%202.879C18.17%2021.78%2015.31%2023%2012%2023a1%201%200%200%201%200-2c1.889%200%203.482-.482%204.334-1.075A3%203%200%200%201%2014%2017l.001-3.051l.004-.051A2.995%202.995%200%200%201%2017%2011h1c.351%200%20.688.06%201%20.171V11a7%207%200%200%200-13.996-.24L5%2011.17c.313-.11.65-.17%201-.17h1a3%203%200%200%201%203%203v3a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3v-6a9%209%200%200%201%209-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/headset-filled.svg?color=%231a73e8&size=48