The HugeIcons hourglass off icon visually represents a paused or stopped process, commonly used to indicate that an operation has been halted or is no longer progressing.
Common uses
- Indicate a task has been canceled.
- Show a process that is not currently running.
- Represent a disabled or inactive state.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HourglassOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HourglassOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- stop iconpause iconhalt iconno time icon
FAQ
- What does the hourglass off icon signify?
- It signifies that a process or task has been stopped, paused, or is no longer active. It's used to visually communicate a halt in progression.
- How do I use the HourglassOffIcon in React?
- Import both HugeiconsIcon and HourglassOffIcon, then render the icon using <HugeiconsIcon icon={HourglassOffIcon} />. Ensure you have the correct imports: import { HugeiconsIcon } from '@hugeicons/react'; import { HourglassOffIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- The HugeIcons HourglassOffIcon is available under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.