The Lucide undo dot icon visually represents the action of reverting a change, often used to signify an undo operation that might have specific contextual steps.
Common uses
- Reverting a specific action in a form
- Undoing a selection or modification in an editor
- Navigating back through a sequence of operations
Use it in React
Install
npm i lucide-reactImport & render
import { UndoDot } from 'lucide-react';
<UndoDot size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- redohistorystepbackundodotredo historystep backundo stepback dot
FAQ
- What does the undo dot icon represent?
- It signifies an undo action, often implying a granular or specific step back in a process rather than a general undo.
- How do I use the undo dot icon in React?
- You can import and use it like this: import { UndoDot } from 'lucide-react'. Then render it as <UndoDot />.
- What is the license for this icon?
- The Lucide icon library, including the undo dot 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 →