mic icon
mic-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- mic-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the mic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M16 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 24 6.5m1 31.215c7.265-.513 13-6.57 13-13.965a1.25 1.25 0 1 0-2.5 0c0 6.351-5.149 11.5-11.5 11.5s-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 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMic48Regular(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 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 24 6.5m1 31.215c7.265-.513 13-6.57 13-13.965a1.25 1.25 0 1 0-2.5 0c0 6.351-5.149 11.5-11.5 11.5s-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 0z"/></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 12a8 8 0 1 1 16 0v12a8 8 0 1 1-16 0zm8-5.5a5.5 5.5 0 0 0-5.5 5.5v12a5.5 5.5 0 1 0 11 0V12A5.5 5.5 0 0 0 24 6.5m1 31.215c7.265-.513 13-6.57 13-13.965a1.25 1.25 0 1 0-2.5 0c0 6.351-5.149 11.5-11.5 11.5s-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 0z"/></svg> </template>
CSS
.icon-mic-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%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200zm8-5.5a5.5%205.5%200%200%200-5.5%205.5v12a5.5%205.5%200%201%200%2011%200V12A5.5%205.5%200%200%200%2024%206.5m1%2031.215c7.265-.513%2013-6.57%2013-13.965a1.25%201.25%200%201%200-2.5%200c0%206.351-5.149%2011.5-11.5%2011.5s-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%200z%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%2012a8%208%200%201%201%2016%200v12a8%208%200%201%201-16%200zm8-5.5a5.5%205.5%200%200%200-5.5%205.5v12a5.5%205.5%200%201%200%2011%200V12A5.5%205.5%200%200%200%2024%206.5m1%2031.215c7.265-.513%2013-6.57%2013-13.965a1.25%201.25%200%201%200-2.5%200c0%206.351-5.149%2011.5-11.5%2011.5s-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%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-48-regular.svg?color=%231a73e8&size=48