Skip to content
Esc
navigateopen⌘Jpreview

Shield

Install

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

Use it in your framework

import { Shield } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamShield></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="M20 5.472v1.88c0 6.057-3.248 10.543-7.538 14.47a.686.686 0 0 1-.924 0C7.213 17.862 4 13.364 4 7.351v-1.88a.57.57 0 0 1 .148-.389.6.6 0 0 1 .374-.19 13.9 13.9 0 0 0 6.38-2.302l.697-.469a.72.72 0 0 1 .802 0l.697.47a13.9 13.9 0 0 0 6.38 2.3.6.6 0 0 1 .374.191c.096.107.15.246.148.389"/>
</svg>
import iconUrl from "vadivam/icons/shield.svg";

Keep exploring