The HugeIcons checkmark square 04 icon depicts a square with a checkmark inside, commonly used to indicate a completed task, a selected option, or a successful status.
Common uses
- To confirm a successful action (e.g., form submission).
- To represent a selected item in a list or checklist.
- To denote a completed step in a process.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CheckmarkSquare04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CheckmarkSquare04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- success iconcompleted iconselected icontask done
FAQ
- What does the checkmark square 04 icon represent?
- It represents completion, selection, or success. It's often used to show that an item is chosen or a task is finished.
- How do I use the CheckmarkSquare04Icon in React?
- Import both HugeiconsIcon and CheckmarkSquare04Icon, then render the icon using <HugeiconsIcon icon={CheckmarkSquare04Icon} />.
- What is the license for this icon?
- This icon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.