microphone mute icon

microphone-mute-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
microphone-mute-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the microphone mute icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.986 14.776a.73.73 0 0 1-.66-.4a.74.74 0 0 1 .3-1a2.45 2.45 0 0 0 1-1.001a.739.739 0 0 1 1.359.127a.75.75 0 0 1-.048.563a3.85 3.85 0 0 1-1.611 1.61a.7.7 0 0 1-.34.1"/><path fill="currentColor" d="M19.409 10.644a7.55 7.55 0 0 1-.7 3.141a7.48 7.48 0 0 1-4.823 4.003a6.4 6.4 0 0 1-1.151.2v2.511h2.892a.75.75 0 0 1 0 1.501H8.342a.75.75 0 0 1 0-1.5h2.892v-2.512a6 6 0 0 1-.57-.07a.752.752 0 0 1 .27-1.481q.442.078.89.08h.33a5.5 5.5 0 0 0 1.341-.19a5.9 5.9 0 0 0 2.282-1.18a5.9 5.9 0 0 0 2.13-4.543a.75.75 0 0 1 1.502 0zM20.52 4.56l-4.363 4.353l-5.623 5.623l-6.004 6.003a.8.8 0 0 1-.53.22a.75.75 0 0 1-.53-.22a.74.74 0 0 1 0-1.06l3.462-3.462l-.18-.2a7.3 7.3 0 0 1-2.172-5.183a.75.75 0 0 1 .74-.76a.76.76 0 0 1 .751.75a5.92 5.92 0 0 0 1.771 4.172l.14.16l.85-.84a4 4 0 0 1-.65-.77a3.66 3.66 0 0 1-.59-1.892V5.851a4.13 4.13 0 0 1 1.45-2.872a4.92 4.92 0 0 1 5.894 0a4.13 4.13 0 0 1 1.441 2.802v.79l3.092-3.091a.74.74 0 0 1 1.06 0a.75.75 0 0 1-.01 1.08"/></svg>

React

import type { SVGProps } from "react";

export function MageMicrophoneMuteFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.986 14.776a.73.73 0 0 1-.66-.4a.74.74 0 0 1 .3-1a2.45 2.45 0 0 0 1-1.001a.739.739 0 0 1 1.359.127a.75.75 0 0 1-.048.563a3.85 3.85 0 0 1-1.611 1.61a.7.7 0 0 1-.34.1"/><path fill="currentColor" d="M19.409 10.644a7.55 7.55 0 0 1-.7 3.141a7.48 7.48 0 0 1-4.823 4.003a6.4 6.4 0 0 1-1.151.2v2.511h2.892a.75.75 0 0 1 0 1.501H8.342a.75.75 0 0 1 0-1.5h2.892v-2.512a6 6 0 0 1-.57-.07a.752.752 0 0 1 .27-1.481q.442.078.89.08h.33a5.5 5.5 0 0 0 1.341-.19a5.9 5.9 0 0 0 2.282-1.18a5.9 5.9 0 0 0 2.13-4.543a.75.75 0 0 1 1.502 0zM20.52 4.56l-4.363 4.353l-5.623 5.623l-6.004 6.003a.8.8 0 0 1-.53.22a.75.75 0 0 1-.53-.22a.74.74 0 0 1 0-1.06l3.462-3.462l-.18-.2a7.3 7.3 0 0 1-2.172-5.183a.75.75 0 0 1 .74-.76a.76.76 0 0 1 .751.75a5.92 5.92 0 0 0 1.771 4.172l.14.16l.85-.84a4 4 0 0 1-.65-.77a3.66 3.66 0 0 1-.59-1.892V5.851a4.13 4.13 0 0 1 1.45-2.872a4.92 4.92 0 0 1 5.894 0a4.13 4.13 0 0 1 1.441 2.802v.79l3.092-3.091a.74.74 0 0 1 1.06 0a.75.75 0 0 1-.01 1.08"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.986 14.776a.73.73 0 0 1-.66-.4a.74.74 0 0 1 .3-1a2.45 2.45 0 0 0 1-1.001a.739.739 0 0 1 1.359.127a.75.75 0 0 1-.048.563a3.85 3.85 0 0 1-1.611 1.61a.7.7 0 0 1-.34.1"/><path fill="currentColor" d="M19.409 10.644a7.55 7.55 0 0 1-.7 3.141a7.48 7.48 0 0 1-4.823 4.003a6.4 6.4 0 0 1-1.151.2v2.511h2.892a.75.75 0 0 1 0 1.501H8.342a.75.75 0 0 1 0-1.5h2.892v-2.512a6 6 0 0 1-.57-.07a.752.752 0 0 1 .27-1.481q.442.078.89.08h.33a5.5 5.5 0 0 0 1.341-.19a5.9 5.9 0 0 0 2.282-1.18a5.9 5.9 0 0 0 2.13-4.543a.75.75 0 0 1 1.502 0zM20.52 4.56l-4.363 4.353l-5.623 5.623l-6.004 6.003a.8.8 0 0 1-.53.22a.75.75 0 0 1-.53-.22a.74.74 0 0 1 0-1.06l3.462-3.462l-.18-.2a7.3 7.3 0 0 1-2.172-5.183a.75.75 0 0 1 .74-.76a.76.76 0 0 1 .751.75a5.92 5.92 0 0 0 1.771 4.172l.14.16l.85-.84a4 4 0 0 1-.65-.77a3.66 3.66 0 0 1-.59-1.892V5.851a4.13 4.13 0 0 1 1.45-2.872a4.92 4.92 0 0 1 5.894 0a4.13 4.13 0 0 1 1.441 2.802v.79l3.092-3.091a.74.74 0 0 1 1.06 0a.75.75 0 0 1-.01 1.08"/></svg>
</template>

