The Tabler uv index icon visually represents the intensity of ultraviolet radiation from the sun, commonly used in weather applications to indicate potential sun exposure risk.
Common uses
- Displaying current UV index on a weather app dashboard.
- Alerting users to high UV levels in a travel planning tool.
- Showing UV forecast data in a health and wellness application.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconUvIndex } from '@tabler/icons-react';
<IconUvIndex size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Weather
- Keywords
- sunultravioletradiationindexclimateforecastuvmeteorologyatmosphericconditionsweathersun exposureuv ratingsolar radiation
FAQ
- What does the uv index icon represent?
- It represents the strength of the sun's ultraviolet (UV) radiation. This helps users understand the potential for sunburn and the need for sun protection.
- How do I use the uv index icon in React?
- You can import and use it directly in your React components like this: import { IconUvIndex } from '@tabler/icons-react'.
- What is the license for the Tabler uv index icon?
- The Tabler icon library, including the uv index icon, is available under the MIT license.