Volume2
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Volume2 } from "vadivam-react";
<Volume2 /><script setup>
import { Volume2 } from "vadivam-vue";
</script>
<template>
<Volume2 />
</template><script>
import { Volume2 } from "vadivam-svelte";
</script>
<Volume2 />import { Volume2 } from "vadivam-solid";
<Volume2 />import { Volume2 } from "vadivam-preact";
<Volume2 />---
import { Volume2 } from "vadivam-astro";
---
<Volume2 />import { Volume2 } from "vadivam-angular";
<svg vadivamVolume2></svg>Raw SVG & assets
View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18.778 19.778c4.295-4.296 4.295-11.26 0-15.556m-2.333 12.222c2.42-2.42 2.42-6.468 0-8.888M13.111 22V2C9.222 2 9.384 5.773 6.333 7.006 4.713 7.66 2 7.666 2 7.666v8.667s2.715-.08 4.333.578C9.4 18.157 9.223 22 13.111 22"/>
</svg>import iconUrl from "vadivam/icons/volume-2.svg";