round headset off icon
round-headset-off from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- round-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-headset-off
Use the round 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 7v1h-2c-.6 0-1.13.27-1.49.68L21 18.17V11a9 9 0 0 0-9-9c-2.02 0-3.88.67-5.38 1.8l1.43 1.43A6.9 6.9 0 0 1 12 4m9.19 17.19L2.81 2.81a.996.996 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l2.63 2.63A8.9 8.9 0 0 0 3 11v7c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5v-1c0-.94.19-1.83.52-2.65L15 17.83V18c0 1.1.9 2 2 2h.17l1 1H13c-.55 0-1 .45-1 1s.45 1 1 1h6c.36 0 .68-.1.97-.26c.38.23.89.2 1.22-.13c.39-.39.39-1.03 0-1.42"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundHeadsetOff(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 7v1h-2c-.6 0-1.13.27-1.49.68L21 18.17V11a9 9 0 0 0-9-9c-2.02 0-3.88.67-5.38 1.8l1.43 1.43A6.9 6.9 0 0 1 12 4m9.19 17.19L2.81 2.81a.996.996 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l2.63 2.63A8.9 8.9 0 0 0 3 11v7c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5v-1c0-.94.19-1.83.52-2.65L15 17.83V18c0 1.1.9 2 2 2h.17l1 1H13c-.55 0-1 .45-1 1s.45 1 1 1h6c.36 0 .68-.1.97-.26c.38.23.89.2 1.22-.13c.39-.39.39-1.03 0-1.42"/></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 7v1h-2c-.6 0-1.13.27-1.49.68L21 18.17V11a9 9 0 0 0-9-9c-2.02 0-3.88.67-5.38 1.8l1.43 1.43A6.9 6.9 0 0 1 12 4m9.19 17.19L2.81 2.81a.996.996 0 0 0-1.41 0C1 3.2 1 3.83 1.39 4.22l2.63 2.63A8.9 8.9 0 0 0 3 11v7c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2H5v-1c0-.94.19-1.83.52-2.65L15 17.83V18c0 1.1.9 2 2 2h.17l1 1H13c-.55 0-1 .45-1 1s.45 1 1 1h6c.36 0 .68-.1.97-.26c.38.23.89.2 1.22-.13c.39-.39.39-1.03 0-1.42"/></svg> </template>
CSS
.icon-round-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%207v1h-2c-.6%200-1.13.27-1.49.68L21%2018.17V11a9%209%200%200%200-9-9c-2.02%200-3.88.67-5.38%201.8l1.43%201.43A6.9%206.9%200%200%201%2012%204m9.19%2017.19L2.81%202.81a.996.996%200%200%200-1.41%200C1%203.2%201%203.83%201.39%204.22l2.63%202.63A8.9%208.9%200%200%200%203%2011v7c0%201.1.9%202%202%202h2c1.1%200%202-.9%202-2v-4c0-1.1-.9-2-2-2H5v-1c0-.94.19-1.83.52-2.65L15%2017.83V18c0%201.1.9%202%202%202h.17l1%201H13c-.55%200-1%20.45-1%201s.45%201%201%201h6c.36%200%20.68-.1.97-.26c.38.23.89.2%201.22-.13c.39-.39.39-1.03%200-1.42%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%207v1h-2c-.6%200-1.13.27-1.49.68L21%2018.17V11a9%209%200%200%200-9-9c-2.02%200-3.88.67-5.38%201.8l1.43%201.43A6.9%206.9%200%200%201%2012%204m9.19%2017.19L2.81%202.81a.996.996%200%200%200-1.41%200C1%203.2%201%203.83%201.39%204.22l2.63%202.63A8.9%208.9%200%200%200%203%2011v7c0%201.1.9%202%202%202h2c1.1%200%202-.9%202-2v-4c0-1.1-.9-2-2-2H5v-1c0-.94.19-1.83.52-2.65L15%2017.83V18c0%201.1.9%202%202%202h.17l1%201H13c-.55%200-1%20.45-1%201s.45%201%201%201h6c.36%200%20.68-.1.97-.26c.38.23.89.2%201.22-.13c.39-.39.39-1.03%200-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-headset-off.svg?color=%231a73e8&size=48