The Phosphor cloud fog icon visually represents foggy or misty weather conditions, commonly used in UIs to indicate low visibility or atmospheric obscurity.
Common uses
- Displaying current weather conditions.
- Indicating a foggy or hazy setting in a map or game.
- Representing a 'low visibility' status in a system.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CloudFog } from '@phosphor-icons/react';
<CloudFog size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CloudFog size={24} />thin
<CloudFog size={24} weight="thin" />light
<CloudFog size={24} weight="light" />bold
<CloudFog size={24} weight="bold" />fill
<CloudFog size={24} weight="fill" />duotone
<CloudFog size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- meteorologycloudyovercastfoggymisthazeweathercloudfog
FAQ
- What does the cloud fog icon represent?
- It depicts a cloud with fog or mist, typically used for weather-related information or to signify obscurity.
- How do I use the cloud fog icon in React?
- Import it from the library like this: import { CloudFog } from '@phosphor-icons/react'. Then use it as a component: <CloudFog size={32} />.
- What is the license for this icon?
- The Phosphor icon library, including the cloud fog 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 →