The HugeIcons minimize 02 icon depicts a square with a horizontal line inside, commonly used to collapse windows or sections in a user interface.
Common uses
- Collapsing a sidebar menu
- Minimizing a chat window
- Shrinking a modal or dialog box
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Minimize02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Minimize02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- collapseshrinkreducecontract
FAQ
- What is the purpose of the Minimize02Icon?
- This icon represents the action of reducing the size of an element, such as a window or a panel, to a smaller state.
- How do I use the Minimize02Icon in React?
- Import it using `import { Minimize02Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={Minimize02Icon} />`.
- What is the license for this icon?
- The HugeIcons minimize 02 icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →