microphone slash2 icon

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

Name
microphone-slash2-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 slash2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.619 5.72L7.009 16.33c-.73-.99-1.13-2.2-1.13-3.51V8.11c0-1.84.82-3.49 2.12-4.61v4.14c0 .39.32.71.7.71c.39 0 .71-.32.71-.71V2.57c.46-.23.95-.39 1.46-.48v3.66c0 .4.32.71.71.71s.71-.31.71-.71V2c2.39.11 4.45 1.61 5.33 3.72m.501 3.159v3.94c0 3.37-2.75 6.12-6.12 6.12q-.27 0-.54-.03c-.08 0-.16-.01-.23-.02c-.13-.02-.26-.04-.38-.06c-.05 0-.09-.02-.15-.03c-.14-.03-.28-.07-.41-.11a6 6 0 0 1-.63-.22c-.13-.05-.25-.1-.37-.17c-.03-.01-.05-.03-.08-.04c-.1-.05-.2-.1-.3-.17z"/><path d="M21.75 11v2c0 5.38-4.37 9.75-9.75 9.75c-2.12 0-4.15-.68-5.82-1.93l1.08-1.08A8.15 8.15 0 0 0 12 21.25c4.55 0 8.25-3.7 8.25-8.25v-2c0-.41.34-.75.75-.75s.75.34.75.75m.019-8.771c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMicrophoneSlash2Filled(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="M17.619 5.72L7.009 16.33c-.73-.99-1.13-2.2-1.13-3.51V8.11c0-1.84.82-3.49 2.12-4.61v4.14c0 .39.32.71.7.71c.39 0 .71-.32.71-.71V2.57c.46-.23.95-.39 1.46-.48v3.66c0 .4.32.71.71.71s.71-.31.71-.71V2c2.39.11 4.45 1.61 5.33 3.72m.501 3.159v3.94c0 3.37-2.75 6.12-6.12 6.12q-.27 0-.54-.03c-.08 0-.16-.01-.23-.02c-.13-.02-.26-.04-.38-.06c-.05 0-.09-.02-.15-.03c-.14-.03-.28-.07-.41-.11a6 6 0 0 1-.63-.22c-.13-.05-.25-.1-.37-.17c-.03-.01-.05-.03-.08-.04c-.1-.05-.2-.1-.3-.17z"/><path d="M21.75 11v2c0 5.38-4.37 9.75-9.75 9.75c-2.12 0-4.15-.68-5.82-1.93l1.08-1.08A8.15 8.15 0 0 0 12 21.25c4.55 0 8.25-3.7 8.25-8.25v-2c0-.41.34-.75.75-.75s.75.34.75.75m.019-8.771c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.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="M17.619 5.72L7.009 16.33c-.73-.99-1.13-2.2-1.13-3.51V8.11c0-1.84.82-3.49 2.12-4.61v4.14c0 .39.32.71.7.71c.39 0 .71-.32.71-.71V2.57c.46-.23.95-.39 1.46-.48v3.66c0 .4.32.71.71.71s.71-.31.71-.71V2c2.39.11 4.45 1.61 5.33 3.72m.501 3.159v3.94c0 3.37-2.75 6.12-6.12 6.12q-.27 0-.54-.03c-.08 0-.16-.01-.23-.02c-.13-.02-.26-.04-.38-.06c-.05 0-.09-.02-.15-.03c-.14-.03-.28-.07-.41-.11a6 6 0 0 1-.63-.22c-.13-.05-.25-.1-.37-.17c-.03-.01-.05-.03-.08-.04c-.1-.05-.2-.1-.3-.17z"/><path d="M21.75 11v2c0 5.38-4.37 9.75-9.75 9.75c-2.12 0-4.15-.68-5.82-1.93l1.08-1.08A8.15 8.15 0 0 0 12 21.25c4.55 0 8.25-3.7 8.25-8.25v-2c0-.41.34-.75.75-.75s.75.34.75.75m.019-8.771c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/></g></svg>
</template>

CSS

.icon-microphone-slash2-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%22M17.619%205.72L7.009%2016.33c-.73-.99-1.13-2.2-1.13-3.51V8.11c0-1.84.82-3.49%202.12-4.61v4.14c0%20.39.32.71.7.71c.39%200%20.71-.32.71-.71V2.57c.46-.23.95-.39%201.46-.48v3.66c0%20.4.32.71.71.71s.71-.31.71-.71V2c2.39.11%204.45%201.61%205.33%203.72m.501%203.159v3.94c0%203.37-2.75%206.12-6.12%206.12q-.27%200-.54-.03c-.08%200-.16-.01-.23-.02c-.13-.02-.26-.04-.38-.06c-.05%200-.09-.02-.15-.03c-.14-.03-.28-.07-.41-.11a6%206%200%200%201-.63-.22c-.13-.05-.25-.1-.37-.17c-.03-.01-.05-.03-.08-.04c-.1-.05-.2-.1-.3-.17z%22%2F%3E%3Cpath%20d%3D%22M21.75%2011v2c0%205.38-4.37%209.75-9.75%209.75c-2.12%200-4.15-.68-5.82-1.93l1.08-1.08A8.15%208.15%200%200%200%2012%2021.25c4.55%200%208.25-3.7%208.25-8.25v-2c0-.41.34-.75.75-.75s.75.34.75.75m.019-8.771c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.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%22M17.619%205.72L7.009%2016.33c-.73-.99-1.13-2.2-1.13-3.51V8.11c0-1.84.82-3.49%202.12-4.61v4.14c0%20.39.32.71.7.71c.39%200%20.71-.32.71-.71V2.57c.46-.23.95-.39%201.46-.48v3.66c0%20.4.32.71.71.71s.71-.31.71-.71V2c2.39.11%204.45%201.61%205.33%203.72m.501%203.159v3.94c0%203.37-2.75%206.12-6.12%206.12q-.27%200-.54-.03c-.08%200-.16-.01-.23-.02c-.13-.02-.26-.04-.38-.06c-.05%200-.09-.02-.15-.03c-.14-.03-.28-.07-.41-.11a6%206%200%200%201-.63-.22c-.13-.05-.25-.1-.37-.17c-.03-.01-.05-.03-.08-.04c-.1-.05-.2-.1-.3-.17z%22%2F%3E%3Cpath%20d%3D%22M21.75%2011v2c0%205.38-4.37%209.75-9.75%209.75c-2.12%200-4.15-.68-5.82-1.93l1.08-1.08A8.15%208.15%200%200%200%2012%2021.25c4.55%200%208.25-3.7%208.25-8.25v-2c0-.41.34-.75.75-.75s.75.34.75.75m.019-8.771c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.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-slash2-filled.svg?color=%231a73e8&size=48