microphone slash3 icon

microphone-slash3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
microphone-slash3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the microphone slash3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.418 6.422v1.16l-7.28 7.28a4.78 4.78 0 0 1-1.56-3.52v-4.92c0-2.06 1.4-3.77 3.3-4.26c.19-.05.37.11.37.3v1.54c0 .41.34.75.75.75s.75-.34.75-.75v-1.54c0-.19.18-.35.37-.3c1.9.49 3.3 2.2 3.3 4.26m3.394 3.389v1.59c0 4.07-3.13 7.42-7.11 7.77v2.13c0 .39-.31.7-.7.7s-.7-.31-.7-.7v-2.13c-1.09-.1-2.12-.42-3.04-.93l1.03-1.03c.82.38 1.74.6 2.71.6c3.54 0 6.42-2.88 6.42-6.41v-1.59c0-.38.31-.69.7-.69c.38 0 .69.31.69.69"/><path d="M16.418 10.078v1.45c0 2.58-2.22 4.65-4.86 4.4c-.28-.03-.56-.08-.82-.17zm5.353-7.849c-.3-.3-.79-.3-1.09 0l-13.45 13.45a6.32 6.32 0 0 1-1.65-4.28v-1.59c0-.38-.31-.69-.7-.69c-.38 0-.69.31-.69.69v1.59c0 2.03.78 3.88 2.05 5.27l-4.02 4.02c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMicrophoneSlash3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.418 6.422v1.16l-7.28 7.28a4.78 4.78 0 0 1-1.56-3.52v-4.92c0-2.06 1.4-3.77 3.3-4.26c.19-.05.37.11.37.3v1.54c0 .41.34.75.75.75s.75-.34.75-.75v-1.54c0-.19.18-.35.37-.3c1.9.49 3.3 2.2 3.3 4.26m3.394 3.389v1.59c0 4.07-3.13 7.42-7.11 7.77v2.13c0 .39-.31.7-.7.7s-.7-.31-.7-.7v-2.13c-1.09-.1-2.12-.42-3.04-.93l1.03-1.03c.82.38 1.74.6 2.71.6c3.54 0 6.42-2.88 6.42-6.41v-1.59c0-.38.31-.69.7-.69c.38 0 .69.31.69.69"/><path d="M16.418 10.078v1.45c0 2.58-2.22 4.65-4.86 4.4c-.28-.03-.56-.08-.82-.17zm5.353-7.849c-.3-.3-.79-.3-1.09 0l-13.45 13.45a6.32 6.32 0 0 1-1.65-4.28v-1.59c0-.38-.31-.69-.7-.69c-.38 0-.69.31-.69.69v1.59c0 2.03.78 3.88 2.05 5.27l-4.02 4.02c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.418 6.422v1.16l-7.28 7.28a4.78 4.78 0 0 1-1.56-3.52v-4.92c0-2.06 1.4-3.77 3.3-4.26c.19-.05.37.11.37.3v1.54c0 .41.34.75.75.75s.75-.34.75-.75v-1.54c0-.19.18-.35.37-.3c1.9.49 3.3 2.2 3.3 4.26m3.394 3.389v1.59c0 4.07-3.13 7.42-7.11 7.77v2.13c0 .39-.31.7-.7.7s-.7-.31-.7-.7v-2.13c-1.09-.1-2.12-.42-3.04-.93l1.03-1.03c.82.38 1.74.6 2.71.6c3.54 0 6.42-2.88 6.42-6.41v-1.59c0-.38.31-.69.7-.69c.38 0 .69.31.69.69"/><path d="M16.418 10.078v1.45c0 2.58-2.22 4.65-4.86 4.4c-.28-.03-.56-.08-.82-.17zm5.353-7.849c-.3-.3-.79-.3-1.09 0l-13.45 13.45a6.32 6.32 0 0 1-1.65-4.28v-1.59c0-.38-.31-.69-.7-.69c-.38 0-.69.31-.69.69v1.59c0 2.03.78 3.88 2.05 5.27l-4.02 4.02c-.3.3-.3.79 0 1.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
</template>

CSS

.icon-microphone-slash3-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.418%206.422v1.16l-7.28%207.28a4.78%204.78%200%200%201-1.56-3.52v-4.92c0-2.06%201.4-3.77%203.3-4.26c.19-.05.37.11.37.3v1.54c0%20.41.34.75.75.75s.75-.34.75-.75v-1.54c0-.19.18-.35.37-.3c1.9.49%203.3%202.2%203.3%204.26m3.394%203.389v1.59c0%204.07-3.13%207.42-7.11%207.77v2.13c0%20.39-.31.7-.7.7s-.7-.31-.7-.7v-2.13c-1.09-.1-2.12-.42-3.04-.93l1.03-1.03c.82.38%201.74.6%202.71.6c3.54%200%206.42-2.88%206.42-6.41v-1.59c0-.38.31-.69.7-.69c.38%200%20.69.31.69.69%22%2F%3E%3Cpath%20d%3D%22M16.418%2010.078v1.45c0%202.58-2.22%204.65-4.86%204.4c-.28-.03-.56-.08-.82-.17zm5.353-7.849c-.3-.3-.79-.3-1.09%200l-13.45%2013.45a6.32%206.32%200%200%201-1.65-4.28v-1.59c0-.38-.31-.69-.7-.69c-.38%200-.69.31-.69.69v1.59c0%202.03.78%203.88%202.05%205.27l-4.02%204.02c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.418%206.422v1.16l-7.28%207.28a4.78%204.78%200%200%201-1.56-3.52v-4.92c0-2.06%201.4-3.77%203.3-4.26c.19-.05.37.11.37.3v1.54c0%20.41.34.75.75.75s.75-.34.75-.75v-1.54c0-.19.18-.35.37-.3c1.9.49%203.3%202.2%203.3%204.26m3.394%203.389v1.59c0%204.07-3.13%207.42-7.11%207.77v2.13c0%20.39-.31.7-.7.7s-.7-.31-.7-.7v-2.13c-1.09-.1-2.12-.42-3.04-.93l1.03-1.03c.82.38%201.74.6%202.71.6c3.54%200%206.42-2.88%206.42-6.41v-1.59c0-.38.31-.69.7-.69c.38%200%20.69.31.69.69%22%2F%3E%3Cpath%20d%3D%22M16.418%2010.078v1.45c0%202.58-2.22%204.65-4.86%204.4c-.28-.03-.56-.08-.82-.17zm5.353-7.849c-.3-.3-.79-.3-1.09%200l-13.45%2013.45a6.32%206.32%200%200%201-1.65-4.28v-1.59c0-.38-.31-.69-.7-.69c-.38%200-.69.31-.69.69v1.59c0%202.03.78%203.88%202.05%205.27l-4.02%204.02c-.3.3-.3.79%200%201.09c.16.14.35.22.55.22s.39-.08.54-.23l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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