microphone slash icon
microphone-slash from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.
- Name
- microphone-slash
- Set
- Unicons
- Style
- Line
- Category
- Multimedia
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More multimedia icons from Unicons
Use the microphone slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 3.73a2 2 0 0 1 2.95-.14A2 2 0 0 1 14 5v3.41a1 1 0 0 0 2 0V5a4 4 0 0 0-7-2.53a1 1 0 1 0 1.5 1.26m8.22 9.54h.2a1 1 0 0 0 1-.81A8 8 0 0 0 20 11a1 1 0 0 0-2 0a5.5 5.5 0 0 1-.11 1.1a1 1 0 0 0 .83 1.17m3 6.06l-18-18a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L8 8.48V11a4 4 0 0 0 6 3.46l1.46 1.46A6 6 0 0 1 6 11a1 1 0 0 0-2 0a8 8 0 0 0 7 7.93V21H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2h-2v-2.07a7.87 7.87 0 0 0 3.85-1.59l3.4 3.4a1 1 0 0 0 1.42-1.41ZM12 13a2 2 0 0 1-2-2v-.52l2.45 2.46A1.7 1.7 0 0 1 12 13"/></svg>
React
import type { SVGProps } from "react";
export function UilMicrophoneSlash(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="M10.5 3.73a2 2 0 0 1 2.95-.14A2 2 0 0 1 14 5v3.41a1 1 0 0 0 2 0V5a4 4 0 0 0-7-2.53a1 1 0 1 0 1.5 1.26m8.22 9.54h.2a1 1 0 0 0 1-.81A8 8 0 0 0 20 11a1 1 0 0 0-2 0a5.5 5.5 0 0 1-.11 1.1a1 1 0 0 0 .83 1.17m3 6.06l-18-18a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L8 8.48V11a4 4 0 0 0 6 3.46l1.46 1.46A6 6 0 0 1 6 11a1 1 0 0 0-2 0a8 8 0 0 0 7 7.93V21H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2h-2v-2.07a7.87 7.87 0 0 0 3.85-1.59l3.4 3.4a1 1 0 0 0 1.42-1.41ZM12 13a2 2 0 0 1-2-2v-.52l2.45 2.46A1.7 1.7 0 0 1 12 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 3.73a2 2 0 0 1 2.95-.14A2 2 0 0 1 14 5v3.41a1 1 0 0 0 2 0V5a4 4 0 0 0-7-2.53a1 1 0 1 0 1.5 1.26m8.22 9.54h.2a1 1 0 0 0 1-.81A8 8 0 0 0 20 11a1 1 0 0 0-2 0a5.5 5.5 0 0 1-.11 1.1a1 1 0 0 0 .83 1.17m3 6.06l-18-18a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41L8 8.48V11a4 4 0 0 0 6 3.46l1.46 1.46A6 6 0 0 1 6 11a1 1 0 0 0-2 0a8 8 0 0 0 7 7.93V21H9a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2h-2v-2.07a7.87 7.87 0 0 0 3.85-1.59l3.4 3.4a1 1 0 0 0 1.42-1.41ZM12 13a2 2 0 0 1-2-2v-.52l2.45 2.46A1.7 1.7 0 0 1 12 13"/></svg> </template>
CSS
.icon-microphone-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%22M10.5%203.73a2%202%200%200%201%202.95-.14A2%202%200%200%201%2014%205v3.41a1%201%200%200%200%202%200V5a4%204%200%200%200-7-2.53a1%201%200%201%200%201.5%201.26m8.22%209.54h.2a1%201%200%200%200%201-.81A8%208%200%200%200%2020%2011a1%201%200%200%200-2%200a5.5%205.5%200%200%201-.11%201.1a1%201%200%200%200%20.83%201.17m3%206.06l-18-18a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41L8%208.48V11a4%204%200%200%200%206%203.46l1.46%201.46A6%206%200%200%201%206%2011a1%201%200%200%200-2%200a8%208%200%200%200%207%207.93V21H9a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2h-2v-2.07a7.87%207.87%200%200%200%203.85-1.59l3.4%203.4a1%201%200%200%200%201.42-1.41ZM12%2013a2%202%200%200%201-2-2v-.52l2.45%202.46A1.7%201.7%200%200%201%2012%2013%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%22M10.5%203.73a2%202%200%200%201%202.95-.14A2%202%200%200%201%2014%205v3.41a1%201%200%200%200%202%200V5a4%204%200%200%200-7-2.53a1%201%200%201%200%201.5%201.26m8.22%209.54h.2a1%201%200%200%200%201-.81A8%208%200%200%200%2020%2011a1%201%200%200%200-2%200a5.5%205.5%200%200%201-.11%201.1a1%201%200%200%200%20.83%201.17m3%206.06l-18-18a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41L8%208.48V11a4%204%200%200%200%206%203.46l1.46%201.46A6%206%200%200%201%206%2011a1%201%200%200%200-2%200a8%208%200%200%200%207%207.93V21H9a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2h-2v-2.07a7.87%207.87%200%200%200%203.85-1.59l3.4%203.4a1%201%200%200%200%201.42-1.41ZM12%2013a2%202%200%200%201-2-2v-.52l2.45%202.46A1.7%201.7%200%200%201%2012%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/microphone-slash.svg?color=%231a73e8&size=48