Corner Left Down Pixel Art Icon
An L-shaped arrow going left then down, for redirect, branch-down, and reverse-then-descend navigation flows.
Tags
cornerleftbackpreviouswestdowndownwardbottombelow
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 Down icon
An arrow that moves left and then turns downward, tracing a leftward then descending path. It suits interfaces where navigation or data flow doubles back to the left before continuing down, such as a multi-column workflow that wraps from the end of one column to the beginning of the next. It also represents a key or shortcut that moves the cursor left and then down. Corner-left-up is the counterpart that rises after moving left.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/corner-left-down.svg" width="24" height="24" alt="Corner Left Down" />
<!-- React -->
import { CornerLeftDown } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="corner-left-down.svg" width="48" height="48" style="image-rendering: pixelated" />