John KuehJohn Kueh

square arrow up right icon

HugeIcons · SquareArrowUpRightIcon · MIT

Download SVG

The HugeIcons square arrow up right icon depicts an arrow pointing diagonally upwards and to the right, commonly used to indicate an action that opens content in a new tab or window, or navigates to an external link.

Common uses

  • Open external link
  • Go to website
  • New tab indicator

Use it in React

Install
npm i @hugeicons/react @hugeicons/core-free-icons
Import & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowUpRightIcon } from '@hugeicons/core-free-icons';

<HugeiconsIcon icon={SquareArrowUpRightIcon} size={24} strokeWidth={1.5} />

Details

Library
HugeIcons (5,121 icons)
License
MIT
viewBox
0 0 24 24
Keywords
external link iconnew window iconupload iconarrow out icon

FAQ

What is the square arrow up right icon used for?
It typically signifies opening a link in a new tab or window, or navigating to an external resource. It's a clear visual cue for users that an action will lead them away from the current context.
How do I use the SquareArrowUpRightIcon in React?
Import both HugeiconsIcon and SquareArrowUpRightIcon, then render the icon component like this: <HugeiconsIcon icon={SquareArrowUpRightIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
What is the license for this icon?
This icon is provided under the MIT license, which allows 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 →