headset icon
headset-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.
- Name
- headset-16
- Set
- Fluent UI System Color Icons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
headsetBootstrap IconsheadsetCarbonheadsetElement PlusheadsetFont Awesome 6 SolidheadsetFont Awesome Solidheadset-16-filledFluent UI System Iconsheadsetcss.ggheadsetHuge IconsheadsetIconParkheadsetIconPark OutlineheadsetIconPark SolidheadsetIconPark TwoToneheadsetIconoirheadsetIonIconsheadsetJam IconsheadsetLine AwesomeheadsetLucideheadsetMajesticonsheadsetMaterial Design IconsheadsetPhosphorheadsetPixelarticonsheadsetTabler Iconsheadset-outlineTeenyicons
Use the headset icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGWVYwvdwp)" fill-rule="evenodd" d="M3 11v-.5h1.5v.5c0 .966.784 1.75 1.75 1.75h2v1.5h-2A3.25 3.25 0 0 1 3 11" clip-rule="evenodd"/><path fill="url(#SVGqCI7jd2i)" d="M9.5 13.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fill="url(#SVGzieYVb5i)" fill-rule="evenodd" d="M8 2.5A3.5 3.5 0 0 0 4.5 6v2H3V6a5 5 0 0 1 10 0v2h-1.5V6A3.5 3.5 0 0 0 8 2.5" clip-rule="evenodd"/><path fill="url(#SVGPF8HqcgJ)" fill-rule="evenodd" d="M3 11V7h1.5v4z" clip-rule="evenodd"/><path fill="url(#SVGPF8HqcgJ)" fill-rule="evenodd" d="M11.5 7H13v2.5a1.5 1.5 0 0 1-1.5 1.5z" clip-rule="evenodd"/><path fill="url(#SVGSGYaAvLx)" d="M6.25 11a.75.75 0 0 0 .75-.75v-2.5A.75.75 0 0 0 6.25 7H4.5l-1 2l1 2z"/><path fill="url(#SVGSGYaAvLx)" d="M9.75 7a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h1.75l1-2l-1-2z"/><defs><linearGradient id="SVGWVYwvdwp" x1="6.375" x2="5.671" y1="13" y2="10.341" gradientUnits="userSpaceOnUse"><stop stop-color="#9ca5ad"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGqCI7jd2i" x1="9.125" x2="6.584" y1="14.625" y2="13.14" gradientUnits="userSpaceOnUse"><stop stop-color="#383b3d"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGzieYVb5i" x1="1.094" x2="3.82" y1="2.565" y2="8.393" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGPF8HqcgJ" x1="12.167" x2="12.167" y1="7" y2="11" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#2052cb"/></linearGradient><linearGradient id="SVGSGYaAvLx" x1="11.188" x2="11.188" y1="7" y2="11" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorHeadset16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGWVYwvdwp)" fillRule="evenodd" d="M3 11v-.5h1.5v.5c0 .966.784 1.75 1.75 1.75h2v1.5h-2A3.25 3.25 0 0 1 3 11" clipRule="evenodd"/><path fill="url(#SVGqCI7jd2i)" d="M9.5 13.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fill="url(#SVGzieYVb5i)" fillRule="evenodd" d="M8 2.5A3.5 3.5 0 0 0 4.5 6v2H3V6a5 5 0 0 1 10 0v2h-1.5V6A3.5 3.5 0 0 0 8 2.5" clipRule="evenodd"/><path fill="url(#SVGPF8HqcgJ)" fillRule="evenodd" d="M3 11V7h1.5v4z" clipRule="evenodd"/><path fill="url(#SVGPF8HqcgJ)" fillRule="evenodd" d="M11.5 7H13v2.5a1.5 1.5 0 0 1-1.5 1.5z" clipRule="evenodd"/><path fill="url(#SVGSGYaAvLx)" d="M6.25 11a.75.75 0 0 0 .75-.75v-2.5A.75.75 0 0 0 6.25 7H4.5l-1 2l1 2z"/><path fill="url(#SVGSGYaAvLx)" d="M9.75 7a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h1.75l1-2l-1-2z"/><defs><linearGradient id="SVGWVYwvdwp" x1="6.375" x2="5.671" y1="13" y2="10.341" gradientUnits="userSpaceOnUse"><stop stopColor="#9ca5ad"/><stop offset="1" stopColor="#70777d"/></linearGradient><linearGradient id="SVGqCI7jd2i" x1="9.125" x2="6.584" y1="14.625" y2="13.14" gradientUnits="userSpaceOnUse"><stop stopColor="#383b3d"/><stop offset="1" stopColor="#70777d"/></linearGradient><linearGradient id="SVGzieYVb5i" x1="1.094" x2="3.82" y1="2.565" y2="8.393" gradientUnits="userSpaceOnUse"><stop stopColor="#b9c0c7"/><stop offset="1" stopColor="#70777d"/></linearGradient><linearGradient id="SVGPF8HqcgJ" x1="12.167" x2="12.167" y1="7" y2="11" gradientUnits="userSpaceOnUse"><stop stopColor="#0078d4"/><stop offset="1" stopColor="#2052cb"/></linearGradient><linearGradient id="SVGSGYaAvLx" x1="11.188" x2="11.188" y1="7" y2="11" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#0067bf"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGWVYwvdwp)" fill-rule="evenodd" d="M3 11v-.5h1.5v.5c0 .966.784 1.75 1.75 1.75h2v1.5h-2A3.25 3.25 0 0 1 3 11" clip-rule="evenodd"/><path fill="url(#SVGqCI7jd2i)" d="M9.5 13.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/><path fill="url(#SVGzieYVb5i)" fill-rule="evenodd" d="M8 2.5A3.5 3.5 0 0 0 4.5 6v2H3V6a5 5 0 0 1 10 0v2h-1.5V6A3.5 3.5 0 0 0 8 2.5" clip-rule="evenodd"/><path fill="url(#SVGPF8HqcgJ)" fill-rule="evenodd" d="M3 11V7h1.5v4z" clip-rule="evenodd"/><path fill="url(#SVGPF8HqcgJ)" fill-rule="evenodd" d="M11.5 7H13v2.5a1.5 1.5 0 0 1-1.5 1.5z" clip-rule="evenodd"/><path fill="url(#SVGSGYaAvLx)" d="M6.25 11a.75.75 0 0 0 .75-.75v-2.5A.75.75 0 0 0 6.25 7H4.5l-1 2l1 2z"/><path fill="url(#SVGSGYaAvLx)" d="M9.75 7a.75.75 0 0 0-.75.75v2.5c0 .414.336.75.75.75h1.75l1-2l-1-2z"/><defs><linearGradient id="SVGWVYwvdwp" x1="6.375" x2="5.671" y1="13" y2="10.341" gradientUnits="userSpaceOnUse"><stop stop-color="#9ca5ad"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGqCI7jd2i" x1="9.125" x2="6.584" y1="14.625" y2="13.14" gradientUnits="userSpaceOnUse"><stop stop-color="#383b3d"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGzieYVb5i" x1="1.094" x2="3.82" y1="2.565" y2="8.393" gradientUnits="userSpaceOnUse"><stop stop-color="#b9c0c7"/><stop offset="1" stop-color="#70777d"/></linearGradient><linearGradient id="SVGPF8HqcgJ" x1="12.167" x2="12.167" y1="7" y2="11" gradientUnits="userSpaceOnUse"><stop stop-color="#0078d4"/><stop offset="1" stop-color="#2052cb"/></linearGradient><linearGradient id="SVGSGYaAvLx" x1="11.188" x2="11.188" y1="7" y2="11" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg> </template>
CSS
.icon-headset-16 {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGWVYwvdwp)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2011v-.5h1.5v.5c0%20.966.784%201.75%201.75%201.75h2v1.5h-2A3.25%203.25%200%200%201%203%2011%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqCI7jd2i)%22%20d%3D%22M9.5%2013.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGzieYVb5i)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202.5A3.5%203.5%200%200%200%204.5%206v2H3V6a5%205%200%200%201%2010%200v2h-1.5V6A3.5%203.5%200%200%200%208%202.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPF8HqcgJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2011V7h1.5v4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPF8HqcgJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207H13v2.5a1.5%201.5%200%200%201-1.5%201.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGSGYaAvLx)%22%20d%3D%22M6.25%2011a.75.75%200%200%200%20.75-.75v-2.5A.75.75%200%200%200%206.25%207H4.5l-1%202l1%202z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGSGYaAvLx)%22%20d%3D%22M9.75%207a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75h1.75l1-2l-1-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGWVYwvdwp%22%20x1%3D%226.375%22%20x2%3D%225.671%22%20y1%3D%2213%22%20y2%3D%2210.341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ca5ad%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqCI7jd2i%22%20x1%3D%229.125%22%20x2%3D%226.584%22%20y1%3D%2214.625%22%20y2%3D%2213.14%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23383b3d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGzieYVb5i%22%20x1%3D%221.094%22%20x2%3D%223.82%22%20y1%3D%222.565%22%20y2%3D%228.393%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b9c0c7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPF8HqcgJ%22%20x1%3D%2212.167%22%20x2%3D%2212.167%22%20y1%3D%227%22%20y2%3D%2211%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGSGYaAvLx%22%20x1%3D%2211.188%22%20x2%3D%2211.188%22%20y1%3D%227%22%20y2%3D%2211%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGWVYwvdwp)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2011v-.5h1.5v.5c0%20.966.784%201.75%201.75%201.75h2v1.5h-2A3.25%203.25%200%200%201%203%2011%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqCI7jd2i)%22%20d%3D%22M9.5%2013.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGzieYVb5i)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%202.5A3.5%203.5%200%200%200%204.5%206v2H3V6a5%205%200%200%201%2010%200v2h-1.5V6A3.5%203.5%200%200%200%208%202.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPF8HqcgJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2011V7h1.5v4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPF8HqcgJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.5%207H13v2.5a1.5%201.5%200%200%201-1.5%201.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGSGYaAvLx)%22%20d%3D%22M6.25%2011a.75.75%200%200%200%20.75-.75v-2.5A.75.75%200%200%200%206.25%207H4.5l-1%202l1%202z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGSGYaAvLx)%22%20d%3D%22M9.75%207a.75.75%200%200%200-.75.75v2.5c0%20.414.336.75.75.75h1.75l1-2l-1-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGWVYwvdwp%22%20x1%3D%226.375%22%20x2%3D%225.671%22%20y1%3D%2213%22%20y2%3D%2210.341%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%239ca5ad%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGqCI7jd2i%22%20x1%3D%229.125%22%20x2%3D%226.584%22%20y1%3D%2214.625%22%20y2%3D%2213.14%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23383b3d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGzieYVb5i%22%20x1%3D%221.094%22%20x2%3D%223.82%22%20y1%3D%222.565%22%20y2%3D%228.393%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b9c0c7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2370777d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPF8HqcgJ%22%20x1%3D%2212.167%22%20x2%3D%2212.167%22%20y1%3D%227%22%20y2%3D%2211%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230078d4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGSGYaAvLx%22%20x1%3D%2211.188%22%20x2%3D%2211.188%22%20y1%3D%227%22%20y2%3D%2211%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/headset-16.svg?color=%231a73e8&size=48