The HugeIcons undo icon visually represents reversing the last action taken, commonly used in user interfaces to allow users to revert changes or step back through a process.
Common uses
- Reverting form input
- Undoing a deleted item
- Stepping back in a multi-step process
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { UndoIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={UndoIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- backreverthistoryprevious
FAQ
- What is the purpose of the undo icon?
- The undo icon is used to allow users to reverse their last action. This is a standard UI pattern for correcting mistakes or exploring options without permanent consequences.
- How do I use the UndoIcon in React?
- Import both HugeiconsIcon and UndoIcon, then render the UndoIcon component using the HugeiconsIcon wrapper: import { HugeiconsIcon } from '@hugeicons/react'; import { UndoIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={UndoIcon} />.
- What is the license for this icon?
- The HugeIcons undo icon is available under the MIT license.
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 →