CSS

.icon-microphone-mute-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.986%2014.776a.73.73%200%200%201-.66-.4a.74.74%200%200%201%20.3-1a2.45%202.45%200%200%200%201-1.001a.739.739%200%200%201%201.359.127a.75.75%200%200%201-.048.563a3.85%203.85%200%200%201-1.611%201.61a.7.7%200%200%201-.34.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.409%2010.644a7.55%207.55%200%200%201-.7%203.141a7.48%207.48%200%200%201-4.823%204.003a6.4%206.4%200%200%201-1.151.2v2.511h2.892a.75.75%200%200%201%200%201.501H8.342a.75.75%200%200%201%200-1.5h2.892v-2.512a6%206%200%200%201-.57-.07a.752.752%200%200%201%20.27-1.481q.442.078.89.08h.33a5.5%205.5%200%200%200%201.341-.19a5.9%205.9%200%200%200%202.282-1.18a5.9%205.9%200%200%200%202.13-4.543a.75.75%200%200%201%201.502%200zM20.52%204.56l-4.363%204.353l-5.623%205.623l-6.004%206.003a.8.8%200%200%201-.53.22a.75.75%200%200%201-.53-.22a.74.74%200%200%201%200-1.06l3.462-3.462l-.18-.2a7.3%207.3%200%200%201-2.172-5.183a.75.75%200%200%201%20.74-.76a.76.76%200%200%201%20.751.75a5.92%205.92%200%200%200%201.771%204.172l.14.16l.85-.84a4%204%200%200%201-.65-.77a3.66%203.66%200%200%201-.59-1.892V5.851a4.13%204.13%200%200%201%201.45-2.872a4.92%204.92%200%200%201%205.894%200a4.13%204.13%200%200%201%201.441%202.802v.79l3.092-3.091a.74.74%200%200%201%201.06%200a.75.75%200%200%201-.01%201.08%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.986%2014.776a.73.73%200%200%201-.66-.4a.74.74%200%200%201%20.3-1a2.45%202.45%200%200%200%201-1.001a.739.739%200%200%201%201.359.127a.75.75%200%200%201-.048.563a3.85%203.85%200%200%201-1.611%201.61a.7.7%200%200%201-.34.1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.409%2010.644a7.55%207.55%200%200%201-.7%203.141a7.48%207.48%200%200%201-4.823%204.003a6.4%206.4%200%200%201-1.151.2v2.511h2.892a.75.75%200%200%201%200%201.501H8.342a.75.75%200%200%201%200-1.5h2.892v-2.512a6%206%200%200%201-.57-.07a.752.752%200%200%201%20.27-1.481q.442.078.89.08h.33a5.5%205.5%200%200%200%201.341-.19a5.9%205.9%200%200%200%202.282-1.18a5.9%205.9%200%200%200%202.13-4.543a.75.75%200%200%201%201.502%200zM20.52%204.56l-4.363%204.353l-5.623%205.623l-6.004%206.003a.8.8%200%200%201-.53.22a.75.75%200%200%201-.53-.22a.74.74%200%200%201%200-1.06l3.462-3.462l-.18-.2a7.3%207.3%200%200%201-2.172-5.183a.75.75%200%200%201%20.74-.76a.76.76%200%200%201%20.751.75a5.92%205.92%200%200%200%201.771%204.172l.14.16l.85-.84a4%204%200%200%201-.65-.77a3.66%203.66%200%200%201-.59-1.892V5.851a4.13%204.13%200%200%201%201.45-2.872a4.92%204.92%200%200%201%205.894%200a4.13%204.13%200%200%201%201.441%202.802v.79l3.092-3.091a.74.74%200%200%201%201.06%200a.75.75%200%200%201-.01%201.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/microphone-mute-fill.svg?color=%231a73e8&size=48