The HugeIcons sunrise icon depicts the sun just above the horizon, commonly used to represent morning, new beginnings, or the start of a day in user interfaces.
Common uses
- Morning/daytime status indicator
- Start of a process or feature
- Weather widget for sunrise time
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SunriseIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SunriseIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dawnmorningdaybreaksun up
FAQ
- What does the sunrise icon represent?
- It symbolizes the sun appearing over the horizon, typically indicating morning, the start of something new, or a new day.
- How do I use the SunriseIcon in React?
- Import both HugeiconsIcon and SunriseIcon, then render <HugeiconsIcon icon={SunriseIcon} />.
- What is the license for this icon?
- The SunriseIcon 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.
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 →