microphone3 icon
microphone3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- microphone3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the microphone3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.002 21.93c-5.04 0-9.15-4.1-9.15-9.15V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c0 4.27 3.47 7.74 7.74 7.74s7.74-3.47 7.74-7.74V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c.02 5.05-4.09 9.15-9.13 9.15"/><path d="M11.998 2c-3.36 0-6.1 2.74-6.1 6.1v4.69c0 3.36 2.74 6.1 6.1 6.1s6.1-2.74 6.1-6.1V8.1c0-3.36-2.74-6.1-6.1-6.1m2.18 8.59a.61.61 0 0 1-.75.43a5.9 5.9 0 0 0-3.12 0c-.33.09-.66-.1-.75-.43a.61.61 0 0 1 .43-.75c1.23-.34 2.53-.34 3.76 0c.33.09.52.42.43.75m.85-2.77a.6.6 0 0 1-.78.36a6.9 6.9 0 0 0-4.74 0a.61.61 0 0 1-.79-.36c-.11-.31.05-.66.37-.78c1.8-.65 3.78-.65 5.57 0c.32.12.48.47.37.78"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMicrophone3Filled(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="M12.002 21.93c-5.04 0-9.15-4.1-9.15-9.15V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c0 4.27 3.47 7.74 7.74 7.74s7.74-3.47 7.74-7.74V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c.02 5.05-4.09 9.15-9.13 9.15"/><path d="M11.998 2c-3.36 0-6.1 2.74-6.1 6.1v4.69c0 3.36 2.74 6.1 6.1 6.1s6.1-2.74 6.1-6.1V8.1c0-3.36-2.74-6.1-6.1-6.1m2.18 8.59a.61.61 0 0 1-.75.43a5.9 5.9 0 0 0-3.12 0c-.33.09-.66-.1-.75-.43a.61.61 0 0 1 .43-.75c1.23-.34 2.53-.34 3.76 0c.33.09.52.42.43.75m.85-2.77a.6.6 0 0 1-.78.36a6.9 6.9 0 0 0-4.74 0a.61.61 0 0 1-.79-.36c-.11-.31.05-.66.37-.78c1.8-.65 3.78-.65 5.57 0c.32.12.48.47.37.78"/></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="M12.002 21.93c-5.04 0-9.15-4.1-9.15-9.15V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c0 4.27 3.47 7.74 7.74 7.74s7.74-3.47 7.74-7.74V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c.02 5.05-4.09 9.15-9.13 9.15"/><path d="M11.998 2c-3.36 0-6.1 2.74-6.1 6.1v4.69c0 3.36 2.74 6.1 6.1 6.1s6.1-2.74 6.1-6.1V8.1c0-3.36-2.74-6.1-6.1-6.1m2.18 8.59a.61.61 0 0 1-.75.43a5.9 5.9 0 0 0-3.12 0c-.33.09-.66-.1-.75-.43a.61.61 0 0 1 .43-.75c1.23-.34 2.53-.34 3.76 0c.33.09.52.42.43.75m.85-2.77a.6.6 0 0 1-.78.36a6.9 6.9 0 0 0-4.74 0a.61.61 0 0 1-.79-.36c-.11-.31.05-.66.37-.78c1.8-.65 3.78-.65 5.57 0c.32.12.48.47.37.78"/></g></svg> </template>
CSS
.icon-microphone3-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%22M12.002%2021.93c-5.04%200-9.15-4.1-9.15-9.15V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c0%204.27%203.47%207.74%207.74%207.74s7.74-3.47%207.74-7.74V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c.02%205.05-4.09%209.15-9.13%209.15%22%2F%3E%3Cpath%20d%3D%22M11.998%202c-3.36%200-6.1%202.74-6.1%206.1v4.69c0%203.36%202.74%206.1%206.1%206.1s6.1-2.74%206.1-6.1V8.1c0-3.36-2.74-6.1-6.1-6.1m2.18%208.59a.61.61%200%200%201-.75.43a5.9%205.9%200%200%200-3.12%200c-.33.09-.66-.1-.75-.43a.61.61%200%200%201%20.43-.75c1.23-.34%202.53-.34%203.76%200c.33.09.52.42.43.75m.85-2.77a.6.6%200%200%201-.78.36a6.9%206.9%200%200%200-4.74%200a.61.61%200%200%201-.79-.36c-.11-.31.05-.66.37-.78c1.8-.65%203.78-.65%205.57%200c.32.12.48.47.37.78%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%22M12.002%2021.93c-5.04%200-9.15-4.1-9.15-9.15V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c0%204.27%203.47%207.74%207.74%207.74s7.74-3.47%207.74-7.74V10.9c0-.39.32-.7.7-.7s.7.32.7.7v1.88c.02%205.05-4.09%209.15-9.13%209.15%22%2F%3E%3Cpath%20d%3D%22M11.998%202c-3.36%200-6.1%202.74-6.1%206.1v4.69c0%203.36%202.74%206.1%206.1%206.1s6.1-2.74%206.1-6.1V8.1c0-3.36-2.74-6.1-6.1-6.1m2.18%208.59a.61.61%200%200%201-.75.43a5.9%205.9%200%200%200-3.12%200c-.33.09-.66-.1-.75-.43a.61.61%200%200%201%20.43-.75c1.23-.34%202.53-.34%203.76%200c.33.09.52.42.43.75m.85-2.77a.6.6%200%200%201-.78.36a6.9%206.9%200%200%200-4.74%200a.61.61%200%200%201-.79-.36c-.11-.31.05-.66.37-.78c1.8-.65%203.78-.65%205.57%200c.32.12.48.47.37.78%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/microphone3-filled.svg?color=%231a73e8&size=48