headset icon

headset-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
headset-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the headset icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M411.16 97.45C368.43 55.85 311.88 32 256 32S143.57 55.85 100.84 97.45C56.45 140.67 32 196 32 256s26.84 118.49 45.42 152.25S121 480 144 480c32 0 96-32 96-32L128 240l-54.42 31.73a176 176 0 0 1-1-18.84c0-48.57 19.32-94.1 56.15-130C164.24 88.34 210 70 256 70s91.73 18.34 127.27 52.93c36.83 35.86 56.14 81.39 56.14 130a176 176 0 0 1-1 18.82L384 240L272 448s64 32 96 32c23 0 48-38 66.58-71.75S480 316 480 256s-24.45-115.33-68.84-158.55"/></svg>

React

import type { SVGProps } from "react";

export function IonHeadsetSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M411.16 97.45C368.43 55.85 311.88 32 256 32S143.57 55.85 100.84 97.45C56.45 140.67 32 196 32 256s26.84 118.49 45.42 152.25S121 480 144 480c32 0 96-32 96-32L128 240l-54.42 31.73a176 176 0 0 1-1-18.84c0-48.57 19.32-94.1 56.15-130C164.24 88.34 210 70 256 70s91.73 18.34 127.27 52.93c36.83 35.86 56.14 81.39 56.14 130a176 176 0 0 1-1 18.82L384 240L272 448s64 32 96 32c23 0 48-38 66.58-71.75S480 316 480 256s-24.45-115.33-68.84-158.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M411.16 97.45C368.43 55.85 311.88 32 256 32S143.57 55.85 100.84 97.45C56.45 140.67 32 196 32 256s26.84 118.49 45.42 152.25S121 480 144 480c32 0 96-32 96-32L128 240l-54.42 31.73a176 176 0 0 1-1-18.84c0-48.57 19.32-94.1 56.15-130C164.24 88.34 210 70 256 70s91.73 18.34 127.27 52.93c36.83 35.86 56.14 81.39 56.14 130a176 176 0 0 1-1 18.82L384 240L272 448s64 32 96 32c23 0 48-38 66.58-71.75S480 316 480 256s-24.45-115.33-68.84-158.55"/></svg>
</template>

CSS

.icon-headset-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M411.16%2097.45C368.43%2055.85%20311.88%2032%20256%2032S143.57%2055.85%20100.84%2097.45C56.45%20140.67%2032%20196%2032%20256s26.84%20118.49%2045.42%20152.25S121%20480%20144%20480c32%200%2096-32%2096-32L128%20240l-54.42%2031.73a176%20176%200%200%201-1-18.84c0-48.57%2019.32-94.1%2056.15-130C164.24%2088.34%20210%2070%20256%2070s91.73%2018.34%20127.27%2052.93c36.83%2035.86%2056.14%2081.39%2056.14%20130a176%20176%200%200%201-1%2018.82L384%20240L272%20448s64%2032%2096%2032c23%200%2048-38%2066.58-71.75S480%20316%20480%20256s-24.45-115.33-68.84-158.55%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M411.16%2097.45C368.43%2055.85%20311.88%2032%20256%2032S143.57%2055.85%20100.84%2097.45C56.45%20140.67%2032%20196%2032%20256s26.84%20118.49%2045.42%20152.25S121%20480%20144%20480c32%200%2096-32%2096-32L128%20240l-54.42%2031.73a176%20176%200%200%201-1-18.84c0-48.57%2019.32-94.1%2056.15-130C164.24%2088.34%20210%2070%20256%2070s91.73%2018.34%20127.27%2052.93c36.83%2035.86%2056.14%2081.39%2056.14%20130a176%20176%200%200%201-1%2018.82L384%20240L272%20448s64%2032%2096%2032c23%200%2048-38%2066.58-71.75S480%20316%20480%20256s-24.45-115.33-68.84-158.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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