The Phosphor hurricane icon visually represents a strong tropical storm with swirling winds, commonly used in weather-related applications or to indicate severe weather alerts.
Common uses
- Displaying current weather conditions
- Alerting users to severe storm warnings
- Categorizing weather-related data
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Hurricane } from '@phosphor-icons/react';
<Hurricane size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Hurricane size={24} />thin
<Hurricane size={24} weight="thin" />light
<Hurricane size={24} weight="light" />bold
<Hurricane size={24} weight="bold" />fill
<Hurricane size={24} weight="fill" />duotone
<Hurricane size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- weather
- Keywords
- *new*meteorologycyclonestormdisasterwindweatherhurricanetyphoontropical storm
FAQ
- What does the hurricane icon represent?
- It depicts a hurricane, a type of tropical storm characterized by strong winds and heavy rain.
- How do I use the hurricane icon in React?
- You can import and use it like this: import { Hurricane } from '@phosphor-icons/react'. Then render it as <Hurricane />.
- What is the license for this icon?
- The Phosphor icon library, including the hurricane icon, is available under the MIT license.
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 →