The HugeIcons gibbous moon icon visually represents a moon phase between a half and a full moon, commonly used to indicate night, sleep, or a lunar-related feature.
Common uses
- Night mode toggle
- Sleep tracking feature
- Lunar calendar indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GibbousMoonIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GibbousMoonIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- moon phasenight iconhalf moonwaxing moon
FAQ
- What does the GibbousMoonIcon represent?
- It depicts a gibbous moon, a phase where more than half but not all of the moon is illuminated. It's often used for night-related themes.
- How do I use the GibbousMoonIcon in React?
- Import both HugeiconsIcon and GibbousMoonIcon, then render it using <HugeiconsIcon icon={GibbousMoonIcon} />.
- What is the license for this icon?
- This 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 →