Skip to content
Esc
navigateopen⌘Jpreview

VolumeX

Install

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

Use it in your framework

import { VolumeX } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamVolumeX></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 22M17 9.5l2.5 2.5m0 0 2.5 2.5M19.5 12 22 9.5M19.5 12 17 14.5"/>
</svg>
import iconUrl from "vadivam/icons/volume-x.svg";

Keep exploring