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

Name
headset-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M3 6.026C3 3.25 5.239 1 8 1s5 2.25 5 5.026v3.59c0 .792-.64 1.435-1.429 1.435h-1.428a.716.716 0 0 1-.714-.718V7.462c0-.397.32-.718.714-.718h1.786v-.718c0-2.181-1.76-3.95-3.929-3.95c-2.17 0-3.929 1.769-3.929 3.95v.718h1.786c.395 0 .714.321.714.718v2.871c0 .397-.32.718-.714.718H4.43q-.186 0-.358-.045v.225c0 .855.661 1.555 1.498 1.611l.11.004h.805A1.61 1.61 0 0 1 8 11.77a1.61 1.61 0 0 1 1.607 1.616C9.607 14.277 8.887 15 8 15c-.7 0-1.295-.45-1.516-1.077H5.68a2.685 2.685 0 0 1-2.675-2.55L3 11.232z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHeadset16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 6.026C3 3.25 5.239 1 8 1s5 2.25 5 5.026v3.59c0 .792-.64 1.435-1.429 1.435h-1.428a.716.716 0 0 1-.714-.718V7.462c0-.397.32-.718.714-.718h1.786v-.718c0-2.181-1.76-3.95-3.929-3.95c-2.17 0-3.929 1.769-3.929 3.95v.718h1.786c.395 0 .714.321.714.718v2.871c0 .397-.32.718-.714.718H4.43q-.186 0-.358-.045v.225c0 .855.661 1.555 1.498 1.611l.11.004h.805A1.61 1.61 0 0 1 8 11.77a1.61 1.61 0 0 1 1.607 1.616C9.607 14.277 8.887 15 8 15c-.7 0-1.295-.45-1.516-1.077H5.68a2.685 2.685 0 0 1-2.675-2.55L3 11.232z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 6.026C3 3.25 5.239 1 8 1s5 2.25 5 5.026v3.59c0 .792-.64 1.435-1.429 1.435h-1.428a.716.716 0 0 1-.714-.718V7.462c0-.397.32-.718.714-.718h1.786v-.718c0-2.181-1.76-3.95-3.929-3.95c-2.17 0-3.929 1.769-3.929 3.95v.718h1.786c.395 0 .714.321.714.718v2.871c0 .397-.32.718-.714.718H4.43q-.186 0-.358-.045v.225c0 .855.661 1.555 1.498 1.611l.11.004h.805A1.61 1.61 0 0 1 8 11.77a1.61 1.61 0 0 1 1.607 1.616C9.607 14.277 8.887 15 8 15c-.7 0-1.295-.45-1.516-1.077H5.68a2.685 2.685 0 0 1-2.675-2.55L3 11.232z"/></svg>
</template>

CSS

.icon-headset-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206.026C3%203.25%205.239%201%208%201s5%202.25%205%205.026v3.59c0%20.792-.64%201.435-1.429%201.435h-1.428a.716.716%200%200%201-.714-.718V7.462c0-.397.32-.718.714-.718h1.786v-.718c0-2.181-1.76-3.95-3.929-3.95c-2.17%200-3.929%201.769-3.929%203.95v.718h1.786c.395%200%20.714.321.714.718v2.871c0%20.397-.32.718-.714.718H4.43q-.186%200-.358-.045v.225c0%20.855.661%201.555%201.498%201.611l.11.004h.805A1.61%201.61%200%200%201%208%2011.77a1.61%201.61%200%200%201%201.607%201.616C9.607%2014.277%208.887%2015%208%2015c-.7%200-1.295-.45-1.516-1.077H5.68a2.685%202.685%200%200%201-2.675-2.55L3%2011.232z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206.026C3%203.25%205.239%201%208%201s5%202.25%205%205.026v3.59c0%20.792-.64%201.435-1.429%201.435h-1.428a.716.716%200%200%201-.714-.718V7.462c0-.397.32-.718.714-.718h1.786v-.718c0-2.181-1.76-3.95-3.929-3.95c-2.17%200-3.929%201.769-3.929%203.95v.718h1.786c.395%200%20.714.321.714.718v2.871c0%20.397-.32.718-.714.718H4.43q-.186%200-.358-.045v.225c0%20.855.661%201.555%201.498%201.611l.11.004h.805A1.61%201.61%200%200%201%208%2011.77a1.61%201.61%200%200%201%201.607%201.616C9.607%2014.277%208.887%2015%208%2015c-.7%200-1.295-.45-1.516-1.077H5.68a2.685%202.685%200%200%201-2.675-2.55L3%2011.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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