headset off icon
headset-off-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- headset-off-sharp
- Set
- Material Symbols
- Style
- 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
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="m21.1 18.15l-6-6V12h4v-1q0-2.95-2.05-4.975T12.1 4q-1.1 0-2.087.312T8.2 5.2L6.75 3.8q1.125-.875 2.488-1.338T12.1 2q1.85 0 3.488.7t2.862 1.925t1.938 2.863T21.1 11zm-.6 5.25l-.4-.4h-8v-2h6l-1-1h-2v-2L5.575 8.475q-.225.6-.35 1.225T5.1 11v1h4v8h-6v-9q0-1.125.238-2.113t.737-1.937L.7 3.575l1.425-1.4l19.775 19.8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHeadsetOffSharp(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.1 18.15l-6-6V12h4v-1q0-2.95-2.05-4.975T12.1 4q-1.1 0-2.087.312T8.2 5.2L6.75 3.8q1.125-.875 2.488-1.338T12.1 2q1.85 0 3.488.7t2.862 1.925t1.938 2.863T21.1 11zm-.6 5.25l-.4-.4h-8v-2h6l-1-1h-2v-2L5.575 8.475q-.225.6-.35 1.225T5.1 11v1h4v8h-6v-9q0-1.125.238-2.113t.737-1.937L.7 3.575l1.425-1.4l19.775 19.8z"/></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.1 18.15l-6-6V12h4v-1q0-2.95-2.05-4.975T12.1 4q-1.1 0-2.087.312T8.2 5.2L6.75 3.8q1.125-.875 2.488-1.338T12.1 2q1.85 0 3.488.7t2.862 1.925t1.938 2.863T21.1 11zm-.6 5.25l-.4-.4h-8v-2h6l-1-1h-2v-2L5.575 8.475q-.225.6-.35 1.225T5.1 11v1h4v8h-6v-9q0-1.125.238-2.113t.737-1.937L.7 3.575l1.425-1.4l19.775 19.8z"/></svg> </template>
CSS
.icon-headset-off-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.1%2018.15l-6-6V12h4v-1q0-2.95-2.05-4.975T12.1%204q-1.1%200-2.087.312T8.2%205.2L6.75%203.8q1.125-.875%202.488-1.338T12.1%202q1.85%200%203.488.7t2.862%201.925t1.938%202.863T21.1%2011zm-.6%205.25l-.4-.4h-8v-2h6l-1-1h-2v-2L5.575%208.475q-.225.6-.35%201.225T5.1%2011v1h4v8h-6v-9q0-1.125.238-2.113t.737-1.937L.7%203.575l1.425-1.4l19.775%2019.8z%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.1%2018.15l-6-6V12h4v-1q0-2.95-2.05-4.975T12.1%204q-1.1%200-2.087.312T8.2%205.2L6.75%203.8q1.125-.875%202.488-1.338T12.1%202q1.85%200%203.488.7t2.862%201.925t1.938%202.863T21.1%2011zm-.6%205.25l-.4-.4h-8v-2h6l-1-1h-2v-2L5.575%208.475q-.225.6-.35%201.225T5.1%2011v1h4v8h-6v-9q0-1.125.238-2.113t.737-1.937L.7%203.575l1.425-1.4l19.775%2019.8z%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-sharp.svg?color=%231a73e8&size=48