microphone slash icon
microphone-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- microphone-slash-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the microphone slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.38 229.92a8 8 0 0 1-11.3-.54l-30.92-34A78.8 78.8 0 0 1 136 207.59V240a8 8 0 0 1-16 0v-32.4A80.11 80.11 0 0 1 48 128a8 8 0 0 1 16 0a64.07 64.07 0 0 0 64 64a63.4 63.4 0 0 0 32.21-8.68l-11.1-12.2A48 48 0 0 1 80 128V95.09L42.08 53.38a8 8 0 0 1 11.84-10.76l160 176a8 8 0 0 1-.54 11.3m-24.19-63.13a7.9 7.9 0 0 0 3.51.82a8 8 0 0 0 7.19-4.49A79.16 79.16 0 0 0 208 128a8 8 0 0 0-16 0a63.3 63.3 0 0 1-6.48 28.09a8 8 0 0 0 3.67 10.7m-27.33-29.22a8 8 0 0 0 13.88-4.57a50 50 0 0 0 .26-5V64a48 48 0 0 0-92-19.13a8 8 0 0 0 1.41 8.57Z"/></svg>
React
import type { SVGProps } from "react";
export function PhMicrophoneSlashFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.38 229.92a8 8 0 0 1-11.3-.54l-30.92-34A78.8 78.8 0 0 1 136 207.59V240a8 8 0 0 1-16 0v-32.4A80.11 80.11 0 0 1 48 128a8 8 0 0 1 16 0a64.07 64.07 0 0 0 64 64a63.4 63.4 0 0 0 32.21-8.68l-11.1-12.2A48 48 0 0 1 80 128V95.09L42.08 53.38a8 8 0 0 1 11.84-10.76l160 176a8 8 0 0 1-.54 11.3m-24.19-63.13a7.9 7.9 0 0 0 3.51.82a8 8 0 0 0 7.19-4.49A79.16 79.16 0 0 0 208 128a8 8 0 0 0-16 0a63.3 63.3 0 0 1-6.48 28.09a8 8 0 0 0 3.67 10.7m-27.33-29.22a8 8 0 0 0 13.88-4.57a50 50 0 0 0 .26-5V64a48 48 0 0 0-92-19.13a8 8 0 0 0 1.41 8.57Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.38 229.92a8 8 0 0 1-11.3-.54l-30.92-34A78.8 78.8 0 0 1 136 207.59V240a8 8 0 0 1-16 0v-32.4A80.11 80.11 0 0 1 48 128a8 8 0 0 1 16 0a64.07 64.07 0 0 0 64 64a63.4 63.4 0 0 0 32.21-8.68l-11.1-12.2A48 48 0 0 1 80 128V95.09L42.08 53.38a8 8 0 0 1 11.84-10.76l160 176a8 8 0 0 1-.54 11.3m-24.19-63.13a7.9 7.9 0 0 0 3.51.82a8 8 0 0 0 7.19-4.49A79.16 79.16 0 0 0 208 128a8 8 0 0 0-16 0a63.3 63.3 0 0 1-6.48 28.09a8 8 0 0 0 3.67 10.7m-27.33-29.22a8 8 0 0 0 13.88-4.57a50 50 0 0 0 .26-5V64a48 48 0 0 0-92-19.13a8 8 0 0 0 1.41 8.57Z"/></svg> </template>
CSS
.icon-microphone-slash-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.38%20229.92a8%208%200%200%201-11.3-.54l-30.92-34A78.8%2078.8%200%200%201%20136%20207.59V240a8%208%200%200%201-16%200v-32.4A80.11%2080.11%200%200%201%2048%20128a8%208%200%200%201%2016%200a64.07%2064.07%200%200%200%2064%2064a63.4%2063.4%200%200%200%2032.21-8.68l-11.1-12.2A48%2048%200%200%201%2080%20128V95.09L42.08%2053.38a8%208%200%200%201%2011.84-10.76l160%20176a8%208%200%200%201-.54%2011.3m-24.19-63.13a7.9%207.9%200%200%200%203.51.82a8%208%200%200%200%207.19-4.49A79.16%2079.16%200%200%200%20208%20128a8%208%200%200%200-16%200a63.3%2063.3%200%200%201-6.48%2028.09a8%208%200%200%200%203.67%2010.7m-27.33-29.22a8%208%200%200%200%2013.88-4.57a50%2050%200%200%200%20.26-5V64a48%2048%200%200%200-92-19.13a8%208%200%200%200%201.41%208.57Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.38%20229.92a8%208%200%200%201-11.3-.54l-30.92-34A78.8%2078.8%200%200%201%20136%20207.59V240a8%208%200%200%201-16%200v-32.4A80.11%2080.11%200%200%201%2048%20128a8%208%200%200%201%2016%200a64.07%2064.07%200%200%200%2064%2064a63.4%2063.4%200%200%200%2032.21-8.68l-11.1-12.2A48%2048%200%200%201%2080%20128V95.09L42.08%2053.38a8%208%200%200%201%2011.84-10.76l160%20176a8%208%200%200%201-.54%2011.3m-24.19-63.13a7.9%207.9%200%200%200%203.51.82a8%208%200%200%200%207.19-4.49A79.16%2079.16%200%200%200%20208%20128a8%208%200%200%200-16%200a63.3%2063.3%200%200%201-6.48%2028.09a8%208%200%200%200%203.67%2010.7m-27.33-29.22a8%208%200%200%200%2013.88-4.57a50%2050%200%200%200%20.26-5V64a48%2048%200%200%200-92-19.13a8%208%200%200%200%201.41%208.57Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/microphone-slash-fill.svg?color=%231a73e8&size=48