mic off icon
mic-off-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- mic-off-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the mic off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16 17.768V24a8 8 0 0 0 12.704 6.472l2.356 2.356A11.45 11.45 0 0 1 24 35.25c-6.351 0-11.5-5.149-11.5-11.5a1.25 1.25 0 1 0-2.5 0c0 7.225 5.473 13.172 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-5.035c2.963-.21 5.67-1.34 7.84-3.108l8.776 8.777a1.25 1.25 0 1 0 1.768-1.768l-37-37a1.25 1.25 0 0 0-1.768 1.768zm18.258 11.186l1.842 1.843A13.94 13.94 0 0 0 38 23.75a1.25 1.25 0 1 0-2.5 0a11.45 11.45 0 0 1-1.242 5.204M16.09 10.788l15.56 15.559A8 8 0 0 0 31.999 24V12a8 8 0 0 0-15.909-1.212"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicOff48Filled(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="M16 17.768V24a8 8 0 0 0 12.704 6.472l2.356 2.356A11.45 11.45 0 0 1 24 35.25c-6.351 0-11.5-5.149-11.5-11.5a1.25 1.25 0 1 0-2.5 0c0 7.225 5.473 13.172 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-5.035c2.963-.21 5.67-1.34 7.84-3.108l8.776 8.777a1.25 1.25 0 1 0 1.768-1.768l-37-37a1.25 1.25 0 0 0-1.768 1.768zm18.258 11.186l1.842 1.843A13.94 13.94 0 0 0 38 23.75a1.25 1.25 0 1 0-2.5 0a11.45 11.45 0 0 1-1.242 5.204M16.09 10.788l15.56 15.559A8 8 0 0 0 31.999 24V12a8 8 0 0 0-15.909-1.212"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16 17.768V24a8 8 0 0 0 12.704 6.472l2.356 2.356A11.45 11.45 0 0 1 24 35.25c-6.351 0-11.5-5.149-11.5-11.5a1.25 1.25 0 1 0-2.5 0c0 7.225 5.473 13.172 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-5.035c2.963-.21 5.67-1.34 7.84-3.108l8.776 8.777a1.25 1.25 0 1 0 1.768-1.768l-37-37a1.25 1.25 0 0 0-1.768 1.768zm18.258 11.186l1.842 1.843A13.94 13.94 0 0 0 38 23.75a1.25 1.25 0 1 0-2.5 0a11.45 11.45 0 0 1-1.242 5.204M16.09 10.788l15.56 15.559A8 8 0 0 0 31.999 24V12a8 8 0 0 0-15.909-1.212"/></svg> </template>
CSS
.icon-mic-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2017.768V24a8%208%200%200%200%2012.704%206.472l2.356%202.356A11.45%2011.45%200%200%201%2024%2035.25c-6.351%200-11.5-5.149-11.5-11.5a1.25%201.25%200%201%200-2.5%200c0%207.225%205.473%2013.172%2012.5%2013.92v5.08a1.25%201.25%200%201%200%202.5%200v-5.035c2.963-.21%205.67-1.34%207.84-3.108l8.776%208.777a1.25%201.25%200%201%200%201.768-1.768l-37-37a1.25%201.25%200%200%200-1.768%201.768zm18.258%2011.186l1.842%201.843A13.94%2013.94%200%200%200%2038%2023.75a1.25%201.25%200%201%200-2.5%200a11.45%2011.45%200%200%201-1.242%205.204M16.09%2010.788l15.56%2015.559A8%208%200%200%200%2031.999%2024V12a8%208%200%200%200-15.909-1.212%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%22M16%2017.768V24a8%208%200%200%200%2012.704%206.472l2.356%202.356A11.45%2011.45%200%200%201%2024%2035.25c-6.351%200-11.5-5.149-11.5-11.5a1.25%201.25%200%201%200-2.5%200c0%207.225%205.473%2013.172%2012.5%2013.92v5.08a1.25%201.25%200%201%200%202.5%200v-5.035c2.963-.21%205.67-1.34%207.84-3.108l8.776%208.777a1.25%201.25%200%201%200%201.768-1.768l-37-37a1.25%201.25%200%200%200-1.768%201.768zm18.258%2011.186l1.842%201.843A13.94%2013.94%200%200%200%2038%2023.75a1.25%201.25%200%201%200-2.5%200a11.45%2011.45%200%200%201-1.242%205.204M16.09%2010.788l15.56%2015.559A8%208%200%200%200%2031.999%2024V12a8%208%200%200%200-15.909-1.212%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-off-48-filled.svg?color=%231a73e8&size=48