Skip to content
Esc
navigateopen⌘Jpreview

Ampersand

Install

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

Use it in your framework

import { Ampersand } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamAmpersand></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="M19.5 22c-3.423-3.605-15-10-14.097-16.319 0-2 1.695-3.681 3.68-3.681s3.682 1.68 3.682 3.681c0 3.33-4.848 6.374-6.935 8.463-1.773 1.773-1.773 4.735 0 6.508 1.768 1.77 4.756 1.752 6.508 0l7.162-7.403"/>
</svg>
import iconUrl from "vadivam/icons/ampersand.svg";

Keep exploring