Skip to content
Esc
navigateopen⌘Jpreview

Key

Install

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

Use it in your framework

import { Key } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamKey></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="m8.502 15.498 1.704 1.704c1.105 1.106-.934 1.495-1.19 3.038-.086.518-.262.974-.835 1.17-.507.173-.983-.023-1.598-.638l-1.677-1.678M2 22l2.906-2.906 3.596-3.596 4.962-4.962m0 0a5 5 0 1 0 7.073-7.073 5 5 0 0 0-7.072 7.073"/>
</svg>
import iconUrl from "vadivam/icons/key.svg";

Keep exploring