mic pulse icon
mic-pulse-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- mic-pulse-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the mic pulse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 12a8 8 0 1 1 16 0v10.996a13 13 0 0 0-2.514 1.394q.015-.194.014-.39V12a5.5 5.5 0 1 0-11 0v12a5.5 5.5 0 0 0 6.79 5.348a13 13 0 0 0-.94 2.645A8 8 0 0 1 14 24zm9 28.009a13 13 0 0 1-.998-4.759H22c-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 0zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-13.983-6a1 1 0 0 0-.95.638l-1.706 4.396H28a1 1 0 1 0 0 2h2.045a1 1 0 0 0 .932-.638l.974-2.508l2.605 7.442a1 1 0 0 0 1.88.021l2.195-5.853l.475.95a1 1 0 0 0 .877.552l2 .034a1 1 0 1 0 .034-2l-1.394-.024l-1.229-2.457a1 1 0 0 0-1.83.096l-2.032 5.416l-2.588-7.395a1 1 0 0 0-.927-.67"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicPulse48Regular(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="M14 12a8 8 0 1 1 16 0v10.996a13 13 0 0 0-2.514 1.394q.015-.194.014-.39V12a5.5 5.5 0 1 0-11 0v12a5.5 5.5 0 0 0 6.79 5.348a13 13 0 0 0-.94 2.645A8 8 0 0 1 14 24zm9 28.009a13 13 0 0 1-.998-4.759H22c-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 0zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-13.983-6a1 1 0 0 0-.95.638l-1.706 4.396H28a1 1 0 1 0 0 2h2.045a1 1 0 0 0 .932-.638l.974-2.508l2.605 7.442a1 1 0 0 0 1.88.021l2.195-5.853l.475.95a1 1 0 0 0 .877.552l2 .034a1 1 0 1 0 .034-2l-1.394-.024l-1.229-2.457a1 1 0 0 0-1.83.096l-2.032 5.416l-2.588-7.395a1 1 0 0 0-.927-.67"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 12a8 8 0 1 1 16 0v10.996a13 13 0 0 0-2.514 1.394q.015-.194.014-.39V12a5.5 5.5 0 1 0-11 0v12a5.5 5.5 0 0 0 6.79 5.348a13 13 0 0 0-.94 2.645A8 8 0 0 1 14 24zm9 28.009a13 13 0 0 1-.998-4.759H22c-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 0zM46 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-13.983-6a1 1 0 0 0-.95.638l-1.706 4.396H28a1 1 0 1 0 0 2h2.045a1 1 0 0 0 .932-.638l.974-2.508l2.605 7.442a1 1 0 0 0 1.88.021l2.195-5.853l.475.95a1 1 0 0 0 .877.552l2 .034a1 1 0 1 0 .034-2l-1.394-.024l-1.229-2.457a1 1 0 0 0-1.83.096l-2.032 5.416l-2.588-7.395a1 1 0 0 0-.927-.67"/></svg> </template>
CSS
.icon-mic-pulse-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%22M14%2012a8%208%200%201%201%2016%200v10.996a13%2013%200%200%200-2.514%201.394q.015-.194.014-.39V12a5.5%205.5%200%201%200-11%200v12a5.5%205.5%200%200%200%206.79%205.348a13%2013%200%200%200-.94%202.645A8%208%200%200%201%2014%2024zm9%2028.009a13%2013%200%200%201-.998-4.759H22c-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%200zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-13.983-6a1%201%200%200%200-.95.638l-1.706%204.396H28a1%201%200%201%200%200%202h2.045a1%201%200%200%200%20.932-.638l.974-2.508l2.605%207.442a1%201%200%200%200%201.88.021l2.195-5.853l.475.95a1%201%200%200%200%20.877.552l2%20.034a1%201%200%201%200%20.034-2l-1.394-.024l-1.229-2.457a1%201%200%200%200-1.83.096l-2.032%205.416l-2.588-7.395a1%201%200%200%200-.927-.67%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%22M14%2012a8%208%200%201%201%2016%200v10.996a13%2013%200%200%200-2.514%201.394q.015-.194.014-.39V12a5.5%205.5%200%201%200-11%200v12a5.5%205.5%200%200%200%206.79%205.348a13%2013%200%200%200-.94%202.645A8%208%200%200%201%2014%2024zm9%2028.009a13%2013%200%200%201-.998-4.759H22c-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%200zM46%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-13.983-6a1%201%200%200%200-.95.638l-1.706%204.396H28a1%201%200%201%200%200%202h2.045a1%201%200%200%200%20.932-.638l.974-2.508l2.605%207.442a1%201%200%200%200%201.88.021l2.195-5.853l.475.95a1%201%200%200%200%20.877.552l2%20.034a1%201%200%201%200%20.034-2l-1.394-.024l-1.229-2.457a1%201%200%200%200-1.83.096l-2.032%205.416l-2.588-7.395a1%201%200%200%200-.927-.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-pulse-48-regular.svg?color=%231a73e8&size=48