Rewind Forward 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 { IconRewindForwardCircle } from "@devigner-ui/icons";
<IconRewindForwardCircle className="size-6" />
<script setup>
import { IconRewindForwardCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRewindForwardCircle class="size-6" />
</template>
<script>
import { IconRewindForwardCircle } from "@devigner-ui/icons-svelte";
</script>
<IconRewindForwardCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle><path d="m13 8.07 3.22 2.3a2 2 0 0 1 0 3.26L13 15.93m-5.5-.87V8.94a1 1 0 0 1 1.58-.81l4.28 3.06a1 1 0 0 1 0 1.62l-4.28 3.06a1 1 0 0 1-1.58-.81" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>