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

Name
mic-pulse-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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.016q.054-.612.235-1.178A1.5 1.5 0 0 1 5 8V5.707l1.984 1.984a4.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.673l.708.708A1.5 1.5 0 0 1 8 4.5v1.099a5.5 5.5 0 0 1 1-.393V4.5a2.5 2.5 0 0 0-4.206-1.827m.522 9.67a5.5 5.5 0 0 1-.274-1.16A3.5 3.5 0 0 1 3 8a.5.5 0 0 0-1 0a4.5 4.5 0 0 0 3.316 4.343"/></svg>

React

import type { SVGProps } from "react";

export function FluentMicPulseOff16Regular(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.016q.054-.612.235-1.178A1.5 1.5 0 0 1 5 8V5.707l1.984 1.984a4.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.673l.708.708A1.5 1.5 0 0 1 8 4.5v1.099a5.5 5.5 0 0 1 1-.393V4.5a2.5 2.5 0 0 0-4.206-1.827m.522 9.67a5.5 5.5 0 0 1-.274-1.16A3.5 3.5 0 0 1 3 8a.5.5 0 0 0-1 0a4.5 4.5 0 0 0 3.316 4.343"/></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.016q.054-.612.235-1.178A1.5 1.5 0 0 1 5 8V5.707l1.984 1.984a4.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.673l.708.708A1.5 1.5 0 0 1 8 4.5v1.099a5.5 5.5 0 0 1 1-.393V4.5a2.5 2.5 0 0 0-4.206-1.827m.522 9.67a5.5 5.5 0 0 1-.274-1.16A3.5 3.5 0 0 1 3 8a.5.5 0 0 0-1 0a4.5 4.5 0 0 0 3.316 4.343"/></svg>
</template>

CSS

.icon-mic-pulse-off-16-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%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.016q.054-.612.235-1.178A1.5%201.5%200%200%201%205%208V5.707l1.984%201.984a4.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.673l.708.708A1.5%201.5%200%200%201%208%204.5v1.099a5.5%205.5%200%200%201%201-.393V4.5a2.5%202.5%200%200%200-4.206-1.827m.522%209.67a5.5%205.5%200%200%201-.274-1.16A3.5%203.5%200%200%201%203%208a.5.5%200%200%200-1%200a4.5%204.5%200%200%200%203.316%204.343%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.016q.054-.612.235-1.178A1.5%201.5%200%200%201%205%208V5.707l1.984%201.984a4.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.673l.708.708A1.5%201.5%200%200%201%208%204.5v1.099a5.5%205.5%200%200%201%201-.393V4.5a2.5%202.5%200%200%200-4.206-1.827m.522%209.67a5.5%205.5%200%200%201-.274-1.16A3.5%203.5%200%200%201%203%208a.5.5%200%200%200-1%200a4.5%204.5%200%200%200%203.316%204.343%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-regular.svg?color=%231a73e8&size=48