The Tabler sun low icon depicts a sun partially obscured by a horizon line, commonly used to represent low sunlight, cooler temperatures, or a forecast of mild weather conditions in a UI.
Common uses
- Displaying current temperature below a certain threshold.
- Indicating a partly sunny weather forecast.
- Representing a 'low power' or 'dimmed' state for a light-related feature.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSunLow } from '@tabler/icons-react';
<IconSunLow size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSunLow size={24} stroke={2} />filled
<IconSunLowFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Weather
- Keywords
- temperaturecoldwheaterthermometerforecastsunlowclimatemeteorologyatmosphericweatherpartly sunnydim suncool weatherhorizon sun
FAQ
- What does the sun-low icon represent?
- It visually communicates a state of low sunlight or cooler temperatures, often used for weather forecasts or indicating a dimmed setting.
- How do I use the sun-low icon in React?
- You can import it directly from the '@tabler/icons-react' library using: import { IconSunLow } from '@tabler/icons-react'.
- What is the license for the sun-low icon?
- The Tabler icon library, including the sun-low icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.