Rotate Left 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 { IconRotateLeft } from "@devigner-ui/icons";
<IconRotateLeft className="size-6" />
<script setup>
import { IconRotateLeft } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRotateLeft class="size-6" />
</template>
<script>
import { IconRotateLeft } from "@devigner-ui/icons-svelte";
</script>
<IconRotateLeft 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="M9.78 5.08c.87-.26 1.83-.43 2.89-.43A8.67 8.67 0 1 1 5.46 8.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.54 5.32 11.43 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m8.54 5.32 3.37 2.46" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>