The HugeIcons delete put back icon visually represents the action of restoring or undoing a deletion, commonly used to allow users to recover accidentally removed items.
Common uses
- Undo last deleted item
- Restore file from trash
- Revert to previous state
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DeletePutBackIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DeletePutBackIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- restoreundo deleteretrieveundelete
FAQ
- What does the delete put back icon signify?
- This icon signifies the action of restoring or bringing back something that was previously deleted or removed. It's used when a user wants to undo a deletion.
- How do I use the DeletePutBackIcon in React?
- To use it in React, import both HugeiconsIcon and DeletePutBackIcon, then render the icon using <HugeiconsIcon icon={DeletePutBackIcon} />.
- What is the license for this icon?
- The DeletePutBackIcon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →