The HugeIcons task remove 02 icon visually represents the action of deleting or removing a task, often used in interfaces to signify the removal of an item from a list or a process.
Common uses
- Deleting a to-do item
- Canceling a pending operation
- Removing an entry from a queue
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TaskRemove02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TaskRemove02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete taskremove itemcancel tasktrash task
FAQ
- What does the task remove 02 icon represent?
- This icon signifies the removal or deletion of a task or item. It's commonly used for actions like deleting entries or canceling operations.
- How do I use the TaskRemove02Icon in React?
- Import both HugeiconsIcon and TaskRemove02Icon, then render the icon using the HugeiconsIcon component with the icon prop: import { HugeiconsIcon } from '@hugeicons/react'; import { TaskRemove02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={TaskRemove02Icon} />.
- What is the license for this icon?
- The HugeIcons task remove 02 icon is distributed 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 →