The Phosphor wind icon visually represents wind or air movement, commonly used in UI to indicate weather conditions, air quality, or fan settings.
Common uses
- Displaying current weather forecast (windy).
- Indicating fan speed or direction.
- Showing air quality alerts.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Wind } from '@phosphor-icons/react';
<Wind size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Wind size={24} />thin
<Wind size={24} weight="thin" />light
<Wind size={24} weight="light" />bold
<Wind size={24} weight="bold" />fill
<Wind size={24} weight="fill" />duotone
<Wind size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- meteorologywindystormyblusterygustyairweatherwindgustbreezestorm
FAQ
- What does the wind icon represent?
- It depicts wind or air movement. It's used in UIs to show weather, air flow, or related concepts.
- How do I use the wind icon in React?
- Import it from the library and use it as a component: import { Wind } from '@phosphor-icons/react'; <Wind />.
- What is the license for the Phosphor wind icon?
- The Phosphor icon library, including the wind 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 →