The Phosphor cloud rain icon depicts a cloud with falling raindrops, commonly used to represent rainy weather conditions or forecasts in user interfaces.
Common uses
- Displaying current weather information.
- Indicating a forecast for rain.
- Setting a mood or theme for weather-related content.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CloudRain } from '@phosphor-icons/react';
<CloudRain size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CloudRain size={24} />thin
<CloudRain size={24} weight="thin" />light
<CloudRain size={24} weight="light" />bold
<CloudRain size={24} weight="bold" />fill
<CloudRain size={24} weight="fill" />duotone
<CloudRain size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- meteorologycloudyrainyrainingstormyrainstormweathercloudrainraining cloudrainy weatherstorm cloudprecipitation
FAQ
- What does the cloud rain icon represent?
- It visually represents a cloud with rain falling from it, symbolizing precipitation or a rainy weather state.
- How do I use the cloud rain icon in React?
- You can import and use it like this: import { CloudRain } from '@phosphor-icons/react'. Then render it as a component: <CloudRain size={32} />.
- What is the license for the Phosphor cloud rain icon?
- The Phosphor icon library, including the cloud rain icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →