mic off icon
mic-off-fill from Remix Icon by Remix Design · Fill · Media · Apache-2.0 Free for personal and commercial use.
- Name
- mic-off-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Media
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More media icons from Remix Icon
4k-fillalbum-fillaspect-ratio-fillbroadcast-fillcamera-2-fillcamera-3-fillcamera-4-fillcamera-ai-2-fillcamera-ai-fillcamera-fillcamera-lens-ai-fillcamera-lens-fillcamera-off-fillcamera-switch-fillclapperboard-ai-fillclapperboard-fillclosed-captioning-ai-fillclosed-captioning-filldisc-filldv-filldvd-ai-filldvd-filleject-fillequalizer-2-fill
Use the mic off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.425 17.839A8.9 8.9 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11h2.016a7.002 7.002 0 0 0 9.87 5.354l-1.55-1.55A5 5 0 0 1 7 10V8.414L1.393 2.808l1.414-1.415l19.799 19.8l-1.415 1.414zm2.95-2.679l-1.443-1.442c.509-.81.856-1.73.997-2.718h2.016a8.95 8.95 0 0 1-1.57 4.16m-2.91-2.909l-8.78-8.78A5 5 0 0 1 17 6v4a4.96 4.96 0 0 1-.533 2.251"/></svg>
React
import type { SVGProps } from "react";
export function RiMicOffFill(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="M16.425 17.839A8.9 8.9 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11h2.016a7.002 7.002 0 0 0 9.87 5.354l-1.55-1.55A5 5 0 0 1 7 10V8.414L1.393 2.808l1.414-1.415l19.799 19.8l-1.415 1.414zm2.95-2.679l-1.443-1.442c.509-.81.856-1.73.997-2.718h2.016a8.95 8.95 0 0 1-1.57 4.16m-2.91-2.909l-8.78-8.78A5 5 0 0 1 17 6v4a4.96 4.96 0 0 1-.533 2.251"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.425 17.839A8.9 8.9 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11h2.016a7.002 7.002 0 0 0 9.87 5.354l-1.55-1.55A5 5 0 0 1 7 10V8.414L1.393 2.808l1.414-1.415l19.799 19.8l-1.415 1.414zm2.95-2.679l-1.443-1.442c.509-.81.856-1.73.997-2.718h2.016a8.95 8.95 0 0 1-1.57 4.16m-2.91-2.909l-8.78-8.78A5 5 0 0 1 17 6v4a4.96 4.96 0 0 1-.533 2.251"/></svg> </template>
CSS
.icon-mic-off-fill {
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%22M16.425%2017.839A8.9%208.9%200%200%201%2013%2018.945V23h-2v-4.055A9.004%209.004%200%200%201%203.055%2011h2.016a7.002%207.002%200%200%200%209.87%205.354l-1.55-1.55A5%205%200%200%201%207%2010V8.414L1.393%202.808l1.414-1.415l19.799%2019.8l-1.415%201.414zm2.95-2.679l-1.443-1.442c.509-.81.856-1.73.997-2.718h2.016a8.95%208.95%200%200%201-1.57%204.16m-2.91-2.909l-8.78-8.78A5%205%200%200%201%2017%206v4a4.96%204.96%200%200%201-.533%202.251%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%22M16.425%2017.839A8.9%208.9%200%200%201%2013%2018.945V23h-2v-4.055A9.004%209.004%200%200%201%203.055%2011h2.016a7.002%207.002%200%200%200%209.87%205.354l-1.55-1.55A5%205%200%200%201%207%2010V8.414L1.393%202.808l1.414-1.415l19.799%2019.8l-1.415%201.414zm2.95-2.679l-1.443-1.442c.509-.81.856-1.73.997-2.718h2.016a8.95%208.95%200%200%201-1.57%204.16m-2.91-2.909l-8.78-8.78A5%205%200%200%201%2017%206v4a4.96%204.96%200%200%201-.533%202.251%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/mic-off-fill.svg?color=%231a73e8&size=48