Rewind5 Seconds 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 { IconRewind5SecondsBack } from "@devigner-ui/icons";
<IconRewind5SecondsBack className="size-6" />
<script setup>
import { IconRewind5SecondsBack } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRewind5SecondsBack class="size-6" />
</template>
<script>
import { IconRewind5SecondsBack } from "@devigner-ui/icons-svelte";
</script>
<IconRewind5SecondsBack 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="M14 4.5 12 2a10 10 0 1 1-4 .83" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14 8.5h-2.64a.5.5 0 0 0-.47.34l-.67 2a.5.5 0 0 0 .47.66H12a2 2 0 1 1 0 4h-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>