The Lucide undo icon visually represents reversing an action, commonly used in user interfaces to allow users to step back to a previous state.
Common uses
- Reverting form submissions
- Undoing text edits
- Canceling a process step
Use it in React
Install
npm i lucide-reactImport & render
import { Undo } from 'lucide-react';
<Undo size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- redorerunhistoryundobackpreviousreverse
FAQ
- What is the undo icon used for?
- It's used to signify an action that will reverse the last operation performed by the user.
- How do I use the undo icon in React?
- You can import and use it like this: import { Undo } from 'lucide-react'
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software 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 →