Microphone Slash 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 { IconMicrophoneSlash } from "@devigner-ui/icons";
<IconMicrophoneSlash className="size-6" />
<script setup>
import { IconMicrophoneSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMicrophoneSlash class="size-6" />
</template>
<script>
import { IconMicrophoneSlash } from "@devigner-ui/icons-svelte";
</script>
<IconMicrophoneSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.49 6.53A6 6 0 0 0 6.67 8v5c0 1.46.52 2.8 1.39 3.84" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M18.67 9.98V13a6 6 0 0 1-8.08 5.63" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.53 19.58A8.98 8.98 0 0 0 21.67 13v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.17 2.99-19 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.22 5.5V2.26" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.17 3.5v4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>