Skip to content
Esc
navigateopen⌘Jpreview

AtSign

Install

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

Use it in your framework

import { AtSign } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamAtSign></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="M16 12c0 5.678-8.889 5.741-8.889 0C7.111 6.27 16 6.27 16 12m0 0c0 5.556 6 5.551 6-.004C22 6.474 17.522 2 12 2S2 6.474 2 11.996c0 5.52 4.478 9.994 10 9.994 1.861.093 4.376-.468 6.418-2.034M16 12c.055-1.996-.102-3.078.555-4.496"/>
</svg>
import iconUrl from "vadivam/icons/at-sign.svg";

Keep exploring