KeyRound
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { KeyRound } from "vadivam-react";
<KeyRound /><script setup>
import { KeyRound } from "vadivam-vue";
</script>
<template>
<KeyRound />
</template><script>
import { KeyRound } from "vadivam-svelte";
</script>
<KeyRound />import { KeyRound } from "vadivam-solid";
<KeyRound />import { KeyRound } from "vadivam-preact";
<KeyRound />---
import { KeyRound } from "vadivam-astro";
---
<KeyRound />import { KeyRound } from "vadivam-angular";
<svg vadivamKeyRound></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="M13.924 13.028c.287-.272.705-.34 1.085-.236C18.344 13.708 22 11.12 22 7.5 22 4.504 19.496 2 16.5 2c-3.622 0-6.203 3.636-5.297 6.972.106.39.029.82-.258 1.105l-8.651 8.63a1 1 0 0 0-.294.708V22h2.577c.94 0 1.157-1.228 2.028-1.343l1.917-.252c.09-.796-.04-2.258 1.035-2.4l1.486-.195c.083-.725-.056-1.997.526-2.549z"/><path d="M17.5 7.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>
</svg>import iconUrl from "vadivam/icons/key-round.svg";