headset off icon
headset-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- headset-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M19.5 16.846q-.183 0-.341-.128q-.159-.127-.159-.377v-2.495h-2.538q-.25 0-.375-.158t-.125-.342t.125-.341t.375-.159H19V11q0-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 11v5.346q0 .25-.159.375q-.158.125-.341.125m-7 4.539q-.213 0-.357-.144q-.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.367zM5 13.846v3.539q0 .269.173.442t.443.173h1.153q.27 0 .442-.173q.173-.173.173-.442V14.46q0-.269-.173-.442t-.442-.173zm0 0h2.385zm11.462 0H19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHeadsetOffOutlineRounded(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="M19.5 16.846q-.183 0-.341-.128q-.159-.127-.159-.377v-2.495h-2.538q-.25 0-.375-.158t-.125-.342t.125-.341t.375-.159H19V11q0-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 11v5.346q0 .25-.159.375q-.158.125-.341.125m-7 4.539q-.213 0-.357-.144q-.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.367zM5 13.846v3.539q0 .269.173.442t.443.173h1.153q.27 0 .442-.173q.173-.173.173-.442V14.46q0-.269-.173-.442t-.442-.173zm0 0h2.385zm11.462 0H19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 16.846q-.183 0-.341-.128q-.159-.127-.159-.377v-2.495h-2.538q-.25 0-.375-.158t-.125-.342t.125-.341t.375-.159H19V11q0-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 11v5.346q0 .25-.159.375q-.158.125-.341.125m-7 4.539q-.213 0-.357-.144q-.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.367zM5 13.846v3.539q0 .269.173.442t.443.173h1.153q.27 0 .442-.173q.173-.173.173-.442V14.46q0-.269-.173-.442t-.442-.173zm0 0h2.385zm11.462 0H19z"/></svg> </template>
CSS
.icon-headset-off-outline-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%22M19.5%2016.846q-.183%200-.341-.128q-.159-.127-.159-.377v-2.495h-2.538q-.25%200-.375-.158t-.125-.342t.125-.341t.375-.159H19V11q0-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%2011v5.346q0%20.25-.159.375q-.158.125-.341.125m-7%204.539q-.213%200-.357-.144q-.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.367zM5%2013.846v3.539q0%20.269.173.442t.443.173h1.153q.27%200%20.442-.173q.173-.173.173-.442V14.46q0-.269-.173-.442t-.442-.173zm0%200h2.385zm11.462%200H19z%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%22M19.5%2016.846q-.183%200-.341-.128q-.159-.127-.159-.377v-2.495h-2.538q-.25%200-.375-.158t-.125-.342t.125-.341t.375-.159H19V11q0-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%2011v5.346q0%20.25-.159.375q-.158.125-.341.125m-7%204.539q-.213%200-.357-.144q-.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.367zM5%2013.846v3.539q0%20.269.173.442t.443.173h1.153q.27%200%20.442-.173q.173-.173.173-.442V14.46q0-.269-.173-.442t-.442-.173zm0%200h2.385zm11.462%200H19z%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-outline-rounded.svg?color=%231a73e8&size=48