Forward5 Seconds 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 { IconForward5Seconds } from "@devigner-ui/icons";
<IconForward5Seconds className="size-6" />
<script setup>
import { IconForward5Seconds } from "@devigner-ui/icons-vue";
</script>
<template>
<IconForward5Seconds class="size-6" />
</template>
<script>
import { IconForward5Seconds } from "@devigner-ui/icons-svelte";
</script>
<IconForward5Seconds class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.65 4.47 12.67 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.76 7.8a9 9 0 0 1 1.8 5.31 8.89 8.89 0 1 1-6.91-8.65" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14.58 10.83h-3.06l-.76 2.29h2.29a1.53 1.53 0 1 1 0 3.06h-2.29" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>