Rewind Back Circle icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRewindBackCircle } from "@devigner-ui/icons";
<IconRewindBackCircle className="size-6" />
<script setup>
import { IconRewindBackCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRewindBackCircle class="size-6" />
</template>
<script>
import { IconRewindBackCircle } from "@devigner-ui/icons-svelte";
</script>
<IconRewindBackCircle 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="M2 12a10 10 0 1 0 20 0 10 10 0 0 0-20 0" stroke="currentColor" stroke-width="1.5"></path><path d="m11 8.07-3.22 2.3a2 2 0 0 0 0 3.26l3.22 2.3m5.5-.87V8.94a1 1 0 0 0-1.58-.81l-4.28 3.06a1 1 0 0 0 0 1.62l4.28 3.06a1 1 0 0 0 1.58-.81" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>