The HugeIcons go backward 30sec icon visually represents rewinding media playback by 30 seconds, commonly used in video players or audio applications for quick seeking.
Common uses
- Rewind video playback by 30 seconds
- Jump back 30 seconds in an audio track
- Navigate backward in a media timeline
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GoBackward30SecIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GoBackward30SecIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rewind 30 secondsgo back 30smedia control rewindseek backward
FAQ
- What does the GoBackward30SecIcon represent?
- This icon represents the action of rewinding media playback by 30 seconds. It's typically used in media players to allow users to quickly go back in a video or audio track.
- How do I use the GoBackward30SecIcon in a React application?
- You can use it by importing both HugeiconsIcon and GoBackward30SecIcon from their respective packages and then rendering the icon component like this: <HugeiconsIcon icon={GoBackward30SecIcon} />.
- What is the license for this icon?
- The GoBackward30SecIcon is part of the HugeIcons library and 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 →