The HugeIcons square arrow expand 01 icon depicts an arrow expanding from a square, commonly used to indicate an action that will enlarge or maximize a view or element.
Common uses
- Maximize window or view
- Enter fullscreen mode
- Expand content area
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowExpand01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowExpand01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- expand iconmaximize iconfullscreen iconenlarge icon
FAQ
- What does the square arrow expand 01 icon represent?
- This icon represents an action to expand or maximize a view. It's typically used when an element or window is about to become larger or enter a fullscreen state.
- How do I use the SquareArrowExpand01Icon in React?
- Import both HugeiconsIcon and SquareArrowExpand01Icon from their respective packages, then render the icon using <HugeiconsIcon icon={SquareArrowExpand01Icon} />.
- What is the license for this icon?
- The SquareArrowExpand01Icon 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.
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 →