The HugeIcons go backward 15sec icon visually represents rewinding media playback by 15 seconds, commonly used for quick replays in video or audio players.
Common uses
- Rewind button in media players
- Quick replay functionality
- Navigating back in a video timeline
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GoBackward15SecIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GoBackward15SecIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rewind 15 secondsbackward 15sreplay 15 secondsmedia rewind
FAQ
- What does the go backward 15sec icon represent?
- This icon signifies rewinding a media playback by 15 seconds, useful for quickly replaying a segment.
- How do I use the GoBackward15SecIcon in a React project?
- Import it as import { GoBackward15SecIcon } from '@hugeicons/core-free-icons'; and render it using <HugeiconsIcon icon={GoBackward15SecIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed 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 →