Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Mail } from "vadivam-react";
<Mail /><script setup>
import { Mail } from "vadivam-vue";
</script>
<template>
<Mail />
</template><script>
import { Mail } from "vadivam-svelte";
</script>
<Mail />import { Mail } from "vadivam-solid";
<Mail />import { Mail } from "vadivam-preact";
<Mail />---
import { Mail } from "vadivam-astro";
---
<Mail />import { Mail } from "vadivam-angular";
<svg vadivamMail></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="m2.28 7.185 6.97 4.618c.99.655 1.488.984 2.025 1.112.477.113.974.113 1.45 0 .537-.128 1.034-.457 2.025-1.112l6.97-4.618m0 0c.182.573.28 1.182.28 1.815v6a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6V9a6.003 6.003 0 0 1 6-6h8a6 6 0 0 1 5.72 4.185"/>
</svg>import iconUrl from "vadivam/icons/mail.svg";