The HugeIcons redo icon visually represents the action of repeating or re-applying a previous action, commonly used in interfaces to undo an undo operation or re-execute a command.
Common uses
- Undo an undo action
- Re-apply a formatting change
- Re-submit a form after an error
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RedoIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RedoIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- repeatforwardrevert undoagain
FAQ
- What does the redo icon signify?
- The redo icon signifies the action of reversing an undo operation, effectively re-applying a previously undone action or state.
- How do I use the RedoIcon in React?
- Import both HugeiconsIcon and RedoIcon, then render <HugeiconsIcon icon={RedoIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for the HugeIcons redo icon?
- The HugeIcons redo icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →