Volume Low 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 { IconVolumeLow } from "@devigner-ui/icons";
<IconVolumeLow className="size-6" />
<script setup>
import { IconVolumeLow } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVolumeLow class="size-6" />
</template>
<script>
import { IconVolumeLow } from "@devigner-ui/icons-svelte";
</script>
<IconVolumeLow class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 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.54L9.49 6.7q-.5.3-1.06.3H7q-3 0-3 3" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M20 8a6.7 6.7 0 0 1 0 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>