The Tabler brightness up icon visually represents increasing screen brightness or light intensity, commonly used in UI elements to adjust display settings or indicate a brighter state.
Common uses
- Adjusting screen brightness slider
- Toggling a 'high contrast' mode
- Indicating a 'sunnier' or 'brighter' setting
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBrightnessUp } from '@tabler/icons-react';
<IconBrightnessUp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBrightnessUp size={24} stroke={2} />filled
<IconBrightnessUpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Photography
- Keywords
- lightscreenbrightnesstopincreaseriseupwardupcamerapicturephotographysun iconlight upincrease brightnessbrighten
FAQ
- What does the brightness up icon represent?
- It signifies an increase in light or brightness, often used for display settings or to indicate a brighter visual state.
- How do I use this icon in React?
- You can import and use it with: import { IconBrightnessUp } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including brightness-up, are available 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 →