Volume Mute 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 { IconVolumeMute } from "@devigner-ui/icons";
<IconVolumeMute className="size-6" />
<script setup>
import { IconVolumeMute } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVolumeMute class="size-6" />
</template>
<script>
import { IconVolumeMute } from "@devigner-ui/icons-svelte";
</script>
<IconVolumeMute 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.17 10v4q0 3 3 3h1.43q.57 0 1.06.3l2.92 1.83c2.52 1.58 4.59.43 4.59-2.54V7.41c0-2.98-2.07-4.12-4.59-2.54L11.66 6.7q-.5.3-1.06.3H9.17q-3 0-3 3" stroke="currentColor" stroke-width="1.5"></path></svg>