Skip to content
Esc
navigateopen⌘Jpreview

Volume

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { Volume } from "vadivam-react";

<Volume />
<script setup>
import { Volume } from "vadivam-vue";
</script>

<template>
  <Volume />
</template>
<script>
  import { Volume } from "vadivam-svelte";
</script>

<Volume />
import { Volume } from "vadivam-solid";

<Volume />
import { Volume } from "vadivam-preact";

<Volume />
---
import { Volume } from "vadivam-astro";
---

<Volume />
import { Volume } from "vadivam-angular";

<svg vadivamVolume></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="M13.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.svg";

Keep exploring