The Lucide minimize icon depicts a square with a horizontal line at the bottom, commonly used to shrink a window or exit fullscreen mode.
Common uses
- Shrink window to taskbar
- Collapse a section
- Exit fullscreen view
Use it in React
Install
npm i lucide-reactImport & render
import { Minimize } from 'lucide-react';
<Minimize size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- exit fullscreencloseshrinkminimizecollapseshrink windowreduce
FAQ
- What is the purpose of the minimize icon?
- It's used to reduce the size of a window or element, often to a smaller state or hiding it temporarily.
- How do I use the minimize icon in React?
- Import it from 'lucide-react' like so: import { Minimize } from 'lucide-react'. Then use it as a component: <Minimize />.
- What is the license for the Lucide minimize icon?
- The Lucide icon library, including the minimize 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 →