mic-pulse-off-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
mic-pulse-off-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.993a12.96 12.96 0 0 1 2.616-5.26l1.422 1.423A10.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.093zm-1.382-8.452l7.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.034M14.503 9.201l14.345 14.344q.56-.301 1.152-.549V12a8 8 0 0 0-15.497-2.8M22 35.25h.002c.032 1.684.384 3.29.998 4.759v2.741a1.25 1.25 0 1 1-2.5 0v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicPulseOff48Filled(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.993a12.96 12.96 0 0 1 2.616-5.26l1.422 1.423A10.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.093zm-1.382-8.452l7.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.034M14.503 9.201l14.345 14.344q.56-.301 1.152-.549V12a8 8 0 0 0-15.497-2.8M22 35.25h.002c.032 1.684.384 3.29.998 4.759v2.741a1.25 1.25 0 1 1-2.5 0v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5"/></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.993a12.96 12.96 0 0 1 2.616-5.26l1.422 1.423A10.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.093zm-1.382-8.452l7.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.034M14.503 9.201l14.345 14.344q.56-.301 1.152-.549V12a8 8 0 0 0-15.497-2.8M22 35.25h.002c.032 1.684.384 3.29.998 4.759v2.741a1.25 1.25 0 1 1-2.5 0v-5.08C13.473 36.923 8 30.976 8 23.75a1.25 1.25 0 1 1 2.5 0c0 6.351 5.149 11.5 11.5 11.5"/></svg>
</template>

CSS

.icon-mic-pulse-off-48-filled {
  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.993a12.96%2012.96%200%200%201%202.616-5.26l1.422%201.423A10.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.093zm-1.382-8.452l7.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.034M14.503%209.201l14.345%2014.344q.56-.301%201.152-.549V12a8%208%200%200%200-15.497-2.8M22%2035.25h.002c.032%201.684.384%203.29.998%204.759v2.741a1.25%201.25%200%201%201-2.5%200v-5.08C13.473%2036.923%208%2030.976%208%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5%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.993a12.96%2012.96%200%200%201%202.616-5.26l1.422%201.423A10.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.093zm-1.382-8.452l7.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.034M14.503%209.201l14.345%2014.344q.56-.301%201.152-.549V12a8%208%200%200%200-15.497-2.8M22%2035.25h.002c.032%201.684.384%203.29.998%204.759v2.741a1.25%201.25%200%201%201-2.5%200v-5.08C13.473%2036.923%208%2030.976%208%2023.75a1.25%201.25%200%201%201%202.5%200c0%206.351%205.149%2011.5%2011.5%2011.5%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-filled.svg?color=%231a73e8&size=48