The Phosphor cloud sun icon depicts a cloud partially obscuring the sun, commonly used to represent partly cloudy or partly sunny weather conditions in user interfaces.
Common uses
- Weather widgets and forecasts
- Status indicators for outdoor events
- Backgrounds for weather-related apps
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CloudSun } from '@phosphor-icons/react';
<CloudSun size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CloudSun size={24} />thin
<CloudSun size={24} weight="thin" />light
<CloudSun size={24} weight="light" />bold
<CloudSun size={24} weight="bold" />fill
<CloudSun size={24} weight="fill" />duotone
<CloudSun size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- meteorologycloudypartly cloudypartly sunnyweathercloudsunweather mixcloudy sun
FAQ
- What does the cloud sun icon represent?
- It represents a mix of sun and clouds, indicating partly cloudy or partly sunny weather.
- How do I use the cloud sun icon in React?
- Import it as CloudSun from '@phosphor-icons/react' and use it as a React component: <CloudSun />.
- What is the license for this icon?
- The Phosphor icon library, including the cloud sun icon, is available 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 →