Volume High 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 { IconVolumeHigh } from "@devigner-ui/icons";
<IconVolumeHigh className="size-6" />
<script setup>
import { IconVolumeHigh } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVolumeHigh class="size-6" />
</template>
<script>
import { IconVolumeHigh } from "@devigner-ui/icons-svelte";
</script>
<IconVolumeHigh class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 10v4q0 3 3 3H7.1q.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.54L8.16 6.7q-.5.3-1.06.3H5.67q-3 0-3 3" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M18.67 8a6.7 6.7 0 0 1 0 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M20.5 5.5a10.8 10.8 0 0 1 0 13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>