The Lucide maximize icon depicts a square with outward-pointing arrows, commonly used to indicate expanding an element to fill the entire screen or available space.
Common uses
- Expand a modal window to fullscreen.
- Enter or exit a video player's fullscreen mode.
- Maximize a document or editor pane.
Use it in React
Install
npm i lucide-reactImport & render
import { Maximize } from 'lucide-react';
<Maximize size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- fullscreenexpanddashedmaximizeoutward arrowszoom in
FAQ
- What is the maximize icon used for?
- It's used to represent actions that expand an element to its largest possible size, often to fill the screen.
- How do I use the maximize icon in React?
- Import it from the lucide-react library: `import { Maximize } from 'lucide-react'` and use it as a component: `<Maximize />`.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.