The HugeIcons text check icon visually represents a completed task or verified information, commonly used to indicate success, confirmation, or completion of a text-related action.
Common uses
- Form submission success message
- Task completion status
- Verified user input
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextCheckIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextCheckIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- checkmarkverifiedsuccesscompleted
FAQ
- What does the text check icon represent?
- It signifies a successful check or verification, often used for completed tasks or confirmed data.
- How do I use the TextCheckIcon in React?
- Import both HugeiconsIcon and TextCheckIcon, then render <HugeiconsIcon icon={TextCheckIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free commercial and non-commercial use.
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 →