The Tabler maximize icon depicts a square with outward-pointing arrows, commonly used to indicate expanding an element to fill the available screen space.
Common uses
- Expand video player to fullscreen
- Enlarge a modal window
- Switch to a full-screen editing mode
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMaximize } from '@tabler/icons-react';
<IconMaximize size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- fullscreenmaximizeexpandwindowsizeresizedirectioncontententertainmentmultimediamediaenlargewindow size
FAQ
- What is the purpose of the maximize icon?
- It visually represents the action of making an element larger, typically to occupy the entire screen or viewport.
- How do I use this icon in React?
- Import it using `import { IconMaximize } from '@tabler/icons-react';` and render it as a component.
- What is the license for this icon?
- The Tabler icons, including 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 →