The HugeIcons arrow expand 01 icon depicts an arrow pointing outwards from a central point, commonly used to signify expanding or maximizing a view or element.
Common uses
- Expand to fullscreen
- Maximize window
- Open in new tab
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowExpand01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowExpand01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- expandmaximizefullscreenoutward arrow
FAQ
- What does the arrow expand 01 icon represent?
- This icon represents the action of expanding or maximizing content, often used for fullscreen modes or enlarging elements.
- How do I use the ArrowExpand01Icon in React?
- Import both HugeiconsIcon and ArrowExpand01Icon, then render the icon using <HugeiconsIcon icon={ArrowExpand01Icon} />.
- What is the license for this icon?
- The ArrowExpand01Icon 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 →