headset off icon
headset-off-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- headset-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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 15.994q0 .443-.363.514q-.362.07-.637-.204l-2.546-2.527q-.264-.263-.126-.597t.505-.334H19V11q0-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-7.5 5.39q-.213 0-.357-.143q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h6.31L17.425 19h-.271q-.671 0-1.143-.472t-.472-1.144v-.27l-9.61-9.61q-.398.715-.663 1.653Q5 10.094 5 11v1.846h1.77q.67 0 1.142.472t.472 1.143v2.923q0 .672-.472 1.144Q7.442 19 6.77 19H5.615q-.69 0-1.153-.462T4 17.384V11q0-1.183.32-2.252t.878-1.98l-3.529-3.53q-.146-.146-.156-.344t.156-.363q.165-.16.354-.163t.354.163L20.2 20.36q.292.292.134.658q-.159.367-.563.367z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeadsetOffRounded(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 15.994q0 .443-.363.514q-.362.07-.637-.204l-2.546-2.527q-.264-.263-.126-.597t.505-.334H19V11q0-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-7.5 5.39q-.213 0-.357-.143q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h6.31L17.425 19h-.271q-.671 0-1.143-.472t-.472-1.144v-.27l-9.61-9.61q-.398.715-.663 1.653Q5 10.094 5 11v1.846h1.77q.67 0 1.142.472t.472 1.143v2.923q0 .672-.472 1.144Q7.442 19 6.77 19H5.615q-.69 0-1.153-.462T4 17.384V11q0-1.183.32-2.252t.878-1.98l-3.529-3.53q-.146-.146-.156-.344t.156-.363q.165-.16.354-.163t.354.163L20.2 20.36q.292.292.134.658q-.159.367-.563.367z"/></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 15.994q0 .443-.363.514q-.362.07-.637-.204l-2.546-2.527q-.264-.263-.126-.597t.505-.334H19V11q0-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-7.5 5.39q-.213 0-.357-.143q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h6.31L17.425 19h-.271q-.671 0-1.143-.472t-.472-1.144v-.27l-9.61-9.61q-.398.715-.663 1.653Q5 10.094 5 11v1.846h1.77q.67 0 1.142.472t.472 1.143v2.923q0 .672-.472 1.144Q7.442 19 6.77 19H5.615q-.69 0-1.153-.462T4 17.384V11q0-1.183.32-2.252t.878-1.98l-3.529-3.53q-.146-.146-.156-.344t.156-.363q.165-.16.354-.163t.354.163L20.2 20.36q.292.292.134.658q-.159.367-.563.367z"/></svg> </template>
CSS
.icon-headset-off-rounded {
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%2015.994q0%20.443-.363.514q-.362.07-.637-.204l-2.546-2.527q-.264-.263-.126-.597t.505-.334H19V11q0-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-7.5%205.39q-.213%200-.357-.143q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h6.31L17.425%2019h-.271q-.671%200-1.143-.472t-.472-1.144v-.27l-9.61-9.61q-.398.715-.663%201.653Q5%2010.094%205%2011v1.846h1.77q.67%200%201.142.472t.472%201.143v2.923q0%20.672-.472%201.144Q7.442%2019%206.77%2019H5.615q-.69%200-1.153-.462T4%2017.384V11q0-1.183.32-2.252t.878-1.98l-3.529-3.53q-.146-.146-.156-.344t.156-.363q.165-.16.354-.163t.354.163L20.2%2020.36q.292.292.134.658q-.159.367-.563.367z%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%2015.994q0%20.443-.363.514q-.362.07-.637-.204l-2.546-2.527q-.264-.263-.126-.597t.505-.334H19V11q0-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-7.5%205.39q-.213%200-.357-.143q-.143-.143-.143-.356q0-.214.143-.357q.143-.144.357-.144h6.31L17.425%2019h-.271q-.671%200-1.143-.472t-.472-1.144v-.27l-9.61-9.61q-.398.715-.663%201.653Q5%2010.094%205%2011v1.846h1.77q.67%200%201.142.472t.472%201.143v2.923q0%20.672-.472%201.144Q7.442%2019%206.77%2019H5.615q-.69%200-1.153-.462T4%2017.384V11q0-1.183.32-2.252t.878-1.98l-3.529-3.53q-.146-.146-.156-.344t.156-.363q.165-.16.354-.163t.354.163L20.2%2020.36q.292.292.134.658q-.159.367-.563.367z%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-rounded.svg?color=%231a73e8&size=48