headset icon
headset from Font Awesome Solid by Dave Gandy · Solid · Games · CC-BY-4.0 Attribution required.
- Name
- headset
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Games
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
headsetBootstrap IconsheadsetCarbonheadsetElement PlusheadsetFont Awesome 6 Solidheadset-16-filledFluent UI System Iconsheadset-16Fluent UI System Color Iconsheadsetcss.ggheadsetHuge IconsheadsetIconParkheadsetIconPark OutlineheadsetIconPark SolidheadsetIconPark TwoToneheadsetIconoirheadsetIonIconsheadsetJam IconsheadsetLine AwesomeheadsetLucideheadsetMajesticonsheadsetMaterial Design IconsheadsetPhosphorheadsetPixelarticonsheadsetTabler Iconsheadset-outlineTeenyicons
More games icons from Font Awesome Solid
Use the headset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-79 0-144.7 57.3-157.7 132.7c9.3-3 19.3-4.7 29.7-4.7h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-16c-53 0-96-43-96-96v-64C96 164.3 196.3 64 320 64s224 100.3 224 224v168.1c0 66.3-53.8 120-120.1 120L336 576h-32c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c26.5 0 48 21.5 48 48h40c39.8 0 72-32.2 72-72v-20.9c-14.1 8.2-30.5 12.8-48 12.8h-16c-26.5 0-48-21.5-48-48v-96c0-26.5 21.5-48 48-48h16c10.4 0 20.3 1.6 29.7 4.7c-13-75.3-78.6-132.7-157.7-132.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHeadset(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-79 0-144.7 57.3-157.7 132.7c9.3-3 19.3-4.7 29.7-4.7h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-16c-53 0-96-43-96-96v-64C96 164.3 196.3 64 320 64s224 100.3 224 224v168.1c0 66.3-53.8 120-120.1 120L336 576h-32c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c26.5 0 48 21.5 48 48h40c39.8 0 72-32.2 72-72v-20.9c-14.1 8.2-30.5 12.8-48 12.8h-16c-26.5 0-48-21.5-48-48v-96c0-26.5 21.5-48 48-48h16c10.4 0 20.3 1.6 29.7 4.7c-13-75.3-78.6-132.7-157.7-132.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 128c-79 0-144.7 57.3-157.7 132.7c9.3-3 19.3-4.7 29.7-4.7h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48h-16c-53 0-96-43-96-96v-64C96 164.3 196.3 64 320 64s224 100.3 224 224v168.1c0 66.3-53.8 120-120.1 120L336 576h-32c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c26.5 0 48 21.5 48 48h40c39.8 0 72-32.2 72-72v-20.9c-14.1 8.2-30.5 12.8-48 12.8h-16c-26.5 0-48-21.5-48-48v-96c0-26.5 21.5-48 48-48h16c10.4 0 20.3 1.6 29.7 4.7c-13-75.3-78.6-132.7-157.7-132.7z"/></svg> </template>
CSS
.icon-headset {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20128c-79%200-144.7%2057.3-157.7%20132.7c9.3-3%2019.3-4.7%2029.7-4.7h16c26.5%200%2048%2021.5%2048%2048v96c0%2026.5-21.5%2048-48%2048h-16c-53%200-96-43-96-96v-64C96%20164.3%20196.3%2064%20320%2064s224%20100.3%20224%20224v168.1c0%2066.3-53.8%20120-120.1%20120L336%20576h-32c-26.5%200-48-21.5-48-48s21.5-48%2048-48h32c26.5%200%2048%2021.5%2048%2048h40c39.8%200%2072-32.2%2072-72v-20.9c-14.1%208.2-30.5%2012.8-48%2012.8h-16c-26.5%200-48-21.5-48-48v-96c0-26.5%2021.5-48%2048-48h16c10.4%200%2020.3%201.6%2029.7%204.7c-13-75.3-78.6-132.7-157.7-132.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20128c-79%200-144.7%2057.3-157.7%20132.7c9.3-3%2019.3-4.7%2029.7-4.7h16c26.5%200%2048%2021.5%2048%2048v96c0%2026.5-21.5%2048-48%2048h-16c-53%200-96-43-96-96v-64C96%20164.3%20196.3%2064%20320%2064s224%20100.3%20224%20224v168.1c0%2066.3-53.8%20120-120.1%20120L336%20576h-32c-26.5%200-48-21.5-48-48s21.5-48%2048-48h32c26.5%200%2048%2021.5%2048%2048h40c39.8%200%2072-32.2%2072-72v-20.9c-14.1%208.2-30.5%2012.8-48%2012.8h-16c-26.5%200-48-21.5-48-48v-96c0-26.5%2021.5-48%2048-48h16c10.4%200%2020.3%201.6%2029.7%204.7c-13-75.3-78.6-132.7-157.7-132.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/headset.svg?color=%231a73e8&size=48