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

Name
mic-pulse-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M15 2a6 6 0 0 0-6 6v8a6 6 0 0 0 5.063 5.927c.08-.677.237-1.332.46-1.955A4 4 0 0 1 11 16V8a4 4 0 0 1 8 0v6.935a9 9 0 0 1 2-.712V8a6 6 0 0 0-6-6M7 16a8 8 0 0 0 7.049 7.944A8.96 8.96 0 0 0 16 28.657V29a1 1 0 1 1-2 0v-3l.001-.05C8.947 25.45 5 21.187 5 16a1 1 0 1 1 2 0m16 14.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m-1.587-11.25a.75.75 0 0 1 .695.502L23.5 23.73l1.042-2.978a.75.75 0 0 1 1.411-.013l.569 1.531h.728a.75.75 0 0 1 0 1.5H26a.75.75 0 0 1-.703-.489l-.026-.07l-1.063 3.037a.75.75 0 0 1-1.416 0l-1.429-4.082l-.437 1.126a.75.75 0 0 1-.699.478H18.75a.75.75 0 0 1 0-1.5h.964l.987-2.541a.75.75 0 0 1 .712-.479"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicPulse32Regular(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="M15 2a6 6 0 0 0-6 6v8a6 6 0 0 0 5.063 5.927c.08-.677.237-1.332.46-1.955A4 4 0 0 1 11 16V8a4 4 0 0 1 8 0v6.935a9 9 0 0 1 2-.712V8a6 6 0 0 0-6-6M7 16a8 8 0 0 0 7.049 7.944A8.96 8.96 0 0 0 16 28.657V29a1 1 0 1 1-2 0v-3l.001-.05C8.947 25.45 5 21.187 5 16a1 1 0 1 1 2 0m16 14.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m-1.587-11.25a.75.75 0 0 1 .695.502L23.5 23.73l1.042-2.978a.75.75 0 0 1 1.411-.013l.569 1.531h.728a.75.75 0 0 1 0 1.5H26a.75.75 0 0 1-.703-.489l-.026-.07l-1.063 3.037a.75.75 0 0 1-1.416 0l-1.429-4.082l-.437 1.126a.75.75 0 0 1-.699.478H18.75a.75.75 0 0 1 0-1.5h.964l.987-2.541a.75.75 0 0 1 .712-.479"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 2a6 6 0 0 0-6 6v8a6 6 0 0 0 5.063 5.927c.08-.677.237-1.332.46-1.955A4 4 0 0 1 11 16V8a4 4 0 0 1 8 0v6.935a9 9 0 0 1 2-.712V8a6 6 0 0 0-6-6M7 16a8 8 0 0 0 7.049 7.944A8.96 8.96 0 0 0 16 28.657V29a1 1 0 1 1-2 0v-3l.001-.05C8.947 25.45 5 21.187 5 16a1 1 0 1 1 2 0m16 14.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15m-1.587-11.25a.75.75 0 0 1 .695.502L23.5 23.73l1.042-2.978a.75.75 0 0 1 1.411-.013l.569 1.531h.728a.75.75 0 0 1 0 1.5H26a.75.75 0 0 1-.703-.489l-.026-.07l-1.063 3.037a.75.75 0 0 1-1.416 0l-1.429-4.082l-.437 1.126a.75.75 0 0 1-.699.478H18.75a.75.75 0 0 1 0-1.5h.964l.987-2.541a.75.75 0 0 1 .712-.479"/></svg>
</template>

CSS

.icon-mic-pulse-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202a6%206%200%200%200-6%206v8a6%206%200%200%200%205.063%205.927c.08-.677.237-1.332.46-1.955A4%204%200%200%201%2011%2016V8a4%204%200%200%201%208%200v6.935a9%209%200%200%201%202-.712V8a6%206%200%200%200-6-6M7%2016a8%208%200%200%200%207.049%207.944A8.96%208.96%200%200%200%2016%2028.657V29a1%201%200%201%201-2%200v-3l.001-.05C8.947%2025.45%205%2021.187%205%2016a1%201%200%201%201%202%200m16%2014.5a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m-1.587-11.25a.75.75%200%200%201%20.695.502L23.5%2023.73l1.042-2.978a.75.75%200%200%201%201.411-.013l.569%201.531h.728a.75.75%200%200%201%200%201.5H26a.75.75%200%200%201-.703-.489l-.026-.07l-1.063%203.037a.75.75%200%200%201-1.416%200l-1.429-4.082l-.437%201.126a.75.75%200%200%201-.699.478H18.75a.75.75%200%200%201%200-1.5h.964l.987-2.541a.75.75%200%200%201%20.712-.479%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%22M15%202a6%206%200%200%200-6%206v8a6%206%200%200%200%205.063%205.927c.08-.677.237-1.332.46-1.955A4%204%200%200%201%2011%2016V8a4%204%200%200%201%208%200v6.935a9%209%200%200%201%202-.712V8a6%206%200%200%200-6-6M7%2016a8%208%200%200%200%207.049%207.944A8.96%208.96%200%200%200%2016%2028.657V29a1%201%200%201%201-2%200v-3l.001-.05C8.947%2025.45%205%2021.187%205%2016a1%201%200%201%201%202%200m16%2014.5a7.5%207.5%200%201%200%200-15a7.5%207.5%200%200%200%200%2015m-1.587-11.25a.75.75%200%200%201%20.695.502L23.5%2023.73l1.042-2.978a.75.75%200%200%201%201.411-.013l.569%201.531h.728a.75.75%200%200%201%200%201.5H26a.75.75%200%200%201-.703-.489l-.026-.07l-1.063%203.037a.75.75%200%200%201-1.416%200l-1.429-4.082l-.437%201.126a.75.75%200%200%201-.699.478H18.75a.75.75%200%200%201%200-1.5h.964l.987-2.541a.75.75%200%200%201%20.712-.479%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mic-pulse-32-regular.svg?color=%231a73e8&size=48