baseline headset off icon
baseline-headset-off from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-headset-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware icons from Google Material Icons
baseline-adf-scannerbaseline-browser-not-supportedbaseline-browser-updatedbaseline-castbaseline-cast-connectedbaseline-cast-for-educationbaseline-computerbaseline-connected-tvbaseline-desktop-macbaseline-desktop-windowsbaseline-developer-boardbaseline-developer-board-offbaseline-device-hubbaseline-device-unknownbaseline-devices-otherbaseline-dockbaseline-earbudsbaseline-earbuds-batterybaseline-gamepadbaseline-headphonesbaseline-headphones-batterybaseline-headsetbaseline-headset-micbaseline-home-max
Use the baseline 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="M12 4c3.87 0 7 3.13 7 7v2h-2.92L21 17.92V11a9 9 0 0 0-9-9c-1.95 0-3.76.62-5.23 1.68l1.44 1.44A6.9 6.9 0 0 1 12 4M2.27 1.72L1 3l3.33 3.32A8.9 8.9 0 0 0 3 11v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-1.17.29-2.26.79-3.22L15 17v4h3c.3 0 .59-.06.86-.14L21 23l1.27-1.27z"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineHeadsetOff(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="M12 4c3.87 0 7 3.13 7 7v2h-2.92L21 17.92V11a9 9 0 0 0-9-9c-1.95 0-3.76.62-5.23 1.68l1.44 1.44A6.9 6.9 0 0 1 12 4M2.27 1.72L1 3l3.33 3.32A8.9 8.9 0 0 0 3 11v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-1.17.29-2.26.79-3.22L15 17v4h3c.3 0 .59-.06.86-.14L21 23l1.27-1.27z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c3.87 0 7 3.13 7 7v2h-2.92L21 17.92V11a9 9 0 0 0-9-9c-1.95 0-3.76.62-5.23 1.68l1.44 1.44A6.9 6.9 0 0 1 12 4M2.27 1.72L1 3l3.33 3.32A8.9 8.9 0 0 0 3 11v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-1.17.29-2.26.79-3.22L15 17v4h3c.3 0 .59-.06.86-.14L21 23l1.27-1.27z"/></svg> </template>
CSS
.icon-baseline-headset-off {
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%22M12%204c3.87%200%207%203.13%207%207v2h-2.92L21%2017.92V11a9%209%200%200%200-9-9c-1.95%200-3.76.62-5.23%201.68l1.44%201.44A6.9%206.9%200%200%201%2012%204M2.27%201.72L1%203l3.33%203.32A8.9%208.9%200%200%200%203%2011v7c0%201.66%201.34%203%203%203h3v-8H5v-2c0-1.17.29-2.26.79-3.22L15%2017v4h3c.3%200%20.59-.06.86-.14L21%2023l1.27-1.27z%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%22M12%204c3.87%200%207%203.13%207%207v2h-2.92L21%2017.92V11a9%209%200%200%200-9-9c-1.95%200-3.76.62-5.23%201.68l1.44%201.44A6.9%206.9%200%200%201%2012%204M2.27%201.72L1%203l3.33%203.32A8.9%208.9%200%200%200%203%2011v7c0%201.66%201.34%203%203%203h3v-8H5v-2c0-1.17.29-2.26.79-3.22L15%2017v4h3c.3%200%20.59-.06.86-.14L21%2023l1.27-1.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-headset-off.svg?color=%231a73e8&size=48