Corner Up Right Pixel Art Icon
An L-shaped arrow going up then right, for forward navigation with ascent, share-up-and-onward, and external redirect flows.
Tags
cornerupupwardtopaboverightforwardnexteast
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 Up Right icon
An arrow that moves upward and then turns to the right. This path suggests ascending to a higher context and then continuing forward, which fits external redirect flows, share-to-platform actions, or workflow steps that escalate and then proceed. It is less common than corner-down-left (the Enter key shape) and therefore more distinctive; use it when the specific up-then-right meaning is genuinely needed rather than defaulting to a simple arrow.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/corner-up-right.svg" width="24" height="24" alt="Corner Up Right" />
<!-- React -->
import { CornerUpRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="corner-up-right.svg" width="48" height="48" style="image-rendering: pixelated" />