The HugeIcons inbox check icon visually represents a completed or processed inbox, often used to indicate that an action related to incoming messages or tasks has been successfully finished.
Common uses
- Confirming successful email delivery
- Indicating a task list is cleared
- Showing a completed submission form
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InboxCheckIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InboxCheckIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- inbox completemail processedtask doneemail verified
FAQ
- What does the inbox check icon signify?
- This icon signifies a completed or processed inbox. It's typically used to confirm that an action involving incoming items, like emails or tasks, has been successfully handled.
- How do I use the InboxCheckIcon in React?
- To use it in React, first import both HugeiconsIcon and InboxCheckIcon. Then, render the icon using the component like this: <HugeiconsIcon icon={InboxCheckIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the InboxCheckIcon, 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 →