John KuehJohn Kueh

arrow square left icon

Phosphor · arrow-square-left · MIT

Download SVG

The Phosphor arrow square left icon depicts a left-pointing arrow within a square, commonly used to indicate navigation back to a previous state or page.

Common uses

  • Go back button
  • Previous step in a wizard
  • Navigate to the previous item in a carousel

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { ArrowSquareLeft } from '@phosphor-icons/react';

<ArrowSquareLeft size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<ArrowSquareLeft size={24} />
thin
<ArrowSquareLeft size={24} weight="thin" />
light
<ArrowSquareLeft size={24} weight="light" />
bold
<ArrowSquareLeft size={24} weight="bold" />
fill
<ArrowSquareLeft size={24} weight="fill" />
duotone
<ArrowSquareLeft size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
arrows
Keywords
directionalpointerpointingarrowheadarrowsarrowsquareleftback arrowprevious iconreturn iconleft navigation

FAQ

What is the arrow square left icon used for?
It's typically used for back navigation, returning to a previous screen or state. It can also signify moving to a prior item in a sequence.
How do I use the arrow square left icon in React?
Import it from the library like this: import { ArrowSquareLeft } from '@phosphor-icons/react'. Then use it as a React component: <ArrowSquareLeft />.
What is the license for Phosphor icons?
Phosphor icons are distributed 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 Phosphor.

Looking for something else? Search Phosphor 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 →