Forward10 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 { IconForward10Seconds } from "@devigner-ui/icons";
<IconForward10Seconds className="size-6" />
<script setup>
import { IconForward10Seconds } from "@devigner-ui/icons-vue";
</script>
<template>
<IconForward10Seconds class="size-6" />
</template>
<script>
import { IconForward10Seconds } from "@devigner-ui/icons-svelte";
</script>
<IconForward10Seconds 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="M10.21 15.92v-5.34l-1.5 1.67" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14.67 10.58a2 2 0 0 1 2 2v1.35a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-1.35a2 2 0 0 1 2-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>