Skip to content
Esc
navigateopen⌘Jpreview

Apple

Install

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

Use it in your framework

import { Apple } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamApple></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="M12.3 7.78c-.063-2.608.934-5.131 3.773-5.78M13.09 7.577c2.058-1.46 4.969-.76 6.237 1.33.065.107.008.243-.108.289-3.28 1.298-3.032 6.644.608 7.363.117.023.196.138.165.252-.567 2.09-2.016 5.131-4.49 5.188-1.267.03-2.008-1.097-3.202-1.097-1.205 0-1.966 1.115-3.258 1.042a3.12 3.12 0 0 1-1.992-.876c-2.745-2.962-4.087-7.919-2.108-11.632 1.21-2.43 4.373-3.326 6.641-1.859.459.27 1.049.27 1.507 0"/>
</svg>
import iconUrl from "vadivam/icons/apple.svg";

Keep exploring