The Phosphor hourglass icon visually represents the passage of time or a waiting period, commonly used to indicate loading states or ongoing processes.
Common uses
- Loading indicator
- Progress bar
- Time limit warning
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Hourglass } from '@phosphor-icons/react';
<Hourglass size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Hourglass size={24} />thin
<Hourglass size={24} weight="thin" />light
<Hourglass size={24} weight="light" />bold
<Hourglass size={24} weight="bold" />fill
<Hourglass size={24} weight="fill" />duotone
<Hourglass size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- timestimeralarmsclockscheduleeventswaitingprogresssystemobjectshourglasstime
FAQ
- What does the hourglass icon represent?
- It symbolizes the passage of time, waiting, or a process that is currently in progress.
- How do I use the hourglass icon in React?
- Import it from the library and use it as a component: import { Hourglass } from '@phosphor-icons/react'; <Hourglass />.
- What is the license for the Phosphor hourglass icon?
- The Phosphor icon library, including the hourglass 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 →