The Tabler windsock icon depicts a windsock, commonly used in UI to represent weather conditions, wind direction, or navigation-related map features.
Common uses
- Displaying current wind speed on a weather app.
- Indicating wind direction on a map interface.
- Showing airport or aviation-related information.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconWindsock } from '@tabler/icons-react';
<IconWindsock size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconWindsock size={24} stroke={2} />filled
<IconWindsockFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- weathermeteorologywindystormwindwindsocklocationnavigationgeographyplacemapweather vanewind direction
FAQ
- What is the windsock icon used for?
- It visually represents wind conditions, weather forecasts, or navigation elements on maps and interfaces.
- How do I use the windsock icon in React?
- Import it from '@tabler/icons-react' using: `import { IconWindsock } from '@tabler/icons-react'` and then use it as a component: `<IconWindsock />`.
- What is the license for this icon?
- The Tabler icons, including the windsock icon, are distributed under the MIT license.