Microphone4 icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMicrophone4 } from "@devigner-ui/icons";
<IconMicrophone4 className="size-6" />
<script setup>
import { IconMicrophone4 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMicrophone4 class="size-6" />
</template>
<script>
import { IconMicrophone4 } from "@devigner-ui/icons-svelte";
</script>
<IconMicrophone4 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.67 19a6 6 0 0 0 6-6V8a6 6 0 0 0-12 0v5a6 6 0 0 0 6 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M3.67 11v2a9 9 0 0 0 18 0v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.78 7.48a8 8 0 0 1 5.5 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.7 10.48a7 7 0 0 1 3.67 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>