Skip to content
Esc
navigateopen⌘Jpreview

Download

Install

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

Use it in your framework

import { Download } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamDownload></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="M3 17.005C3 19.203 4.58 22 7.375 22h9.25C19.422 22 21 19.2 21 17M12 2v15m6.5-6.094a12.56 12.56 0 0 0-5.276 4.334L12 17l-1.224-1.76A12.56 12.56 0 0 0 5.5 10.906"/>
</svg>
import iconUrl from "vadivam/icons/download.svg";

Keep exploring