Pixelarticons

Corner Down Left Pixel Art Icon

An L-shaped arrow going down then left, for Enter/Return keys, line-break indicators, and reply or return actions.

arrows Free 2 variants

Tags

cornerdowndownwardbottombelowleftbackpreviouswest

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 Down Left icon

An arrow that travels downward then turns left, tracing an L-shaped path. This is the classic shape of the Return or Enter key symbol on keyboards, and it doubles as a 'reply' or 'go back to this level' indicator in threaded conversations and file trees. Use it on a submit button that behaves like pressing Enter, or to annotate a newline in a text editor. Corner-down-right mirrors this for situations where the turn goes the other way.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/corner-down-left.svg" width="24" height="24" alt="Corner Down Left" />

<!-- React -->
import { CornerDownLeft } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="corner-down-left.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons