The Phosphor hourglass simple icon depicts a classic hourglass, commonly used to indicate a process is underway, waiting, or loading.
Common uses
- Loading indicator
- Time remaining display
- Scheduled event status
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HourglassSimple } from '@phosphor-icons/react';
<HourglassSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HourglassSimple size={24} />thin
<HourglassSimple size={24} weight="thin" />light
<HourglassSimple size={24} weight="light" />bold
<HourglassSimple size={24} weight="bold" />fill
<HourglassSimple size={24} weight="fill" />duotone
<HourglassSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- timestimeralarmsclockscheduleeventswaitingprogresssystemobjectshourglasssimpleloadingtime
FAQ
- What is the hourglass simple icon used for?
- It visually represents waiting, loading, or a time-based process. It's useful for showing that an action is in progress or that a user needs to wait.
- How do I use the hourglass simple icon in React?
- Import it from the Phosphor library and use it as a component: `import { HourglassSimple } from '@phosphor-icons/react'; <HourglassSimple />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →