microphone icon

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

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

Related icons in Mage Icons

Use the microphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.43 5.838v5.57a4.43 4.43 0 0 1-8.78 0v-5.57a4.43 4.43 0 0 1 8.78 0"/><path fill="currentColor" d="M12.79 17.998v2.5h2.89a.75.75 0 0 1 0 1.5H8.4a.75.75 0 1 1 0-1.5h2.85v-2.5a7.4 7.4 0 0 1-6.67-7.38a.75.75 0 0 1 1.5 0a5.92 5.92 0 1 0 11.84 0a.75.75 0 0 1 1.5 0a7.4 7.4 0 0 1-6.67 7.38z"/></svg>

React

import type { SVGProps } from "react";

export function MageMicrophoneFill(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="M16.43 5.838v5.57a4.43 4.43 0 0 1-8.78 0v-5.57a4.43 4.43 0 0 1 8.78 0"/><path fill="currentColor" d="M12.79 17.998v2.5h2.89a.75.75 0 0 1 0 1.5H8.4a.75.75 0 1 1 0-1.5h2.85v-2.5a7.4 7.4 0 0 1-6.67-7.38a.75.75 0 0 1 1.5 0a5.92 5.92 0 1 0 11.84 0a.75.75 0 0 1 1.5 0a7.4 7.4 0 0 1-6.67 7.38z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.43 5.838v5.57a4.43 4.43 0 0 1-8.78 0v-5.57a4.43 4.43 0 0 1 8.78 0"/><path fill="currentColor" d="M12.79 17.998v2.5h2.89a.75.75 0 0 1 0 1.5H8.4a.75.75 0 1 1 0-1.5h2.85v-2.5a7.4 7.4 0 0 1-6.67-7.38a.75.75 0 0 1 1.5 0a5.92 5.92 0 1 0 11.84 0a.75.75 0 0 1 1.5 0a7.4 7.4 0 0 1-6.67 7.38z"/></svg>
</template>

CSS

.icon-microphone-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%22M16.43%205.838v5.57a4.43%204.43%200%200%201-8.78%200v-5.57a4.43%204.43%200%200%201%208.78%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.79%2017.998v2.5h2.89a.75.75%200%200%201%200%201.5H8.4a.75.75%200%201%201%200-1.5h2.85v-2.5a7.4%207.4%200%200%201-6.67-7.38a.75.75%200%200%201%201.5%200a5.92%205.92%200%201%200%2011.84%200a.75.75%200%200%201%201.5%200a7.4%207.4%200%200%201-6.67%207.38z%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%22M16.43%205.838v5.57a4.43%204.43%200%200%201-8.78%200v-5.57a4.43%204.43%200%200%201%208.78%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.79%2017.998v2.5h2.89a.75.75%200%200%201%200%201.5H8.4a.75.75%200%201%201%200-1.5h2.85v-2.5a7.4%207.4%200%200%201-6.67-7.38a.75.75%200%200%201%201.5%200a5.92%205.92%200%201%200%2011.84%200a.75.75%200%200%201%201.5%200a7.4%207.4%200%200%201-6.67%207.38z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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