Microphone5 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 { IconMicrophone5 } from "@devigner-ui/icons";
<IconMicrophone5 className="size-6" />
<script setup>
import { IconMicrophone5 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMicrophone5 class="size-6" />
</template>
<script>
import { IconMicrophone5 } from "@devigner-ui/icons-svelte";
</script>
<IconMicrophone5 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 15.5a4 4 0 0 0 4-4V6a4 4 0 1 0-8 0v5.5a4 4 0 0 0 4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.28 6.43c.9-.33 1.88-.33 2.78 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.87 8.55a3 3 0 0 1 1.61 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M5.02 9.65v1.7a7.66 7.66 0 0 0 15.3 0v-1.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 19v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>