The Lucide redo icon depicts a curved arrow pointing clockwise, commonly used to reverse an undo action or reapply a previous step in a sequence.
Common uses
- Reverting an undo operation
- Reapplying a deleted step
- Advancing through a history log
Use it in React
Install
npm i lucide-reactImport & render
import { Redo } from 'lucide-react';
<Redo size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- undorerunhistoryredoforwardreapplyrestorenext step
FAQ
- What does the redo icon represent?
- It represents the action of redoing an operation that was previously undone. It's used to move forward in a sequence of actions.
- How do I use the redo icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { Redo } from 'lucide-react'.
- What is the license for the Lucide redo icon?
- The Lucide icon library, including the redo icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →