Corner Left Up Pixel Art Icon
An L-shaped arrow going left then up, for back-and-up navigation, undo-to-parent, and reverse-then-ascend flows.
Tags
cornerleftbackpreviouswestupupwardtopabove
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 Left Up icon
An arrow that travels left and then turns upward, encoding a two-step motion: retreat leftward, then rise. Use it to illustrate navigation that goes back to a parent level or a workflow step that reverses and escalates. It can mark the path for a keyboard shortcut that moves the cursor left and then up. Corner-left-down handles the case where the vertical component descends; corner-up-left covers a reversed reading of a similar path.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/corner-left-up.svg" width="24" height="24" alt="Corner Left Up" />
<!-- React -->
import { CornerLeftUp } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="corner-left-up.svg" width="48" height="48" style="image-rendering: pixelated" />