The HugeIcons tired 02 icon depicts a face with closed eyes and a slightly downturned mouth, commonly used to represent exhaustion, boredom, or a lack of energy in UI elements.
Common uses
- Indicating a completed but unexciting task
- Representing a low battery or power status
- Signifying a user is offline or inactive
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Tired02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Tired02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- exhaustedboredsleepylow energy
FAQ
- What does the Tired02 icon represent?
- The Tired02 icon visually communicates feelings of tiredness, boredom, or low energy. It's useful for indicating states like inactivity or completion without enthusiasm.
- How do I use the Tired02 icon in React?
- Import both HugeiconsIcon and Tired02Icon, then render the icon using the Tired02Icon component: import { HugeiconsIcon } from '@hugeicons/react'; import { Tired02Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={Tired02Icon} />
- What is the license for this icon?
- The Tired02 icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
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 →