The HugeIcons task remove 01 icon depicts a checkmark with a line through it, typically used to signify the removal or cancellation of a task or item.
Common uses
- Deleting a to-do item
- Canceling a pending action
- Marking a task as completed and removed
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TaskRemove01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TaskRemove01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete taskcancel taskremove itemtask completed
FAQ
- What does the TaskRemove01Icon represent?
- It represents the removal or cancellation of a task. It's often used when an item is deleted or a process is stopped.
- How do I use TaskRemove01Icon in React?
- Import both HugeiconsIcon and TaskRemove01Icon, then render <HugeiconsIcon icon={TaskRemove01Icon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in commercial and non-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 →