Skip to content
Esc
navigateopen⌘Jpreview

Send

Install

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

Use it in your framework

import { Send } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamSend></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="M10.578 13.422a.6.6 0 0 1 .123.178c.99 2.78 2.068 5.496 3.577 8.047a.595.595 0 0 0 1.105-.044 73.5 73.5 0 0 0 6.32-17.624l.262-1.189a.595.595 0 0 0-.755-.757A73.6 73.6 0 0 1 3.586 8.356l-1.189.261a.595.595 0 0 0-.044 1.104c2.457 1.703 5.09 2.998 8.047 3.578a.6.6 0 0 1 .178.123m0 0C12.101 12.528 13.812 11.287 15 10"/>
</svg>
import iconUrl from "vadivam/icons/send.svg";

Keep exploring