headphone slash icon
headphone-slash from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- headphone-slash
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
More multimedia icons from Unicons
Use the headphone slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.07 5.936a9.95 9.95 0 0 0-9.39-2.671a1 1 0 0 0 .44 1.95A8.02 8.02 0 0 1 20 13h-.34a1 1 0 0 0 0 2H20v.34a1 1 0 1 0 2 0V13a9.9 9.9 0 0 0-2.93-7.064M3.706 2.293a1 1 0 0 0-1.414 1.414l2.435 2.435A9.96 9.96 0 0 0 2 13v7a1 1 0 0 0 1 1h3a3.003 3.003 0 0 0 3-3v-2a3.003 3.003 0 0 0-3-3H4a7.96 7.96 0 0 1 2.145-5.441L15 16.414V18a3.003 3.003 0 0 0 3 3h1.586l.707.707a1 1 0 0 0 1.414-1.414ZM6 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4v-4Z"/></svg>
React
import type { SVGProps } from "react";
export function UilHeadphoneSlash(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.07 5.936a9.95 9.95 0 0 0-9.39-2.671a1 1 0 0 0 .44 1.95A8.02 8.02 0 0 1 20 13h-.34a1 1 0 0 0 0 2H20v.34a1 1 0 1 0 2 0V13a9.9 9.9 0 0 0-2.93-7.064M3.706 2.293a1 1 0 0 0-1.414 1.414l2.435 2.435A9.96 9.96 0 0 0 2 13v7a1 1 0 0 0 1 1h3a3.003 3.003 0 0 0 3-3v-2a3.003 3.003 0 0 0-3-3H4a7.96 7.96 0 0 1 2.145-5.441L15 16.414V18a3.003 3.003 0 0 0 3 3h1.586l.707.707a1 1 0 0 0 1.414-1.414ZM6 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4v-4Z"/></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.07 5.936a9.95 9.95 0 0 0-9.39-2.671a1 1 0 0 0 .44 1.95A8.02 8.02 0 0 1 20 13h-.34a1 1 0 0 0 0 2H20v.34a1 1 0 1 0 2 0V13a9.9 9.9 0 0 0-2.93-7.064M3.706 2.293a1 1 0 0 0-1.414 1.414l2.435 2.435A9.96 9.96 0 0 0 2 13v7a1 1 0 0 0 1 1h3a3.003 3.003 0 0 0 3-3v-2a3.003 3.003 0 0 0-3-3H4a7.96 7.96 0 0 1 2.145-5.441L15 16.414V18a3.003 3.003 0 0 0 3 3h1.586l.707.707a1 1 0 0 0 1.414-1.414ZM6 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4v-4Z"/></svg> </template>
CSS
.icon-headphone-slash {
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.07%205.936a9.95%209.95%200%200%200-9.39-2.671a1%201%200%200%200%20.44%201.95A8.02%208.02%200%200%201%2020%2013h-.34a1%201%200%200%200%200%202H20v.34a1%201%200%201%200%202%200V13a9.9%209.9%200%200%200-2.93-7.064M3.706%202.293a1%201%200%200%200-1.414%201.414l2.435%202.435A9.96%209.96%200%200%200%202%2013v7a1%201%200%200%200%201%201h3a3.003%203.003%200%200%200%203-3v-2a3.003%203.003%200%200%200-3-3H4a7.96%207.96%200%200%201%202.145-5.441L15%2016.414V18a3.003%203.003%200%200%200%203%203h1.586l.707.707a1%201%200%200%200%201.414-1.414ZM6%2015a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H4v-4Z%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.07%205.936a9.95%209.95%200%200%200-9.39-2.671a1%201%200%200%200%20.44%201.95A8.02%208.02%200%200%201%2020%2013h-.34a1%201%200%200%200%200%202H20v.34a1%201%200%201%200%202%200V13a9.9%209.9%200%200%200-2.93-7.064M3.706%202.293a1%201%200%200%200-1.414%201.414l2.435%202.435A9.96%209.96%200%200%200%202%2013v7a1%201%200%200%200%201%201h3a3.003%203.003%200%200%200%203-3v-2a3.003%203.003%200%200%200-3-3H4a7.96%207.96%200%200%201%202.145-5.441L15%2016.414V18a3.003%203.003%200%200%200%203%203h1.586l.707.707a1%201%200%200%200%201.414-1.414ZM6%2015a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201H4v-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/headphone-slash.svg?color=%231a73e8&size=48