The HugeIcons task add 01 icon visually represents the action of adding a new task or item to a list, commonly used for buttons or links that initiate the creation of a new to-do, entry, or record.
Common uses
- Add new task button
- Create new item link
- Insert record action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TaskAdd01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TaskAdd01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add tasknew itemcreate entryplus list
FAQ
- What does the TaskAdd01Icon represent?
- This icon signifies the action of adding a new task or item. It's typically used to prompt users to create something new, like a to-do or a data entry.
- How do I use TaskAdd01Icon in React?
- Import both HugeiconsIcon and TaskAdd01Icon from their respective packages and render the icon using the <HugeiconsIcon icon={TaskAdd01Icon} /> component.
- What is the license for this icon?
- The TaskAdd01Icon is part of the HugeIcons library, which 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 →