The HugeIcons square arrow right 03 icon depicts a right-pointing arrow within a square, commonly used to indicate navigation to the next step, proceeding forward, or external links.
Common uses
- Next page/step in a wizard
- Proceed to checkout
- Link to an external website
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowRight03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowRight03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- next iconforward arrowproceed iconexternal link icon
FAQ
- What does the square arrow right 03 icon represent?
- This icon represents moving forward, proceeding to a next step, or navigating to a new destination, often within a defined boundary like a square.
- How do I use the SquareArrowRight03Icon in React?
- Import it using `import { SquareArrowRight03Icon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={SquareArrowRight03Icon} />`.
- What is the license for this icon?
- The HugeIcons icon library, including this 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 →