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

Name
mic-pulse-off-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M9 10.415V16a6 6 0 0 0 5.064 5.927a8.96 8.96 0 0 1 1.904-4.544l1.069 1.068A7.5 7.5 0 0 0 27.55 28.963l.743.744a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414zm15.37 15.37l-.162.463a.75.75 0 0 1-1.416 0l-1.099-3.14zm-3.178-3.178l-.266.685a.75.75 0 0 1-.699.478H18.75a.75.75 0 0 1 0-1.5h.964l.32-.822zm-1.424-6.377l4.709 4.71l.065-.188a.75.75 0 0 1 1.411-.013l.569 1.531h.728a.75.75 0 0 1 .056 1.498l2.464 2.464A7.5 7.5 0 0 0 19.768 16.23M9.394 5.857l9.26 9.26A9 9 0 0 1 21 14.223V8A6 6 0 0 0 9.394 5.857M7 16a8 8 0 0 0 7.05 7.944A8.96 8.96 0 0 0 16 28.657V29a1 1 0 1 1-2 0v-3l.002-.05C8.948 25.45 5 21.187 5 16a1 1 0 1 1 2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicPulseOff32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 10.415V16a6 6 0 0 0 5.064 5.927a8.96 8.96 0 0 1 1.904-4.544l1.069 1.068A7.5 7.5 0 0 0 27.55 28.963l.743.744a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414zm15.37 15.37l-.162.463a.75.75 0 0 1-1.416 0l-1.099-3.14zm-3.178-3.178l-.266.685a.75.75 0 0 1-.699.478H18.75a.75.75 0 0 1 0-1.5h.964l.32-.822zm-1.424-6.377l4.709 4.71l.065-.188a.75.75 0 0 1 1.411-.013l.569 1.531h.728a.75.75 0 0 1 .056 1.498l2.464 2.464A7.5 7.5 0 0 0 19.768 16.23M9.394 5.857l9.26 9.26A9 9 0 0 1 21 14.223V8A6 6 0 0 0 9.394 5.857M7 16a8 8 0 0 0 7.05 7.944A8.96 8.96 0 0 0 16 28.657V29a1 1 0 1 1-2 0v-3l.002-.05C8.948 25.45 5 21.187 5 16a1 1 0 1 1 2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 10.415V16a6 6 0 0 0 5.064 5.927a8.96 8.96 0 0 1 1.904-4.544l1.069 1.068A7.5 7.5 0 0 0 27.55 28.963l.743.744a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414zm15.37 15.37l-.162.463a.75.75 0 0 1-1.416 0l-1.099-3.14zm-3.178-3.178l-.266.685a.75.75 0 0 1-.699.478H18.75a.75.75 0 0 1 0-1.5h.964l.32-.822zm-1.424-6.377l4.709 4.71l.065-.188a.75.75 0 0 1 1.411-.013l.569 1.531h.728a.75.75 0 0 1 .056 1.498l2.464 2.464A7.5 7.5 0 0 0 19.768 16.23M9.394 5.857l9.26 9.26A9 9 0 0 1 21 14.223V8A6 6 0 0 0 9.394 5.857M7 16a8 8 0 0 0 7.05 7.944A8.96 8.96 0 0 0 16 28.657V29a1 1 0 1 1-2 0v-3l.002-.05C8.948 25.45 5 21.187 5 16a1 1 0 1 1 2 0"/></svg>
</template>

CSS

.icon-mic-pulse-off-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010.415V16a6%206%200%200%200%205.064%205.927a8.96%208.96%200%200%201%201.904-4.544l1.069%201.068A7.5%207.5%200%200%200%2027.55%2028.963l.743.744a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414zm15.37%2015.37l-.162.463a.75.75%200%200%201-1.416%200l-1.099-3.14zm-3.178-3.178l-.266.685a.75.75%200%200%201-.699.478H18.75a.75.75%200%200%201%200-1.5h.964l.32-.822zm-1.424-6.377l4.709%204.71l.065-.188a.75.75%200%200%201%201.411-.013l.569%201.531h.728a.75.75%200%200%201%20.056%201.498l2.464%202.464A7.5%207.5%200%200%200%2019.768%2016.23M9.394%205.857l9.26%209.26A9%209%200%200%201%2021%2014.223V8A6%206%200%200%200%209.394%205.857M7%2016a8%208%200%200%200%207.05%207.944A8.96%208.96%200%200%200%2016%2028.657V29a1%201%200%201%201-2%200v-3l.002-.05C8.948%2025.45%205%2021.187%205%2016a1%201%200%201%201%202%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2010.415V16a6%206%200%200%200%205.064%205.927a8.96%208.96%200%200%201%201.904-4.544l1.069%201.068A7.5%207.5%200%200%200%2027.55%2028.963l.743.744a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414zm15.37%2015.37l-.162.463a.75.75%200%200%201-1.416%200l-1.099-3.14zm-3.178-3.178l-.266.685a.75.75%200%200%201-.699.478H18.75a.75.75%200%200%201%200-1.5h.964l.32-.822zm-1.424-6.377l4.709%204.71l.065-.188a.75.75%200%200%201%201.411-.013l.569%201.531h.728a.75.75%200%200%201%20.056%201.498l2.464%202.464A7.5%207.5%200%200%200%2019.768%2016.23M9.394%205.857l9.26%209.26A9%209%200%200%201%2021%2014.223V8A6%206%200%200%200%209.394%205.857M7%2016a8%208%200%200%200%207.05%207.944A8.96%208.96%200%200%200%2016%2028.657V29a1%201%200%201%201-2%200v-3l.002-.05C8.948%2025.45%205%2021.187%205%2016a1%201%200%201%201%202%200%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-32-filled.svg?color=%231a73e8&size=48