The HugeIcons go forward 60sec icon visually represents advancing content or playback by one minute, commonly used in media players or timelines.
Common uses
- Media player seek button
- Timeline navigation control
- Video editing skip forward
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GoForward60SecIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GoForward60SecIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- skip 60 secondsforward one minutenext minutefast forward 1 min
FAQ
- What does the go forward 60sec icon represent?
- This icon signifies skipping ahead by 60 seconds or one minute. It's often used for quick navigation in media or time-based interfaces.
- How do I use the GoForward60SecIcon in React?
- Import both HugeiconsIcon and GoForward60SecIcon, then render the icon using the provided component structure: <HugeiconsIcon icon={GoForward60SecIcon} />.
- What is the license for this icon?
- The HugeIcons go forward 60sec 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 →