Skip to content
Esc
navigateopen⌘Jpreview

Ampersands

Install

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

Use it in your framework

import { Ampersands } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamAmpersands></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.889 18c-2.03-2.163-8.89-6-8.355-9.79C2.534 7.01 3.54 6 4.715 6s2.183 1.008 2.183 2.21c0 1.995-2.873 3.823-4.11 5.076-1.05 1.064-1.05 2.842 0 3.906 1.048 1.061 2.818 1.05 3.856 0l4.245-4.443M22 18c-2.029-2.163-8.889-6-8.355-9.79 0-1.2 1.005-2.21 2.182-2.21 1.176 0 2.182 1.008 2.182 2.21 0 1.995-2.872 3.823-4.11 5.076-1.05 1.064-1.05 2.842 0 3.906 1.049 1.061 2.819 1.05 3.857 0L22 12.749"/>
</svg>
import iconUrl from "vadivam/icons/ampersands.svg";

Keep exploring