Arrow Right Pixel Art Icon
A rightward arrow for forward navigation, next item, proceed, and eastward movement in maps, carousels, and step flows.
Tags
arrowrightforwardnexteast
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Arrow Right icon
A simple arrow pointing right, the standard 'move forward' or 'next' signal across virtually every interface. Use it on carousel navigation, pagination next-page buttons, wizard step progression, and map controls. Its directness makes it universally understood, but because it is so common, it can recede into the background. For high-emphasis forward actions, external-link or a labeled button with the icon may communicate intent more strongly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-right.svg" width="24" height="24" alt="Arrow Right" />
<!-- React -->
import { ArrowRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-right.svg" width="48" height="48" style="image-rendering: pixelated" />