The HugeIcons go backward 10sec icon visually represents rewinding media playback by 10 seconds, commonly used in media players for quick seeking.
Common uses
- Rewind button in video players
- Seek back 10 seconds in audio players
- Undo last action in a timeline interface
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GoBackward10SecIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GoBackward10SecIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rewind 10 secondsseek backwardprevious 10 secondsmedia control rewind
FAQ
- What does the go backward 10sec icon represent?
- It signifies rewinding a media playback or timeline by a duration of 10 seconds.
- How do I use the GoBackward10SecIcon in React?
- Import both HugeiconsIcon and GoBackward10SecIcon, then render <HugeiconsIcon icon={GoBackward10SecIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use.
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 →