Rewind10 Seconds Forward 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 { IconRewind10SecondsForward } from "@devigner-ui/icons";
<IconRewind10SecondsForward className="size-6" />
<script setup>
import { IconRewind10SecondsForward } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRewind10SecondsForward class="size-6" />
</template>
<script>
import { IconRewind10SecondsForward } from "@devigner-ui/icons-svelte";
</script>
<IconRewind10SecondsForward 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="M10 4.5 12 2a10 10 0 1 0 4 .83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m7.5 10.5 2.5-2v7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.5 13.75v-3.5a1.75 1.75 0 1 1 3.5 0v3.5a1.75 1.75 0 1 1-3.5 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>