headset off icon
headset-off from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- headset-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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="m20 17.304l-4.477-4.458H19V11q0-2.911-2.05-4.956T12 4q-1.1 0-2.145.341q-1.046.342-1.87.936l-.72-.708q.837-.663 2.074-1.116Q10.577 3 12 3q1.658 0 3.113.623q1.454.623 2.545 1.714t1.716 2.545T20 11zm-8 4.08v-1h6.81L17.425 19h-1.886v-1.886l-9.61-9.61q-.398.715-.663 1.653Q5 10.094 5 11v1.846h3.385V19h-2.77q-.69 0-1.152-.462T4 17.384V11q0-1.183.32-2.252t.878-1.98L1.309 2.884l.714-.708l18.41 18.415v.793z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeadsetOff(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="m20 17.304l-4.477-4.458H19V11q0-2.911-2.05-4.956T12 4q-1.1 0-2.145.341q-1.046.342-1.87.936l-.72-.708q.837-.663 2.074-1.116Q10.577 3 12 3q1.658 0 3.113.623q1.454.623 2.545 1.714t1.716 2.545T20 11zm-8 4.08v-1h6.81L17.425 19h-1.886v-1.886l-9.61-9.61q-.398.715-.663 1.653Q5 10.094 5 11v1.846h3.385V19h-2.77q-.69 0-1.152-.462T4 17.384V11q0-1.183.32-2.252t.878-1.98L1.309 2.884l.714-.708l18.41 18.415v.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.304l-4.477-4.458H19V11q0-2.911-2.05-4.956T12 4q-1.1 0-2.145.341q-1.046.342-1.87.936l-.72-.708q.837-.663 2.074-1.116Q10.577 3 12 3q1.658 0 3.113.623q1.454.623 2.545 1.714t1.716 2.545T20 11zm-8 4.08v-1h6.81L17.425 19h-1.886v-1.886l-9.61-9.61q-.398.715-.663 1.653Q5 10.094 5 11v1.846h3.385V19h-2.77q-.69 0-1.152-.462T4 17.384V11q0-1.183.32-2.252t.878-1.98L1.309 2.884l.714-.708l18.41 18.415v.793z"/></svg> </template>
CSS
.icon-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%22m20%2017.304l-4.477-4.458H19V11q0-2.911-2.05-4.956T12%204q-1.1%200-2.145.341q-1.046.342-1.87.936l-.72-.708q.837-.663%202.074-1.116Q10.577%203%2012%203q1.658%200%203.113.623q1.454.623%202.545%201.714t1.716%202.545T20%2011zm-8%204.08v-1h6.81L17.425%2019h-1.886v-1.886l-9.61-9.61q-.398.715-.663%201.653Q5%2010.094%205%2011v1.846h3.385V19h-2.77q-.69%200-1.152-.462T4%2017.384V11q0-1.183.32-2.252t.878-1.98L1.309%202.884l.714-.708l18.41%2018.415v.793z%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%22m20%2017.304l-4.477-4.458H19V11q0-2.911-2.05-4.956T12%204q-1.1%200-2.145.341q-1.046.342-1.87.936l-.72-.708q.837-.663%202.074-1.116Q10.577%203%2012%203q1.658%200%203.113.623q1.454.623%202.545%201.714t1.716%202.545T20%2011zm-8%204.08v-1h6.81L17.425%2019h-1.886v-1.886l-9.61-9.61q-.398.715-.663%201.653Q5%2010.094%205%2011v1.846h3.385V19h-2.77q-.69%200-1.152-.462T4%2017.384V11q0-1.183.32-2.252t.878-1.98L1.309%202.884l.714-.708l18.41%2018.415v.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/headset-off.svg?color=%231a73e8&size=48