Rotate Right icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRotateRight } from "@devigner-ui/icons";
<IconRotateRight className="size-6" />
<script setup>
import { IconRotateRight } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRotateRight class="size-6" />
</template>
<script>
import { IconRotateRight } from "@devigner-ui/icons-svelte";
</script>
<IconRotateRight class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M15.56 5.08c-.87-.26-1.83-.43-2.89-.43a8.67 8.67 0 1 0 7.21 3.86" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.8 5.32 13.91 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m16.8 5.32-3.37 2.46" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>