Forward15 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 { IconForward15Seconds } from "@devigner-ui/icons";
<IconForward15Seconds className="size-6" />
<script setup>
import { IconForward15Seconds } from "@devigner-ui/icons-vue";
</script>
<template>
<IconForward15Seconds class="size-6" />
</template>
<script>
import { IconForward15Seconds } from "@devigner-ui/icons-svelte";
</script>
<IconForward15Seconds 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="M16.63 10.83h-3.06l-.76 2.29h2.29a1.53 1.53 0 1 1 0 3.06h-2.3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.21 16.17v-5.34l-1.5 1.67" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><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></svg>