Volume 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 { IconVolumeSlash } from "@devigner-ui/icons";
<IconVolumeSlash className="size-6" />
<script setup>
import { IconVolumeSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVolumeSlash class="size-6" />
</template>
<script>
import { IconVolumeSlash } from "@devigner-ui/icons-svelte";
</script>
<IconVolumeSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.67 8.37v-.96c0-2.98-2.07-4.12-4.59-2.54L8.16 6.7q-.5.3-1.06.3H5.67q-3 0-3 3v4q0 3 3 3h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.08 19.13c2.52 1.58 4.59.43 4.59-2.54v-3.64" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.48 9.42c.9 2.15.63 4.66-.81 6.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M21.82 7.8a10.8 10.8 0 0 1-1.32 10.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>