mic prohibited icon
mic-prohibited-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- mic-prohibited-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the mic prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22 4a8 8 0 0 0-8 8v12a8 8 0 0 0 8.35 7.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5 5.5 0 0 1-5.5-5.5V12a5.5 5.5 0 1 1 11 0v12q0 .197-.014.39A13 13 0 0 1 30 22.996V12a8 8 0 0 0-8-8m.002 31.25c.032 1.684.384 3.29.998 4.759v2.741a1.25 1.25 0 1 1-2.5 0v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5zM35 46c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2a9 9 0 0 0 7.032-14.618l-12.65 12.65A8.96 8.96 0 0 0 35 44m-7.032-3.382l12.65-12.65a9 9 0 0 0-12.65 12.65"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicProhibited48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22 4a8 8 0 0 0-8 8v12a8 8 0 0 0 8.35 7.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5 5.5 0 0 1-5.5-5.5V12a5.5 5.5 0 1 1 11 0v12q0 .197-.014.39A13 13 0 0 1 30 22.996V12a8 8 0 0 0-8-8m.002 31.25c.032 1.684.384 3.29.998 4.759v2.741a1.25 1.25 0 1 1-2.5 0v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5zM35 46c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2a9 9 0 0 0 7.032-14.618l-12.65 12.65A8.96 8.96 0 0 0 35 44m-7.032-3.382l12.65-12.65a9 9 0 0 0-12.65 12.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22 4a8 8 0 0 0-8 8v12a8 8 0 0 0 8.35 7.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5 5.5 0 0 1-5.5-5.5V12a5.5 5.5 0 1 1 11 0v12q0 .197-.014.39A13 13 0 0 1 30 22.996V12a8 8 0 0 0-8-8m.002 31.25c.032 1.684.384 3.29.998 4.759v2.741a1.25 1.25 0 1 1-2.5 0v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5zM35 46c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11m0-2a9 9 0 0 0 7.032-14.618l-12.65 12.65A8.96 8.96 0 0 0 35 44m-7.032-3.382l12.65-12.65a9 9 0 0 0-12.65 12.65"/></svg> </template>
CSS
.icon-mic-prohibited-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%204a8%208%200%200%200-8%208v12a8%208%200%200%200%208.35%207.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5%205.5%200%200%201-5.5-5.5V12a5.5%205.5%200%201%201%2011%200v12q0%20.197-.014.39A13%2013%200%200%201%2030%2022.996V12a8%208%200%200%200-8-8m.002%2031.25c.032%201.684.384%203.29.998%204.759v2.741a1.25%201.25%200%201%201-2.5%200v-5.08C13.473%2036.923%208%2030.976%208%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5zM35%2046c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m0-2a9%209%200%200%200%207.032-14.618l-12.65%2012.65A8.96%208.96%200%200%200%2035%2044m-7.032-3.382l12.65-12.65a9%209%200%200%200-12.65%2012.65%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%204a8%208%200%200%200-8%208v12a8%208%200%200%200%208.35%207.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5%205.5%200%200%201-5.5-5.5V12a5.5%205.5%200%201%201%2011%200v12q0%20.197-.014.39A13%2013%200%200%201%2030%2022.996V12a8%208%200%200%200-8-8m.002%2031.25c.032%201.684.384%203.29.998%204.759v2.741a1.25%201.25%200%201%201-2.5%200v-5.08C13.473%2036.923%208%2030.976%208%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5zM35%2046c-6.075%200-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011s-4.925%2011-11%2011m0-2a9%209%200%200%200%207.032-14.618l-12.65%2012.65A8.96%208.96%200%200%200%2035%2044m-7.032-3.382l12.65-12.65a9%209%200%200%200-12.65%2012.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-prohibited-48-regular.svg?color=%231a73e8&size=48