The HugeIcons select 01 icon depicts a checkmark within a square, commonly used to indicate selection, completion, or confirmation of an item or action.
Common uses
- Selecting an item from a list
- Confirming a successful operation
- Marking a task as complete
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Select01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Select01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- checkmark iconselection icondone iconconfirm icon
FAQ
- What does the select 01 icon represent?
- It represents selection, confirmation, or completion, often used for checkboxes or indicating a chosen option.
- How do I use the Select01Icon in React?
- Import both HugeiconsIcon and Select01Icon, then render <HugeiconsIcon icon={Select01Icon} />.
- What is the license for this icon?
- This icon is available under the MIT license, allowing for free use in commercial and non-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 →