Rewind 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 { IconRewindForward } from "@devigner-ui/icons";
<IconRewindForward className="size-6" />
<script setup>
import { IconRewindForward } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRewindForward class="size-6" />
</template>
<script>
import { IconRewindForward } from "@devigner-ui/icons-svelte";
</script>
<IconRewindForward class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.31 8.9C21.11 10.22 22 10.88 22 12s-.9 1.78-2.69 3.1a26 26 0 0 1-2.74 1.75c-1.79.98-2.68 1.47-3.48.93-.8-.55-.88-1.68-1.02-3.95a29 29 0 0 1 0-3.66c.14-2.27.22-3.4 1.02-3.95.8-.54 1.7-.05 3.48.93a25 25 0 0 1 2.74 1.75" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M11.9 8.39a35 35 0 0 0-3.7-2.05C5.76 5.2 4.55 4.63 3.46 5.26 2.4 5.9 2.3 7.22 2.1 9.86Q2.01 11 2 12t.1 2.14c.19 2.64.29 3.97 1.37 4.6 1.09.63 2.3.06 4.72-1.08a35 35 0 0 0 3.72-2.05" stroke="currentColor" stroke-width="1.5"></path></svg>