The HugeIcons maximize screen icon visually represents expanding an element or window to fill the available screen space, commonly used to provide a larger view or focus on content.
Common uses
- Enlarging a modal window
- Entering fullscreen mode for media
- Expanding a collapsed sidebar
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MaximizeScreenIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MaximizeScreenIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- expandfullscreenenlargezoom in
FAQ
- What is the purpose of the maximize screen icon?
- This icon indicates an action to make something larger, typically to occupy the full screen or a larger portion of the display for better visibility or interaction.
- How do I use the MaximizeScreenIcon in React?
- Import both HugeiconsIcon and MaximizeScreenIcon, then render it using <HugeiconsIcon icon={MaximizeScreenIcon} />.
- What is the license for this icon?
- The MaximizeScreenIcon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.