The Tabler hourglass icon visually represents the passage of time or a waiting period, commonly used in UIs to indicate that an operation is in progress or that a user needs to wait.
Common uses
- Loading or processing indicator
- Status of a time-sensitive task
- Waiting for user input
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHourglass } from '@tabler/icons-react';
<IconHourglass size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHourglass size={24} stroke={2} />filled
<IconHourglassFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- timetimersandclockhourglasscontroloperationfunctioninterfacemanagementsystemwaitingloadingprogressduration
FAQ
- What does the hourglass icon represent?
- It symbolizes the passage of time, a countdown, or a process that is currently underway and requires waiting.
- How do I use the hourglass icon in React?
- You can import and use it directly with: import { IconHourglass } from '@tabler/icons-react'
- What is the license for the Tabler hourglass icon?
- The Tabler icon library, including the hourglass icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →