The HugeIcons go forward 15sec icon visually represents advancing media playback by 15 seconds, commonly used for skip or fast-forward actions in video players and audio applications.
Common uses
- Skip forward in a video player
- Fast-forward through an audio track
- Advance to the next segment in a timeline
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GoForward15SecIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GoForward15SecIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- skip forwardfast forwardnext 15 secondstime advance
FAQ
- What does the go forward 15sec icon represent?
- This icon signifies an action to move forward in time by a specific increment, typically 15 seconds, within media playback or a timeline.
- How do I use the GoForward15SecIcon in React?
- Import both HugeiconsIcon and GoForward15SecIcon, then render the icon using <HugeiconsIcon icon={GoForward15SecIcon} />.
- What is the license for this icon?
- The HugeIcons go forward 15sec icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →