The Phosphor clock user icon depicts a clock face overlaid with a user silhouette, commonly used to represent user-specific time-related actions or information, such as scheduling or user activity logs.
Common uses
- Displaying a user's scheduled appointments.
- Indicating the last active time of a user.
- Representing a user's time tracking or shift management.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ClockUser } from '@phosphor-icons/react';
<ClockUser size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ClockUser size={24} />thin
<ClockUser size={24} weight="thin" />light
<ClockUser size={24} weight="light" />bold
<ClockUser size={24} weight="bold" />fill
<ClockUser size={24} weight="fill" />duotone
<ClockUser size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *new*timestimershiftscheduleeventswatchsystemclockuseruser clockschedule usertime usershift user
FAQ
- What does the clock user icon represent?
- It signifies user-specific time or scheduling functions within a system.
- How do I use the clock user icon in React?
- Import it as `ClockUser` from '@phosphor-icons/react' and use it as a component: `<ClockUser />`.
- What is the license for this icon?
- The Phosphor icon library, including the clock user icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →