The HugeIcons check unread 03 icon depicts a checkmark within a circle, commonly used to indicate a completed task or a confirmed selection, especially when differentiating from unread items.
Common uses
- Marking a task as done
- Confirming a successful action
- Indicating read status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CheckUnread03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CheckUnread03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- checkmarkcompletedconfirmedread
FAQ
- What does the check unread 03 icon represent?
- This icon represents a completed action or a confirmed state, often used to visually distinguish from items that are still unread or pending.
- How do I use CheckUnread03Icon in React?
- Import it using `import { CheckUnread03Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={CheckUnread03Icon} />`.
- What is the license for this icon?
- The HugeIcons check unread 03 icon is available 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 →