The HugeIcons sun cloud little rain 02 icon depicts a sun partially obscured by a cloud with a few raindrops, commonly used to represent light rain, variable weather, or a brief shower in weather-related interfaces.
Common uses
- Displaying current weather conditions (light rain)
- Indicating a chance of rain in a forecast
- Representing a 'showers' weather alert
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SunCloudLittleRain02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SunCloudLittleRain02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- light rainshowerspartly sunny rainweather icon
FAQ
- What does the SunCloudLittleRain02Icon represent?
- This icon visually communicates a weather condition of light rain, where the sun is still present but partially covered by a cloud.
- How do I use the SunCloudLittleRain02Icon in a React application?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { SunCloudLittleRain02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={SunCloudLittleRain02Icon} />.
- What is the license for this icon?
- The SunCloudLittleRain02Icon is distributed 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 →