headset-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
headset-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the headset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2a9 9 0 0 1 8.996 8.735L23 11v5.254A2.75 2.75 0 0 1 20.418 19l-.168.005h-2.996a.75.75 0 0 1-.743-.648l-.007-.102V12.25a.75.75 0 0 1 .648-.743l.102-.007h3.996q.128 0 .251.018L21.5 11a7.5 7.5 0 0 0-14.996-.243L6.5 11v.5h4.246a.75.75 0 0 1 .743.648l.007.102v6.004a.75.75 0 0 1-.648.743l-.102.007H7.75c-.45 0-.875-.108-1.25-.3v1.546a2.25 2.25 0 0 0 2.096 2.245l.154.005h2.291a3.001 3.001 0 1 1 .13 1.5H8.75a3.75 3.75 0 0 1-3.745-3.55L5 20.25V11a9 9 0 0 1 9-9m0 19.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeadset28Filled(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="M14 2a9 9 0 0 1 8.996 8.735L23 11v5.254A2.75 2.75 0 0 1 20.418 19l-.168.005h-2.996a.75.75 0 0 1-.743-.648l-.007-.102V12.25a.75.75 0 0 1 .648-.743l.102-.007h3.996q.128 0 .251.018L21.5 11a7.5 7.5 0 0 0-14.996-.243L6.5 11v.5h4.246a.75.75 0 0 1 .743.648l.007.102v6.004a.75.75 0 0 1-.648.743l-.102.007H7.75c-.45 0-.875-.108-1.25-.3v1.546a2.25 2.25 0 0 0 2.096 2.245l.154.005h2.291a3.001 3.001 0 1 1 .13 1.5H8.75a3.75 3.75 0 0 1-3.745-3.55L5 20.25V11a9 9 0 0 1 9-9m0 19.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2a9 9 0 0 1 8.996 8.735L23 11v5.254A2.75 2.75 0 0 1 20.418 19l-.168.005h-2.996a.75.75 0 0 1-.743-.648l-.007-.102V12.25a.75.75 0 0 1 .648-.743l.102-.007h3.996q.128 0 .251.018L21.5 11a7.5 7.5 0 0 0-14.996-.243L6.5 11v.5h4.246a.75.75 0 0 1 .743.648l.007.102v6.004a.75.75 0 0 1-.648.743l-.102.007H7.75c-.45 0-.875-.108-1.25-.3v1.546a2.25 2.25 0 0 0 2.096 2.245l.154.005h2.291a3.001 3.001 0 1 1 .13 1.5H8.75a3.75 3.75 0 0 1-3.745-3.55L5 20.25V11a9 9 0 0 1 9-9m0 19.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
</template>

CSS

.icon-headset-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202a9%209%200%200%201%208.996%208.735L23%2011v5.254A2.75%202.75%200%200%201%2020.418%2019l-.168.005h-2.996a.75.75%200%200%201-.743-.648l-.007-.102V12.25a.75.75%200%200%201%20.648-.743l.102-.007h3.996q.128%200%20.251.018L21.5%2011a7.5%207.5%200%200%200-14.996-.243L6.5%2011v.5h4.246a.75.75%200%200%201%20.743.648l.007.102v6.004a.75.75%200%200%201-.648.743l-.102.007H7.75c-.45%200-.875-.108-1.25-.3v1.546a2.25%202.25%200%200%200%202.096%202.245l.154.005h2.291a3.001%203.001%200%201%201%20.13%201.5H8.75a3.75%203.75%200%200%201-3.745-3.55L5%2020.25V11a9%209%200%200%201%209-9m0%2019.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22M14%202a9%209%200%200%201%208.996%208.735L23%2011v5.254A2.75%202.75%200%200%201%2020.418%2019l-.168.005h-2.996a.75.75%200%200%201-.743-.648l-.007-.102V12.25a.75.75%200%200%201%20.648-.743l.102-.007h3.996q.128%200%20.251.018L21.5%2011a7.5%207.5%200%200%200-14.996-.243L6.5%2011v.5h4.246a.75.75%200%200%201%20.743.648l.007.102v6.004a.75.75%200%200%201-.648.743l-.102.007H7.75c-.45%200-.875-.108-1.25-.3v1.546a2.25%202.25%200%200%200%202.096%202.245l.154.005h2.291a3.001%203.001%200%201%201%20.13%201.5H8.75a3.75%203.75%200%200%201-3.745-3.55L5%2020.25V11a9%209%200%200%201%209-9m0%2019.5a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/headset-28-filled.svg?color=%231a73e8&size=48