Skip to content
Esc
navigateopen⌘Jpreview

UserPlus

Install

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

Use it in your framework

import { UserPlus } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamUserPlus></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="M14.475 8.975a3.5 3.5 0 1 0-4.95-4.95 3.5 3.5 0 0 0 4.95 4.95M4 21c.253-5.334 4.128-8 8.002-8 1.021 0 2.043.186 2.998.557M16 19h6m-3-3v6"/>
</svg>
import iconUrl from "vadivam/icons/user-plus.svg";

Keep exploring