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

Name
mic-pulse-off-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="m13.309 14.016l.837.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L4 4.707V8a2.5 2.5 0 0 0 1.021 2.016c.1-1.15.554-2.198 1.252-3.036l.711.711a4.5 4.5 0 0 0 6.325 6.325m-2.197-2.197l-.148.367a.5.5 0 0 1-.935-.018l-.643-1.8l-.212.496a.5.5 0 0 1-.46.303H8a.5.5 0 0 1 0-1h.385l.322-.753zM8.56 6.439l6.001 6.001A4.5 4.5 0 0 0 8.56 6.438M4.794 2.673l3.024 3.024q.556-.312 1.182-.49V4.5a2.5 2.5 0 0 0-4.206-1.827M3 8a3.5 3.5 0 0 0 2.042 3.183q.076.603.274 1.16A4.5 4.5 0 0 1 2 8a.5.5 0 0 1 1 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicPulseOff16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.309 14.016l.837.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L4 4.707V8a2.5 2.5 0 0 0 1.021 2.016c.1-1.15.554-2.198 1.252-3.036l.711.711a4.5 4.5 0 0 0 6.325 6.325m-2.197-2.197l-.148.367a.5.5 0 0 1-.935-.018l-.643-1.8l-.212.496a.5.5 0 0 1-.46.303H8a.5.5 0 0 1 0-1h.385l.322-.753zM8.56 6.439l6.001 6.001A4.5 4.5 0 0 0 8.56 6.438M4.794 2.673l3.024 3.024q.556-.312 1.182-.49V4.5a2.5 2.5 0 0 0-4.206-1.827M3 8a3.5 3.5 0 0 0 2.042 3.183q.076.603.274 1.16A4.5 4.5 0 0 1 2 8a.5.5 0 0 1 1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.309 14.016l.837.838a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L4 4.707V8a2.5 2.5 0 0 0 1.021 2.016c.1-1.15.554-2.198 1.252-3.036l.711.711a4.5 4.5 0 0 0 6.325 6.325m-2.197-2.197l-.148.367a.5.5 0 0 1-.935-.018l-.643-1.8l-.212.496a.5.5 0 0 1-.46.303H8a.5.5 0 0 1 0-1h.385l.322-.753zM8.56 6.439l6.001 6.001A4.5 4.5 0 0 0 8.56 6.438M4.794 2.673l3.024 3.024q.556-.312 1.182-.49V4.5a2.5 2.5 0 0 0-4.206-1.827M3 8a3.5 3.5 0 0 0 2.042 3.183q.076.603.274 1.16A4.5 4.5 0 0 1 2 8a.5.5 0 0 1 1 0"/></svg>
</template>

CSS

.icon-mic-pulse-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.309%2014.016l.837.838a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L4%204.707V8a2.5%202.5%200%200%200%201.021%202.016c.1-1.15.554-2.198%201.252-3.036l.711.711a4.5%204.5%200%200%200%206.325%206.325m-2.197-2.197l-.148.367a.5.5%200%200%201-.935-.018l-.643-1.8l-.212.496a.5.5%200%200%201-.46.303H8a.5.5%200%200%201%200-1h.385l.322-.753zM8.56%206.439l6.001%206.001A4.5%204.5%200%200%200%208.56%206.438M4.794%202.673l3.024%203.024q.556-.312%201.182-.49V4.5a2.5%202.5%200%200%200-4.206-1.827M3%208a3.5%203.5%200%200%200%202.042%203.183q.076.603.274%201.16A4.5%204.5%200%200%201%202%208a.5.5%200%200%201%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.309%2014.016l.837.838a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L4%204.707V8a2.5%202.5%200%200%200%201.021%202.016c.1-1.15.554-2.198%201.252-3.036l.711.711a4.5%204.5%200%200%200%206.325%206.325m-2.197-2.197l-.148.367a.5.5%200%200%201-.935-.018l-.643-1.8l-.212.496a.5.5%200%200%201-.46.303H8a.5.5%200%200%201%200-1h.385l.322-.753zM8.56%206.439l6.001%206.001A4.5%204.5%200%200%200%208.56%206.438M4.794%202.673l3.024%203.024q.556-.312%201.182-.49V4.5a2.5%202.5%200%200%200-4.206-1.827M3%208a3.5%203.5%200%200%200%202.042%203.183q.076.603.274%201.16A4.5%204.5%200%200%201%202%208a.5.5%200%200%201%201%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-16-filled.svg?color=%231a73e8&size=48