microphone2 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the microphone2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.12 9.12c-.39 0-.7.31-.7.7v1.58c0 3.54-2.88 6.42-6.42 6.42s-6.42-2.88-6.42-6.42V9.81c0-.39-.31-.7-.7-.7s-.7.31-.7.7v1.58c0 4.07 3.13 7.42 7.12 7.78v2.13c0 .39.31.7.7.7s.7-.31.7-.7v-2.13c3.98-.35 7.12-3.71 7.12-7.78V9.81a.707.707 0 0 0-.7-.69"/><path d="M11.998 2c-2.44 0-4.42 1.98-4.42 4.42v5.12c0 2.44 1.98 4.42 4.42 4.42s4.42-1.98 4.42-4.42V6.42c0-2.44-1.98-4.42-4.42-4.42m1.31 6.95c-.07.26-.3.43-.56.43c-.05 0-.1-.01-.15-.02c-.39-.11-.8-.11-1.19 0c-.32.09-.63-.1-.71-.41c-.09-.31.1-.63.41-.71c.59-.16 1.21-.16 1.8 0c.3.08.48.4.4.71m.53-1.94a.58.58 0 0 1-.55.38c-.07 0-.13-.01-.2-.03c-.7-.26-1.48-.26-2.18 0a.59.59 0 0 1-.75-.35c-.11-.3.05-.64.35-.74a4.36 4.36 0 0 1 2.98 0c.3.11.46.44.35.74"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMicrophone2Filled(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="M19.12 9.12c-.39 0-.7.31-.7.7v1.58c0 3.54-2.88 6.42-6.42 6.42s-6.42-2.88-6.42-6.42V9.81c0-.39-.31-.7-.7-.7s-.7.31-.7.7v1.58c0 4.07 3.13 7.42 7.12 7.78v2.13c0 .39.31.7.7.7s.7-.31.7-.7v-2.13c3.98-.35 7.12-3.71 7.12-7.78V9.81a.707.707 0 0 0-.7-.69"/><path d="M11.998 2c-2.44 0-4.42 1.98-4.42 4.42v5.12c0 2.44 1.98 4.42 4.42 4.42s4.42-1.98 4.42-4.42V6.42c0-2.44-1.98-4.42-4.42-4.42m1.31 6.95c-.07.26-.3.43-.56.43c-.05 0-.1-.01-.15-.02c-.39-.11-.8-.11-1.19 0c-.32.09-.63-.1-.71-.41c-.09-.31.1-.63.41-.71c.59-.16 1.21-.16 1.8 0c.3.08.48.4.4.71m.53-1.94a.58.58 0 0 1-.55.38c-.07 0-.13-.01-.2-.03c-.7-.26-1.48-.26-2.18 0a.59.59 0 0 1-.75-.35c-.11-.3.05-.64.35-.74a4.36 4.36 0 0 1 2.98 0c.3.11.46.44.35.74"/></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="M19.12 9.12c-.39 0-.7.31-.7.7v1.58c0 3.54-2.88 6.42-6.42 6.42s-6.42-2.88-6.42-6.42V9.81c0-.39-.31-.7-.7-.7s-.7.31-.7.7v1.58c0 4.07 3.13 7.42 7.12 7.78v2.13c0 .39.31.7.7.7s.7-.31.7-.7v-2.13c3.98-.35 7.12-3.71 7.12-7.78V9.81a.707.707 0 0 0-.7-.69"/><path d="M11.998 2c-2.44 0-4.42 1.98-4.42 4.42v5.12c0 2.44 1.98 4.42 4.42 4.42s4.42-1.98 4.42-4.42V6.42c0-2.44-1.98-4.42-4.42-4.42m1.31 6.95c-.07.26-.3.43-.56.43c-.05 0-.1-.01-.15-.02c-.39-.11-.8-.11-1.19 0c-.32.09-.63-.1-.71-.41c-.09-.31.1-.63.41-.71c.59-.16 1.21-.16 1.8 0c.3.08.48.4.4.71m.53-1.94a.58.58 0 0 1-.55.38c-.07 0-.13-.01-.2-.03c-.7-.26-1.48-.26-2.18 0a.59.59 0 0 1-.75-.35c-.11-.3.05-.64.35-.74a4.36 4.36 0 0 1 2.98 0c.3.11.46.44.35.74"/></g></svg>
</template>

CSS

.icon-microphone2-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%22M19.12%209.12c-.39%200-.7.31-.7.7v1.58c0%203.54-2.88%206.42-6.42%206.42s-6.42-2.88-6.42-6.42V9.81c0-.39-.31-.7-.7-.7s-.7.31-.7.7v1.58c0%204.07%203.13%207.42%207.12%207.78v2.13c0%20.39.31.7.7.7s.7-.31.7-.7v-2.13c3.98-.35%207.12-3.71%207.12-7.78V9.81a.707.707%200%200%200-.7-.69%22%2F%3E%3Cpath%20d%3D%22M11.998%202c-2.44%200-4.42%201.98-4.42%204.42v5.12c0%202.44%201.98%204.42%204.42%204.42s4.42-1.98%204.42-4.42V6.42c0-2.44-1.98-4.42-4.42-4.42m1.31%206.95c-.07.26-.3.43-.56.43c-.05%200-.1-.01-.15-.02c-.39-.11-.8-.11-1.19%200c-.32.09-.63-.1-.71-.41c-.09-.31.1-.63.41-.71c.59-.16%201.21-.16%201.8%200c.3.08.48.4.4.71m.53-1.94a.58.58%200%200%201-.55.38c-.07%200-.13-.01-.2-.03c-.7-.26-1.48-.26-2.18%200a.59.59%200%200%201-.75-.35c-.11-.3.05-.64.35-.74a4.36%204.36%200%200%201%202.98%200c.3.11.46.44.35.74%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%22M19.12%209.12c-.39%200-.7.31-.7.7v1.58c0%203.54-2.88%206.42-6.42%206.42s-6.42-2.88-6.42-6.42V9.81c0-.39-.31-.7-.7-.7s-.7.31-.7.7v1.58c0%204.07%203.13%207.42%207.12%207.78v2.13c0%20.39.31.7.7.7s.7-.31.7-.7v-2.13c3.98-.35%207.12-3.71%207.12-7.78V9.81a.707.707%200%200%200-.7-.69%22%2F%3E%3Cpath%20d%3D%22M11.998%202c-2.44%200-4.42%201.98-4.42%204.42v5.12c0%202.44%201.98%204.42%204.42%204.42s4.42-1.98%204.42-4.42V6.42c0-2.44-1.98-4.42-4.42-4.42m1.31%206.95c-.07.26-.3.43-.56.43c-.05%200-.1-.01-.15-.02c-.39-.11-.8-.11-1.19%200c-.32.09-.63-.1-.71-.41c-.09-.31.1-.63.41-.71c.59-.16%201.21-.16%201.8%200c.3.08.48.4.4.71m.53-1.94a.58.58%200%200%201-.55.38c-.07%200-.13-.01-.2-.03c-.7-.26-1.48-.26-2.18%200a.59.59%200%200%201-.75-.35c-.11-.3.05-.64.35-.74a4.36%204.36%200%200%201%202.98%200c.3.11.46.44.35.74%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/microphone2-filled.svg?color=%231a73e8&size=48