The Lucide redo 2 icon depicts a circular arrow, commonly used to represent the action of reversing an undo operation or re-applying a previous state.
Common uses
- Redo last action in an editor
- Revert an undo command
- Step forward in a history timeline
Use it in React
Install
npm i lucide-reactImport & render
import { Redo2 } from 'lucide-react';
<Redo2 size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- undorerunhistoryredo2forward arrowrepeatrestorereapply
FAQ
- What does the redo 2 icon represent?
- It visually signifies the action of 'redoing' something, typically reversing a previous undo action or moving forward in a sequence of operations.
- How do I use the redo 2 icon in React?
- You can import and use it like this: import { Redo2 } from 'lucide-react'. Then, render it as a component: <Redo2 />.
- What is the license for the redo 2 icon?
- The Lucide icon library, including the redo 2 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 →