Skip to content
Esc
navigateopen⌘Jpreview

Image

Install

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

Use it in your framework

import { Image } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamImage></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="M2 8a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6v8a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6z"/><path d="M22 9.99C15.39 9.082 8.617 15.49 9 22"/><path d="M2 13.066c2.78-.385 6.651 1.175 8 3.317M8.5 6c1.09 0 2 .91 2 2s-.91 2-2 2-2-.91-2-2 .91-2 2-2"/>
</svg>
import iconUrl from "vadivam/icons/image.svg";

Keep exploring