Rewind Back 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 { IconRewindBack } from "@devigner-ui/icons";
<IconRewindBack className="size-6" />
<script setup>
import { IconRewindBack } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRewindBack class="size-6" />
</template>
<script>
import { IconRewindBack } from "@devigner-ui/icons-svelte";
</script>
<IconRewindBack class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.69 8.9C2.89 10.22 2 10.88 2 12s.9 1.78 2.69 3.1a26 26 0 0 0 2.74 1.75c1.79.98 2.68 1.47 3.48.93.8-.55.88-1.68 1.02-3.95a29 29 0 0 0 0-3.66c-.14-2.27-.22-3.4-1.02-3.95-.8-.54-1.7-.05-3.48.93A25 25 0 0 0 4.69 8.9" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12.1 8.39a35 35 0 0 1 3.7-2.05c2.43-1.14 3.64-1.71 4.73-1.08 1.08.63 1.18 1.96 1.38 4.6Q21.99 11 22 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 1-3.72-2.05" stroke="currentColor" stroke-width="1.5"></path></svg>