Pixelarticons

Corner Right Down Pixel Art Icon

An L-shaped arrow going right then down, for forward-then-descend flows, drill-down navigation, and cascading actions.

arrows Free 2 variants

Tags

cornerrightforwardnexteastdowndownwardbottombelow

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

An arrow that moves right and then turns downward, useful for diagrams showing a flow that advances then drops to the next level. Use it to illustrate a drill-down in a menu hierarchy, a cascading trigger in an automation builder, or a shortcut that moves the cursor right and then down. Corner-right-up is its counterpart when the motion rises after moving right.

Usage

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

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

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

Related icons