The HugeIcons assignments icon depicts a document with checkmarks, commonly used to represent tasks, to-do lists, or completed items in a user interface.
Common uses
- Task list item
- Completed checklist
- Assignment details
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AssignmentsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AssignmentsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- taskchecklistdocumenttodo
FAQ
- What does the Assignments icon represent?
- It represents tasks, to-do items, or completed work, often used for managing or displaying assignments.
- How do I use the Assignments icon in React?
- Import both HugeiconsIcon and AssignmentsIcon, then render it using <HugeiconsIcon icon={AssignmentsIcon} />.
- What is the license for this icon?
- The Assignments icon is distributed under the MIT license.