Skip to content
Esc
navigateopen⌘Jpreview

RotateCw

Install

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

Use it in your framework

import { RotateCw } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamRotateCw></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.722 7.5C19.142 3.968 16.127 2 11.926 2c-13.406 0-13.063 20 0 20 5.314 0 9.56-3.947 10.074-9m0-10a6.6 6.6 0 0 0 0 5 7.05 7.05 0 0 0-5.123 0"/>
</svg>
import iconUrl from "vadivam/icons/rotate-cw.svg";

Keep exploring