headset-off-outline-sharp from Material Symbols by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
headset-off-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the headset off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 18.15l-2-2V14h-2.15l-2-2H19v-1q0-2.95-2.05-4.975T12 4q-1.1 0-2.087.313T8.1 5.2L6.65 3.8q1.125-.875 2.487-1.338T12 2q1.85 0 3.488.7t2.862 1.925t1.938 2.863T21 11zM12 23v-2h6.175l-1-1H15v-2.175L5.525 8.35q-.225.6-.375 1.288T5 11v1h4v8H3v-9q0-1.125.263-2.175t.762-2L.675 3.5L2.1 2.1l19.775 19.8V23zm-7-5h2v-4H5zm0-4h2zm11.85 0H19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHeadsetOffOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 18.15l-2-2V14h-2.15l-2-2H19v-1q0-2.95-2.05-4.975T12 4q-1.1 0-2.087.313T8.1 5.2L6.65 3.8q1.125-.875 2.487-1.338T12 2q1.85 0 3.488.7t2.862 1.925t1.938 2.863T21 11zM12 23v-2h6.175l-1-1H15v-2.175L5.525 8.35q-.225.6-.375 1.288T5 11v1h4v8H3v-9q0-1.125.263-2.175t.762-2L.675 3.5L2.1 2.1l19.775 19.8V23zm-7-5h2v-4H5zm0-4h2zm11.85 0H19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21 18.15l-2-2V14h-2.15l-2-2H19v-1q0-2.95-2.05-4.975T12 4q-1.1 0-2.087.313T8.1 5.2L6.65 3.8q1.125-.875 2.487-1.338T12 2q1.85 0 3.488.7t2.862 1.925t1.938 2.863T21 11zM12 23v-2h6.175l-1-1H15v-2.175L5.525 8.35q-.225.6-.375 1.288T5 11v1h4v8H3v-9q0-1.125.263-2.175t.762-2L.675 3.5L2.1 2.1l19.775 19.8V23zm-7-5h2v-4H5zm0-4h2zm11.85 0H19z"/></svg>
</template>

CSS

.icon-headset-off-outline-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2018.15l-2-2V14h-2.15l-2-2H19v-1q0-2.95-2.05-4.975T12%204q-1.1%200-2.087.313T8.1%205.2L6.65%203.8q1.125-.875%202.487-1.338T12%202q1.85%200%203.488.7t2.862%201.925t1.938%202.863T21%2011zM12%2023v-2h6.175l-1-1H15v-2.175L5.525%208.35q-.225.6-.375%201.288T5%2011v1h4v8H3v-9q0-1.125.263-2.175t.762-2L.675%203.5L2.1%202.1l19.775%2019.8V23zm-7-5h2v-4H5zm0-4h2zm11.85%200H19z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21%2018.15l-2-2V14h-2.15l-2-2H19v-1q0-2.95-2.05-4.975T12%204q-1.1%200-2.087.313T8.1%205.2L6.65%203.8q1.125-.875%202.487-1.338T12%202q1.85%200%203.488.7t2.862%201.925t1.938%202.863T21%2011zM12%2023v-2h6.175l-1-1H15v-2.175L5.525%208.35q-.225.6-.375%201.288T5%2011v1h4v8H3v-9q0-1.125.263-2.175t.762-2L.675%203.5L2.1%202.1l19.775%2019.8V23zm-7-5h2v-4H5zm0-4h2zm11.85%200H19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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