Skip to content
Esc
navigateopen⌘Jpreview

ArrowBigLeft

Install

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

Use it in your framework

import { ArrowBigLeft } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamArrowBigLeft></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="M10.607 4.514c0-.927-1.171-1.366-1.806-.677C7.26 7.097 4.962 9.926 2 12c2.962 2.074 5.26 4.902 6.8 8.163.636.69 1.806.25 1.806-.677v-3.437c0-.559.464-1.012 1.036-1.012h8.287c1.144 0 2.071-.906 2.071-2.025v-2.024c0-1.119-.927-2.025-2.072-2.025h-8.286a1.024 1.024 0 0 1-1.035-1.013z"/>
</svg>
import iconUrl from "vadivam/icons/arrow-big-left.svg";

Keep exploring