The HugeIcons user status icon visually represents a person's current availability or state, commonly used to indicate online, offline, busy, or away statuses in user interfaces.
Common uses
- Displaying user online/offline indicators in chat lists.
- Showing availability in collaboration tools.
- Indicating user presence on a profile page.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { UserStatusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={UserStatusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- user presenceavailability icononline statususer indicator
FAQ
- What does the user status icon represent?
- It represents a user's current availability or state, such as online, offline, or busy.
- How do I use the UserStatusIcon in React?
- Import both HugeiconsIcon and UserStatusIcon, then render <HugeiconsIcon icon={UserStatusIcon} />.
- What is the license for this icon?
- This 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 →