Corner Down Right Pixel Art Icon
An L-shaped arrow going down then right, for indent actions, sub-item indicators, and reply-forward flows.
Tags
cornerdowndownwardbottombelowrightforwardnexteast
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 Right icon
An arrow that moves downward and then turns right, forming a right-turning L. This shape suits indentation: it appears next to child items in a tree view or threaded list, showing that the item is nested under the one above. It also works for a 'forward' reply that branches to the right. Its sibling corner-down-left covers the leftward version (the Enter/Return symbol); use this one when the relationship is indented rather than returned.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/corner-down-right.svg" width="24" height="24" alt="Corner Down Right" />
<!-- React -->
import { CornerDownRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="corner-down-right.svg" width="48" height="48" style="image-rendering: pixelated" />