mic off icon
mic-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- mic-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M9.5 10.56L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06l-5.35-5.35a7.97 7.97 0 0 1-4.62 2.035v2.785a.75.75 0 0 1-1.5 0v-2.785A8 8 0 0 1 6 14.5v-.75a.75.75 0 0 1 1.5 0v.75a6.5 6.5 0 0 0 10.807 4.868L16.89 17.95A4.5 4.5 0 0 1 9.5 14.5zm6.322 6.323L11 12.061V14.5a3 3 0 0 0 4.822 2.383M9.503 6.322L11 7.818V6.5a3 3 0 1 1 6 0v7.318l1.437 1.437q.062-.368.063-.755v-8a4.5 4.5 0 0 0-8.997-.178m10.55 10.55l1.138 1.137c.518-1.06.809-2.25.809-3.51v-.748a.75.75 0 1 0-1.5 0v.749c0 .837-.158 1.637-.446 2.372"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicOff28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 10.56L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06l-5.35-5.35a7.97 7.97 0 0 1-4.62 2.035v2.785a.75.75 0 0 1-1.5 0v-2.785A8 8 0 0 1 6 14.5v-.75a.75.75 0 0 1 1.5 0v.75a6.5 6.5 0 0 0 10.807 4.868L16.89 17.95A4.5 4.5 0 0 1 9.5 14.5zm6.322 6.323L11 12.061V14.5a3 3 0 0 0 4.822 2.383M9.503 6.322L11 7.818V6.5a3 3 0 1 1 6 0v7.318l1.437 1.437q.062-.368.063-.755v-8a4.5 4.5 0 0 0-8.997-.178m10.55 10.55l1.138 1.137c.518-1.06.809-2.25.809-3.51v-.748a.75.75 0 1 0-1.5 0v.749c0 .837-.158 1.637-.446 2.372"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.5 10.56L2.22 3.28a.75.75 0 1 1 1.06-1.06l22.5 22.5a.75.75 0 0 1-1.06 1.06l-5.35-5.35a7.97 7.97 0 0 1-4.62 2.035v2.785a.75.75 0 0 1-1.5 0v-2.785A8 8 0 0 1 6 14.5v-.75a.75.75 0 0 1 1.5 0v.75a6.5 6.5 0 0 0 10.807 4.868L16.89 17.95A4.5 4.5 0 0 1 9.5 14.5zm6.322 6.323L11 12.061V14.5a3 3 0 0 0 4.822 2.383M9.503 6.322L11 7.818V6.5a3 3 0 1 1 6 0v7.318l1.437 1.437q.062-.368.063-.755v-8a4.5 4.5 0 0 0-8.997-.178m10.55 10.55l1.138 1.137c.518-1.06.809-2.25.809-3.51v-.748a.75.75 0 1 0-1.5 0v.749c0 .837-.158 1.637-.446 2.372"/></svg> </template>
CSS
.icon-mic-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010.56L2.22%203.28a.75.75%200%201%201%201.06-1.06l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-5.35-5.35a7.97%207.97%200%200%201-4.62%202.035v2.785a.75.75%200%200%201-1.5%200v-2.785A8%208%200%200%201%206%2014.5v-.75a.75.75%200%200%201%201.5%200v.75a6.5%206.5%200%200%200%2010.807%204.868L16.89%2017.95A4.5%204.5%200%200%201%209.5%2014.5zm6.322%206.323L11%2012.061V14.5a3%203%200%200%200%204.822%202.383M9.503%206.322L11%207.818V6.5a3%203%200%201%201%206%200v7.318l1.437%201.437q.062-.368.063-.755v-8a4.5%204.5%200%200%200-8.997-.178m10.55%2010.55l1.138%201.137c.518-1.06.809-2.25.809-3.51v-.748a.75.75%200%201%200-1.5%200v.749c0%20.837-.158%201.637-.446%202.372%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2010.56L2.22%203.28a.75.75%200%201%201%201.06-1.06l22.5%2022.5a.75.75%200%200%201-1.06%201.06l-5.35-5.35a7.97%207.97%200%200%201-4.62%202.035v2.785a.75.75%200%200%201-1.5%200v-2.785A8%208%200%200%201%206%2014.5v-.75a.75.75%200%200%201%201.5%200v.75a6.5%206.5%200%200%200%2010.807%204.868L16.89%2017.95A4.5%204.5%200%200%201%209.5%2014.5zm6.322%206.323L11%2012.061V14.5a3%203%200%200%200%204.822%202.383M9.503%206.322L11%207.818V6.5a3%203%200%201%201%206%200v7.318l1.437%201.437q.062-.368.063-.755v-8a4.5%204.5%200%200%200-8.997-.178m10.55%2010.55l1.138%201.137c.518-1.06.809-2.25.809-3.51v-.748a.75.75%200%201%200-1.5%200v.749c0%20.837-.158%201.637-.446%202.372%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-off-28-regular.svg?color=%231a73e8&size=48