The Tabler umbrella icon depicts a standard umbrella, commonly used in UI to represent weather-related information, protection, or safety features.
Common uses
- Weather forecast widgets
- Safety or protection settings
- Outdoor event status
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconUmbrella } from '@tabler/icons-react';
<IconUmbrella size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconUmbrella size={24} stroke={2} />filled
<IconUmbrellaFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- rainweatherstormwetautumnfallumbrellasystemrain protectionweather shieldstorm cover
FAQ
- What is the umbrella icon used for?
- It's primarily used to signify weather conditions like rain or storms, or as a metaphor for protection and safety.
- How do I use the umbrella icon in React?
- Import it using `import { IconUmbrella } from '@tabler/icons-react'` and then use it as a component: `<IconUmbrella />`.
- What is the license for the Tabler umbrella icon?
- The Tabler icon library, including the umbrella icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →