Skip Previous 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 { IconSkipPrevious } from "@devigner-ui/icons";
<IconSkipPrevious className="size-6" />
<script setup>
import { IconSkipPrevious } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSkipPrevious class="size-6" />
</template>
<script>
import { IconSkipPrevious } from "@devigner-ui/icons-svelte";
</script>
<IconSkipPrevious 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.3 6.84C7.43 9.03 6 10.13 6 12s1.43 2.97 4.3 5.16a39 39 0 0 0 4.39 2.92c2.86 1.63 4.29 2.45 5.57 1.55s1.4-2.8 1.63-6.57a48 48 0 0 0 .01-6.12c-.24-3.77-.36-5.66-1.64-6.57-1.28-.9-2.71-.08-5.57 1.55q-1.12.64-2.1 1.27a40 40 0 0 0-2.29 1.65" stroke="currentColor" stroke-width="1.5"></path><path d="M2 5v15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>