mic pulse off icon
mic-pulse-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- mic-pulse-off-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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 15.768V24a8 8 0 0 0 8.35 7.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5 5.5 0 0 1-5.5-5.5v-5.732l9.888 9.888A10.95 10.95 0 0 0 24 35c0 6.075 4.925 11 11 11c2.587 0 4.966-.893 6.844-2.388l.022.022a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768zM37.022 38.79l-.586 1.561a1 1 0 0 1-1.88-.02L32.4 34.166zm-5.303-5.304l-.742 1.91a1 1 0 0 1-.932.638H28a1 1 0 1 1 0-2h1.36l.813-2.093zM27.5 12v10.197l1.348 1.348q.56-.301 1.152-.549V12a8 8 0 0 0-15.497-2.8l2.048 2.048A5.501 5.501 0 0 1 27.5 12m2.837 13.034l7.06 7.06l.167-.445a1 1 0 0 1 1.83-.096l1.23 2.457l1.393.024a1 1 0 0 1-.034 2l-.658-.011l3.64 3.64A11 11 0 0 0 46 35c0-6.075-4.925-11-11-11c-1.667 0-3.247.37-4.663 1.034M23 40.01a13 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 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMicPulseOff48Regular(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 15.768V24a8 8 0 0 0 8.35 7.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5 5.5 0 0 1-5.5-5.5v-5.732l9.888 9.888A10.95 10.95 0 0 0 24 35c0 6.075 4.925 11 11 11c2.587 0 4.966-.893 6.844-2.388l.022.022a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768zM37.022 38.79l-.586 1.561a1 1 0 0 1-1.88-.02L32.4 34.166zm-5.303-5.304l-.742 1.91a1 1 0 0 1-.932.638H28a1 1 0 1 1 0-2h1.36l.813-2.093zM27.5 12v10.197l1.348 1.348q.56-.301 1.152-.549V12a8 8 0 0 0-15.497-2.8l2.048 2.048A5.501 5.501 0 0 1 27.5 12m2.837 13.034l7.06 7.06l.167-.445a1 1 0 0 1 1.83-.096l1.23 2.457l1.393.024a1 1 0 0 1-.034 2l-.658-.011l3.64 3.64A11 11 0 0 0 46 35c0-6.075-4.925-11-11-11c-1.667 0-3.247.37-4.663 1.034M23 40.01a13 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 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="M14 15.768V24a8 8 0 0 0 8.35 7.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5 5.5 0 0 1-5.5-5.5v-5.732l9.888 9.888A10.95 10.95 0 0 0 24 35c0 6.075 4.925 11 11 11c2.587 0 4.966-.893 6.844-2.388l.022.022a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768zM37.022 38.79l-.586 1.561a1 1 0 0 1-1.88-.02L32.4 34.166zm-5.303-5.304l-.742 1.91a1 1 0 0 1-.932.638H28a1 1 0 1 1 0-2h1.36l.813-2.093zM27.5 12v10.197l1.348 1.348q.56-.301 1.152-.549V12a8 8 0 0 0-15.497-2.8l2.048 2.048A5.501 5.501 0 0 1 27.5 12m2.837 13.034l7.06 7.06l.167-.445a1 1 0 0 1 1.83-.096l1.23 2.457l1.393.024a1 1 0 0 1-.034 2l-.658-.011l3.64 3.64A11 11 0 0 0 46 35c0-6.075-4.925-11-11-11c-1.667 0-3.247.37-4.663 1.034M23 40.01a13 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 0z"/></svg> </template>
CSS
.icon-mic-pulse-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%22M14%2015.768V24a8%208%200%200%200%208.35%207.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5%205.5%200%200%201-5.5-5.5v-5.732l9.888%209.888A10.95%2010.95%200%200%200%2024%2035c0%206.075%204.925%2011%2011%2011c2.587%200%204.966-.893%206.844-2.388l.022.022a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768zM37.022%2038.79l-.586%201.561a1%201%200%200%201-1.88-.02L32.4%2034.166zm-5.303-5.304l-.742%201.91a1%201%200%200%201-.932.638H28a1%201%200%201%201%200-2h1.36l.813-2.093zM27.5%2012v10.197l1.348%201.348q.56-.301%201.152-.549V12a8%208%200%200%200-15.497-2.8l2.048%202.048A5.501%205.501%200%200%201%2027.5%2012m2.837%2013.034l7.06%207.06l.167-.445a1%201%200%200%201%201.83-.096l1.23%202.457l1.393.024a1%201%200%200%201-.034%202l-.658-.011l3.64%203.64A11%2011%200%200%200%2046%2035c0-6.075-4.925-11-11-11c-1.667%200-3.247.37-4.663%201.034M23%2040.01a13%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%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%22M14%2015.768V24a8%208%200%200%200%208.35%207.993c.218-.924.536-1.81.94-2.645q-.623.151-1.29.152a5.5%205.5%200%200%201-5.5-5.5v-5.732l9.888%209.888A10.95%2010.95%200%200%200%2024%2035c0%206.075%204.925%2011%2011%2011c2.587%200%204.966-.893%206.844-2.388l.022.022a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768zM37.022%2038.79l-.586%201.561a1%201%200%200%201-1.88-.02L32.4%2034.166zm-5.303-5.304l-.742%201.91a1%201%200%200%201-.932.638H28a1%201%200%201%201%200-2h1.36l.813-2.093zM27.5%2012v10.197l1.348%201.348q.56-.301%201.152-.549V12a8%208%200%200%200-15.497-2.8l2.048%202.048A5.501%205.501%200%200%201%2027.5%2012m2.837%2013.034l7.06%207.06l.167-.445a1%201%200%200%201%201.83-.096l1.23%202.457l1.393.024a1%201%200%200%201-.034%202l-.658-.011l3.64%203.64A11%2011%200%200%200%2046%2035c0-6.075-4.925-11-11-11c-1.667%200-3.247.37-4.663%201.034M23%2040.01a13%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%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-pulse-off-48-regular.svg?color=%231a73e8&size=48