Microphone Large 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 { IconMicrophoneLarge } from "@devigner-ui/icons";
<IconMicrophoneLarge className="size-6" />
<script setup>
import { IconMicrophoneLarge } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMicrophoneLarge class="size-6" />
</template>
<script>
import { IconMicrophoneLarge } from "@devigner-ui/icons-svelte";
</script>
<IconMicrophoneLarge class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8a6 6 0 1 1 12 0v5a6 6 0 0 1-12 0z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M10 6.5s.47-.5 2-.5 2 .5 2 .5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10 9.5s.47-.5 2-.5 2 .5 2 .5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M21 11v2a9 9 0 1 1-18 0v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>