mic off icon
mic-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- mic-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M13 10q0 .406-.102.777L7.002 4.881A3 3 0 0 1 13 5zM7 7.708V10a3 3 0 0 0 4.738 2.445l1.07 1.07A4.5 4.5 0 0 1 5.5 10a.5.5 0 0 0-.999.001a5.5 5.5 0 0 0 5 5.478V17.5a.5.5 0 0 0 1 0v-2.022a5.5 5.5 0 0 0 3.02-1.251l3.626 3.627a.5.5 0 0 0 .708-.707l-15-15a.5.5 0 1 0-.708.707zm7.803 4.975A5.5 5.5 0 0 0 15.5 10a.5.5 0 0 0-1 0c0 .695-.157 1.353-.439 1.94z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicOff20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13 10q0 .406-.102.777L7.002 4.881A3 3 0 0 1 13 5zM7 7.708V10a3 3 0 0 0 4.738 2.445l1.07 1.07A4.5 4.5 0 0 1 5.5 10a.5.5 0 0 0-.999.001a5.5 5.5 0 0 0 5 5.478V17.5a.5.5 0 0 0 1 0v-2.022a5.5 5.5 0 0 0 3.02-1.251l3.626 3.627a.5.5 0 0 0 .708-.707l-15-15a.5.5 0 1 0-.708.707zm7.803 4.975A5.5 5.5 0 0 0 15.5 10a.5.5 0 0 0-1 0c0 .695-.157 1.353-.439 1.94z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13 10q0 .406-.102.777L7.002 4.881A3 3 0 0 1 13 5zM7 7.708V10a3 3 0 0 0 4.738 2.445l1.07 1.07A4.5 4.5 0 0 1 5.5 10a.5.5 0 0 0-.999.001a5.5 5.5 0 0 0 5 5.478V17.5a.5.5 0 0 0 1 0v-2.022a5.5 5.5 0 0 0 3.02-1.251l3.626 3.627a.5.5 0 0 0 .708-.707l-15-15a.5.5 0 1 0-.708.707zm7.803 4.975A5.5 5.5 0 0 0 15.5 10a.5.5 0 0 0-1 0c0 .695-.157 1.353-.439 1.94z"/></svg> </template>
CSS
.icon-mic-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2010q0%20.406-.102.777L7.002%204.881A3%203%200%200%201%2013%205zM7%207.708V10a3%203%200%200%200%204.738%202.445l1.07%201.07A4.5%204.5%200%200%201%205.5%2010a.5.5%200%200%200-.999.001a5.5%205.5%200%200%200%205%205.478V17.5a.5.5%200%200%200%201%200v-2.022a5.5%205.5%200%200%200%203.02-1.251l3.626%203.627a.5.5%200%200%200%20.708-.707l-15-15a.5.5%200%201%200-.708.707zm7.803%204.975A5.5%205.5%200%200%200%2015.5%2010a.5.5%200%200%200-1%200c0%20.695-.157%201.353-.439%201.94z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2010q0%20.406-.102.777L7.002%204.881A3%203%200%200%201%2013%205zM7%207.708V10a3%203%200%200%200%204.738%202.445l1.07%201.07A4.5%204.5%200%200%201%205.5%2010a.5.5%200%200%200-.999.001a5.5%205.5%200%200%200%205%205.478V17.5a.5.5%200%200%200%201%200v-2.022a5.5%205.5%200%200%200%203.02-1.251l3.626%203.627a.5.5%200%200%200%20.708-.707l-15-15a.5.5%200%201%200-.708.707zm7.803%204.975A5.5%205.5%200%200%200%2015.5%2010a.5.5%200%200%200-1%200c0%20.695-.157%201.353-.439%201.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-off-20-filled.svg?color=%231a73e8&size=48