The HugeIcons delete 01 icon depicts a trash can, commonly used to represent actions like deleting, removing, or discarding items in a user interface.
Common uses
- Deleting selected items
- Clearing form fields
- Removing an item from a list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Delete01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Delete01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- trashremovebingarbage
FAQ
- What does the delete 01 icon represent?
- It represents a trash can, typically used for deletion or removal actions.
- How do I use the Delete01Icon in React?
- Import both HugeiconsIcon and Delete01Icon, then render <HugeiconsIcon icon={Delete01Icon} />.
- What is the license for this icon?
- This icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.