The HugeIcons task 01 icon depicts a checklist with a completed item, commonly used to represent tasks, to-do lists, or completed actions in a user interface.
Common uses
- Displaying a completed to-do item
- Indicating a successfully finished step in a process
- Representing a 'done' status for a task
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Task01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Task01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- checklistcompleted taskdoneto-do
FAQ
- What does the Task01Icon represent?
- The Task01Icon represents a completed task or a checked item on a list. It's ideal for showing that an action has been finished.
- How do I use Task01Icon in a React project?
- Import both HugeiconsIcon and Task01Icon from their respective packages and render it using the <HugeiconsIcon icon={Task01Icon} /> component.
- What is the license for this icon?
- This icon is released 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 →