The HugeIcons task done 02 icon visually represents the completion of a task, often used to indicate success, confirmation, or a finished item in a list.
Common uses
- Marking a completed to-do item
- Confirming a successful form submission
- Indicating a finished step in a process
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TaskDone02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TaskDone02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- check markcompletedsuccessdone
FAQ
- What does the TaskDone02Icon represent?
- This icon signifies that a task has been successfully completed or finished. It's a visual cue for achievement or confirmation.
- How do I use TaskDone02Icon in React?
- Import both HugeiconsIcon and TaskDone02Icon from their respective packages and render it using <HugeiconsIcon icon={TaskDone02Icon} />.
- What is the license for this icon?
- The TaskDone02Icon 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 →