The HugeIcons sleeping icon visually represents a state of rest or inactivity, commonly used to indicate a device is in sleep mode, a user is offline, or a process is paused.
Common uses
- Device sleep mode indicator
- User status (offline/away)
- Background task progress
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SleepingIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SleepingIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sleepzzzzrestoffline
FAQ
- What does the sleeping icon represent?
- It signifies a state of rest, inactivity, or being paused, often used for sleep modes or offline statuses.
- How do I use the SleepingIcon in React?
- Import both HugeiconsIcon and SleepingIcon, then render <HugeiconsIcon icon={SleepingIcon} />.
- What is the license for this icon?
- The HugeIcons sleeping icon is available under the MIT license.
Looking for something else? Search HugeIcons 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 →