The Tabler sun high icon depicts a bright sun with rays, commonly used to represent sunny weather, high temperatures, or a clear forecast in user interfaces.
Common uses
- Displaying current weather conditions (sunny).
- Indicating a high temperature alert.
- Representing a clear or sunny forecast.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSunHigh } from '@tabler/icons-react';
<IconSunHigh size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSunHigh size={24} stroke={2} />filled
<IconSunHighFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Weather
- Keywords
- temperaturehotwheaterthermometerforecastsunhighclimatemeteorologyatmosphericweathersunnyclear skyhot weatherdaytime
FAQ
- What does the sun-high icon represent?
- It represents a bright sun with rays, symbolizing sunny weather, high temperatures, or clear atmospheric conditions.
- How do I use the sun-high icon in React?
- You can import and use it in your React components like this: import { IconSunHigh } from '@tabler/icons-react'.
- What is the license for the Tabler sun-high icon?
- The Tabler icon library, including the sun-high icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →