The HugeIcons status icon visually represents the state or condition of an item, often used to indicate success, failure, pending, or active states.
Common uses
- Displaying item processing status
- Indicating user online/offline status
- Showing notification read/unread status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StatusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StatusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- state iconcondition iconindicator iconflag icon
FAQ
- What is the purpose of the status icon?
- The status icon is used to visually communicate the current state or condition of an element within a user interface.
- How do I use the StatusIcon in React?
- Import both HugeiconsIcon and StatusIcon, then render <HugeiconsIcon icon={StatusIcon} />.
- What is the license for this icon?
- The StatusIcon is provided 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 →