The HugeIcons package remove 01 icon depicts the removal of a package, commonly used in UI to signify uninstalling, deleting, or removing software or data.
Common uses
- Uninstalling an application
- Deleting a file or folder
- 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 { PackageRemove01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PackageRemove01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- uninstall icondelete package iconremove item icontrash package icon
FAQ
- What does the package remove 01 icon represent?
- This icon represents the action of removing a package or item. It's typically used for uninstalling software or deleting content.
- How do I use the PackageRemove01Icon in React?
- You can use it by importing both HugeiconsIcon and PackageRemove01Icon from their respective packages and then rendering the icon component: import { HugeiconsIcon } from '@hugeicons/react'; import { PackageRemove01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={PackageRemove01Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this 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 →