mic off icon
mic-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- mic-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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.768L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768l-8.777-8.777A13.94 13.94 0 0 1 25 37.715v5.035a1.25 1.25 0 1 1-2.5 0v-5.08C15.473 36.923 10 30.976 10 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5a11.45 11.45 0 0 0 7.06-2.422l-2.356-2.356A8 8 0 0 1 16 24zm10.904 10.904L18.5 20.268V24a5.5 5.5 0 0 0 8.404 4.672M29.5 24q0 .098-.003.193l2.153 2.154c.228-.742.35-1.53.35-2.347V12a8 8 0 0 0-15.909-1.212l2.409 2.409V12a5.5 5.5 0 1 1 11 0zm4.758 4.954l1.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.204"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicOff48Regular(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.768L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768l-8.777-8.777A13.94 13.94 0 0 1 25 37.715v5.035a1.25 1.25 0 1 1-2.5 0v-5.08C15.473 36.923 10 30.976 10 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5a11.45 11.45 0 0 0 7.06-2.422l-2.356-2.356A8 8 0 0 1 16 24zm10.904 10.904L18.5 20.268V24a5.5 5.5 0 0 0 8.404 4.672M29.5 24q0 .098-.003.193l2.153 2.154c.228-.742.35-1.53.35-2.347V12a8 8 0 0 0-15.909-1.212l2.409 2.409V12a5.5 5.5 0 1 1 11 0zm4.758 4.954l1.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.204"/></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.768L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768l-8.777-8.777A13.94 13.94 0 0 1 25 37.715v5.035a1.25 1.25 0 1 1-2.5 0v-5.08C15.473 36.923 10 30.976 10 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5a11.45 11.45 0 0 0 7.06-2.422l-2.356-2.356A8 8 0 0 1 16 24zm10.904 10.904L18.5 20.268V24a5.5 5.5 0 0 0 8.404 4.672M29.5 24q0 .098-.003.193l2.153 2.154c.228-.742.35-1.53.35-2.347V12a8 8 0 0 0-15.909-1.212l2.409 2.409V12a5.5 5.5 0 1 1 11 0zm4.758 4.954l1.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.204"/></svg> </template>
CSS
.icon-mic-off-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%22M16%2017.768L4.616%206.384a1.25%201.25%200%201%201%201.768-1.768l37%2037a1.25%201.25%200%200%201-1.768%201.768l-8.777-8.777A13.94%2013.94%200%200%201%2025%2037.715v5.035a1.25%201.25%200%201%201-2.5%200v-5.08C15.473%2036.923%2010%2030.976%2010%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5a11.45%2011.45%200%200%200%207.06-2.422l-2.356-2.356A8%208%200%200%201%2016%2024zm10.904%2010.904L18.5%2020.268V24a5.5%205.5%200%200%200%208.404%204.672M29.5%2024q0%20.098-.003.193l2.153%202.154c.228-.742.35-1.53.35-2.347V12a8%208%200%200%200-15.909-1.212l2.409%202.409V12a5.5%205.5%200%201%201%2011%200zm4.758%204.954l1.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.204%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.768L4.616%206.384a1.25%201.25%200%201%201%201.768-1.768l37%2037a1.25%201.25%200%200%201-1.768%201.768l-8.777-8.777A13.94%2013.94%200%200%201%2025%2037.715v5.035a1.25%201.25%200%201%201-2.5%200v-5.08C15.473%2036.923%2010%2030.976%2010%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5a11.45%2011.45%200%200%200%207.06-2.422l-2.356-2.356A8%208%200%200%201%2016%2024zm10.904%2010.904L18.5%2020.268V24a5.5%205.5%200%200%200%208.404%204.672M29.5%2024q0%20.098-.003.193l2.153%202.154c.228-.742.35-1.53.35-2.347V12a8%208%200%200%200-15.909-1.212l2.409%202.409V12a5.5%205.5%200%201%201%2011%200zm4.758%204.954l1.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.204%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-regular.svg?color=%231a73e8&size=48