Skip Next 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 { IconSkipNext } from "@devigner-ui/icons";
<IconSkipNext className="size-6" />
<script setup>
import { IconSkipNext } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSkipNext class="size-6" />
</template>
<script>
import { IconSkipNext } from "@devigner-ui/icons-svelte";
</script>
<IconSkipNext 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="M13.7 6.84C16.57 9.03 18 10.13 18 12s-1.43 2.97-4.3 5.16a39 39 0 0 1-4.39 2.92c-2.86 1.63-4.29 2.45-5.57 1.55s-1.4-2.8-1.63-6.57a48 48 0 0 1-.01-6.12c.24-3.77.36-5.66 1.64-6.57 1.28-.9 2.71-.08 5.57 1.55q1.13.64 2.1 1.27c.71.47 1.5 1.04 2.29 1.65" stroke="currentColor" stroke-width="1.5"></path><path d="M22 5v15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>