microphone slash icon
microphone-slash-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- microphone-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All microphone slash icons →More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the microphone slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m6.11 17.89l1.422-1.422a7.32 7.32 0 0 1-2.865-5.801a1 1 0 0 0-2 0c0 2.913 1.346 5.51 3.444 7.222m2.85-2.85l8.372-8.372A5.34 5.34 0 0 0 12 1.333a5.34 5.34 0 0 0-5.333 5.334v4c0 1.81.91 3.408 2.294 4.372"/><path d="M2.667 22.333a1 1 0 0 1-.707-1.708L20.627 1.96a1 1 0 1 1 1.414 1.415L3.373 22.04a1 1 0 0 1-.706.293m18.666-11.666a1 1 0 0 0-2 0a7.333 7.333 0 0 1-8.435 7.251a1 1 0 0 0-.297 1.978q.198.03.399.051v1.72a1 1 0 1 0 2 0v-1.72c4.684-.499 8.333-4.463 8.333-9.28"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMicrophoneSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m6.11 17.89l1.422-1.422a7.32 7.32 0 0 1-2.865-5.801a1 1 0 0 0-2 0c0 2.913 1.346 5.51 3.444 7.222m2.85-2.85l8.372-8.372A5.34 5.34 0 0 0 12 1.333a5.34 5.34 0 0 0-5.333 5.334v4c0 1.81.91 3.408 2.294 4.372"/><path d="M2.667 22.333a1 1 0 0 1-.707-1.708L20.627 1.96a1 1 0 1 1 1.414 1.415L3.373 22.04a1 1 0 0 1-.706.293m18.666-11.666a1 1 0 0 0-2 0a7.333 7.333 0 0 1-8.435 7.251a1 1 0 0 0-.297 1.978q.198.03.399.051v1.72a1 1 0 1 0 2 0v-1.72c4.684-.499 8.333-4.463 8.333-9.28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m6.11 17.89l1.422-1.422a7.32 7.32 0 0 1-2.865-5.801a1 1 0 0 0-2 0c0 2.913 1.346 5.51 3.444 7.222m2.85-2.85l8.372-8.372A5.34 5.34 0 0 0 12 1.333a5.34 5.34 0 0 0-5.333 5.334v4c0 1.81.91 3.408 2.294 4.372"/><path d="M2.667 22.333a1 1 0 0 1-.707-1.708L20.627 1.96a1 1 0 1 1 1.414 1.415L3.373 22.04a1 1 0 0 1-.706.293m18.666-11.666a1 1 0 0 0-2 0a7.333 7.333 0 0 1-8.435 7.251a1 1 0 0 0-.297 1.978q.198.03.399.051v1.72a1 1 0 1 0 2 0v-1.72c4.684-.499 8.333-4.463 8.333-9.28"/></g></svg> </template>
CSS
.icon-microphone-slash-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m6.11%2017.89l1.422-1.422a7.32%207.32%200%200%201-2.865-5.801a1%201%200%200%200-2%200c0%202.913%201.346%205.51%203.444%207.222m2.85-2.85l8.372-8.372A5.34%205.34%200%200%200%2012%201.333a5.34%205.34%200%200%200-5.333%205.334v4c0%201.81.91%203.408%202.294%204.372%22%2F%3E%3Cpath%20d%3D%22M2.667%2022.333a1%201%200%200%201-.707-1.708L20.627%201.96a1%201%200%201%201%201.414%201.415L3.373%2022.04a1%201%200%200%201-.706.293m18.666-11.666a1%201%200%200%200-2%200a7.333%207.333%200%200%201-8.435%207.251a1%201%200%200%200-.297%201.978q.198.03.399.051v1.72a1%201%200%201%200%202%200v-1.72c4.684-.499%208.333-4.463%208.333-9.28%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m6.11%2017.89l1.422-1.422a7.32%207.32%200%200%201-2.865-5.801a1%201%200%200%200-2%200c0%202.913%201.346%205.51%203.444%207.222m2.85-2.85l8.372-8.372A5.34%205.34%200%200%200%2012%201.333a5.34%205.34%200%200%200-5.333%205.334v4c0%201.81.91%203.408%202.294%204.372%22%2F%3E%3Cpath%20d%3D%22M2.667%2022.333a1%201%200%200%201-.707-1.708L20.627%201.96a1%201%200%201%201%201.414%201.415L3.373%2022.04a1%201%200%200%201-.706.293m18.666-11.666a1%201%200%200%200-2%200a7.333%207.333%200%200%201-8.435%207.251a1%201%200%200%200-.297%201.978q.198.03.399.051v1.72a1%201%200%201%200%202%200v-1.72c4.684-.499%208.333-4.463%208.333-9.28%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/microphone-slash-filled.svg?color=%231a73e8&size=48