Corner Up Left Pixel Art Icon
An L-shaped arrow going up then left, for back navigation with ascent, undo-to-parent, and level-up-and-return flows.
Tags
cornerupupwardtopaboveleftbackpreviouswest
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Corner Up Left icon
An arrow that rises upward and then turns left, signaling a two-phase motion: go up a level, then move back. It suits breadcrumb-style navigation where returning to a parent page also shifts focus to the left column, or workflow diagrams where a step escalates and then reverts. Its sibling corner-up-right covers the case where the turn goes right after ascending.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/corner-up-left.svg" width="24" height="24" alt="Corner Up Left" />
<!-- React -->
import { CornerUpLeft } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="corner-up-left.svg" width="48" height="48" style="image-rendering: pixelated" />