The Lucide minimize 2 icon depicts two outward-pointing arrows, commonly used to exit fullscreen mode or shrink a window.
Common uses
- Exit fullscreen view
- Collapse a panel
- Shrink window size
Use it in React
Install
npm i lucide-reactImport & render
import { Minimize2 } from 'lucide-react';
<Minimize2 size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- exit fullscreenarrowscloseshrinkminimize2collapsereduce
FAQ
- What is the minimize 2 icon used for?
- It's typically used to indicate an action that reduces the size of an element, such as exiting fullscreen or collapsing a window.
- How do I use the minimize 2 icon in React?
- You can import it directly from the lucide-react library: import { Minimize2 } from 'lucide-react'
- What is the license for the minimize 2 icon?
- The Lucide icon set, including the minimize 2 icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →