headphones off icon
headphones-off from Material Design Icons by Pictogrammers · Filled · Audio · Apache-2.0 Free for personal and commercial use.
- Name
- headphones-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Audio
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More audio icons from Material Design Icons
Use the headphones 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 1a9 9 0 0 1 9 9v7c0 .62-.19 1.19-.5 1.67L15 13.18V12h4v-2a7 7 0 0 0-7-7c-2 0-3.77.82-5.04 2.14L5.55 3.72A8.96 8.96 0 0 1 12 1M2.78 3.5L20.5 21.22l-1.27 1.28l-2.5-2.5H15v-1.73l-6-6V20H6a3 3 0 0 1-3-3v-7c0-1.11.2-2.18.57-3.16L1.5 4.77zm2.39 4.94C5.06 8.94 5 9.46 5 10v2h3.73z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHeadphonesOff(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 1a9 9 0 0 1 9 9v7c0 .62-.19 1.19-.5 1.67L15 13.18V12h4v-2a7 7 0 0 0-7-7c-2 0-3.77.82-5.04 2.14L5.55 3.72A8.96 8.96 0 0 1 12 1M2.78 3.5L20.5 21.22l-1.27 1.28l-2.5-2.5H15v-1.73l-6-6V20H6a3 3 0 0 1-3-3v-7c0-1.11.2-2.18.57-3.16L1.5 4.77zm2.39 4.94C5.06 8.94 5 9.46 5 10v2h3.73z"/></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 1a9 9 0 0 1 9 9v7c0 .62-.19 1.19-.5 1.67L15 13.18V12h4v-2a7 7 0 0 0-7-7c-2 0-3.77.82-5.04 2.14L5.55 3.72A8.96 8.96 0 0 1 12 1M2.78 3.5L20.5 21.22l-1.27 1.28l-2.5-2.5H15v-1.73l-6-6V20H6a3 3 0 0 1-3-3v-7c0-1.11.2-2.18.57-3.16L1.5 4.77zm2.39 4.94C5.06 8.94 5 9.46 5 10v2h3.73z"/></svg> </template>
CSS
.icon-headphones-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%201a9%209%200%200%201%209%209v7c0%20.62-.19%201.19-.5%201.67L15%2013.18V12h4v-2a7%207%200%200%200-7-7c-2%200-3.77.82-5.04%202.14L5.55%203.72A8.96%208.96%200%200%201%2012%201M2.78%203.5L20.5%2021.22l-1.27%201.28l-2.5-2.5H15v-1.73l-6-6V20H6a3%203%200%200%201-3-3v-7c0-1.11.2-2.18.57-3.16L1.5%204.77zm2.39%204.94C5.06%208.94%205%209.46%205%2010v2h3.73z%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%201a9%209%200%200%201%209%209v7c0%20.62-.19%201.19-.5%201.67L15%2013.18V12h4v-2a7%207%200%200%200-7-7c-2%200-3.77.82-5.04%202.14L5.55%203.72A8.96%208.96%200%200%201%2012%201M2.78%203.5L20.5%2021.22l-1.27%201.28l-2.5-2.5H15v-1.73l-6-6V20H6a3%203%200%200%201-3-3v-7c0-1.11.2-2.18.57-3.16L1.5%204.77zm2.39%204.94C5.06%208.94%205%209.46%205%2010v2h3.73z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/headphones-off.svg?color=%231a73e8&size=48