The Phosphor hourglass low icon depicts a partially filled hourglass, commonly used to indicate a process is underway, waiting, or has limited time remaining.
Common uses
- Loading or progress indicator
- Time remaining display
- Waiting state notification
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HourglassLow } from '@phosphor-icons/react';
<HourglassLow size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HourglassLow size={24} />thin
<HourglassLow size={24} weight="thin" />light
<HourglassLow size={24} weight="light" />bold
<HourglassLow size={24} weight="bold" />fill
<HourglassLow size={24} weight="fill" />duotone
<HourglassLow size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- timestimeralarmsclockscheduleeventswaitingprogresssystemobjectshourglasslowtimeloading
FAQ
- What is the hourglass low icon used for?
- It signifies a state of waiting, progress, or a limited time frame. Use it when an action is in progress or time is running out.
- How do I use the hourglass low icon in React?
- Import it from the Phosphor library and use it as a component: import { HourglassLow } from '@phosphor-icons/react'; <HourglassLow />.
- What is the license for this icon?
- The Phosphor icon library, including the hourglass low 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 →