The HugeIcons keyframe left icon visually represents moving backward to a previous animation state or scene, commonly used for navigation controls like 'previous frame' or 'rewind'.
Common uses
- Previous frame button in animation software
- Rewind control in media players
- Navigate to the prior step in a wizard
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { KeyframeLeftIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={KeyframeLeftIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- previous framerewindback steptimeline previous
FAQ
- What does the keyframe left icon represent?
- It signifies moving backward in a sequence, often used for previous frames in animation or timelines.
- How do I use the KeyframeLeftIcon in React?
- Import it as `import { KeyframeLeftIcon } from '@hugeicons/core-free-icons';` and render it using `<HugeiconsIcon icon={KeyframeLeftIcon} />`.
- What is the license for HugeIcons?
- HugeIcons are provided under the MIT license, allowing for free commercial and non-commercial 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 →