The Tabler window maximize icon visually represents expanding a window or application to fill the entire screen, commonly used for fullscreen modes or maximizing application windows.
Common uses
- Toggle fullscreen mode for media players or games.
- Maximize application windows to fill the viewport.
- Expand content areas for better viewing.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconWindowMaximize } from '@tabler/icons-react';
<IconWindowMaximize size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- fullscreenbrowsersizefullresizewindowmaximizecontroloperationfunctionsystemexpandenlargedisplay
FAQ
- What does the window maximize icon represent?
- It signifies the action of making a window or element take up the entire available screen space.
- How do I use this icon in React?
- Import it using: import { IconWindowMaximize } from '@tabler/icons-react'; and then use it as a component: <IconWindowMaximize />.
- What is the license for this icon?
- The Tabler icons, including window-maximize, are 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 →