The HugeIcons minimize 04 icon depicts a horizontal line, commonly used to collapse or reduce the size of a window, panel, or section in a user interface.
Common uses
- Window collapse button
- Expand/collapse panel toggle
- Section minimization control
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Minimize04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Minimize04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- collapsereducecontractminus
FAQ
- What does the Minimize04Icon represent?
- The Minimize04Icon represents the action of minimizing or collapsing an element. It's typically used for UI controls that reduce the size or visibility of content.
- How do I use Minimize04Icon in React?
- To use it in React, import both HugeiconsIcon and Minimize04Icon, then render <HugeiconsIcon icon={Minimize04Icon} />.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, allowing for free use in both personal and commercial projects.
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 →