mic off icon
mic-off-line from Remix Icon by Remix Design · Line · Media · Apache-2.0 Free for personal and commercial use.
- Name
- mic-off-line
- Set
- Remix Icon
- Style
- Line
- 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.839l4.767 4.768l1.415-1.415l-19.8-19.799l-1.413 1.415L7 8.414V10a5 5 0 0 0 6.39 4.804l1.55 1.55A7.002 7.002 0 0 1 5.07 11H3.056A9.004 9.004 0 0 0 11 18.945V23h2v-4.055a8.9 8.9 0 0 0 3.425-1.106m-4.872-4.872a3 3 0 0 1-2.52-2.52zm7.822 2.193l-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-1.548-1.548Q15 10.364 15 10V6a3 3 0 0 0-5.818-1.032L7.686 3.471A5 5 0 0 1 17 6v4c0 .81-.192 1.575-.534 2.251"/></svg>
React
import type { SVGProps } from "react";
export function RiMicOffLine(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.839l4.767 4.768l1.415-1.415l-19.8-19.799l-1.413 1.415L7 8.414V10a5 5 0 0 0 6.39 4.804l1.55 1.55A7.002 7.002 0 0 1 5.07 11H3.056A9.004 9.004 0 0 0 11 18.945V23h2v-4.055a8.9 8.9 0 0 0 3.425-1.106m-4.872-4.872a3 3 0 0 1-2.52-2.52zm7.822 2.193l-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-1.548-1.548Q15 10.364 15 10V6a3 3 0 0 0-5.818-1.032L7.686 3.471A5 5 0 0 1 17 6v4c0 .81-.192 1.575-.534 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.839l4.767 4.768l1.415-1.415l-19.8-19.799l-1.413 1.415L7 8.414V10a5 5 0 0 0 6.39 4.804l1.55 1.55A7.002 7.002 0 0 1 5.07 11H3.056A9.004 9.004 0 0 0 11 18.945V23h2v-4.055a8.9 8.9 0 0 0 3.425-1.106m-4.872-4.872a3 3 0 0 1-2.52-2.52zm7.822 2.193l-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-1.548-1.548Q15 10.364 15 10V6a3 3 0 0 0-5.818-1.032L7.686 3.471A5 5 0 0 1 17 6v4c0 .81-.192 1.575-.534 2.251"/></svg> </template>
CSS
.icon-mic-off-line {
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.839l4.767%204.768l1.415-1.415l-19.8-19.799l-1.413%201.415L7%208.414V10a5%205%200%200%200%206.39%204.804l1.55%201.55A7.002%207.002%200%200%201%205.07%2011H3.056A9.004%209.004%200%200%200%2011%2018.945V23h2v-4.055a8.9%208.9%200%200%200%203.425-1.106m-4.872-4.872a3%203%200%200%201-2.52-2.52zm7.822%202.193l-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-1.548-1.548Q15%2010.364%2015%2010V6a3%203%200%200%200-5.818-1.032L7.686%203.471A5%205%200%200%201%2017%206v4c0%20.81-.192%201.575-.534%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.839l4.767%204.768l1.415-1.415l-19.8-19.799l-1.413%201.415L7%208.414V10a5%205%200%200%200%206.39%204.804l1.55%201.55A7.002%207.002%200%200%201%205.07%2011H3.056A9.004%209.004%200%200%200%2011%2018.945V23h2v-4.055a8.9%208.9%200%200%200%203.425-1.106m-4.872-4.872a3%203%200%200%201-2.52-2.52zm7.822%202.193l-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-1.548-1.548Q15%2010.364%2015%2010V6a3%203%200%200%200-5.818-1.032L7.686%203.471A5%205%200%200%201%2017%206v4c0%20.81-.192%201.575-.534%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-line.svg?color=%231a73e8&size=48