Image Right Pixel Art Icon
An image-right icon for next-image navigation, forwarding a photo, and rightward media sequence controls.
Tags
imagepicturephotojpgpngrightforwardnexteast
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Image Right icon
The base image icon paired with a right arrow, pointing forward through an ordered sequence. Use it as a 'Next Photo' button in a carousel, an 'Open in Gallery' action that advances to the next item, or a 'Send Image' forward control. The directional arrow is the key differentiator from the plain image icon. In a navigation pair, a mirrored left-arrow variant handles backward movement.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/image-right.svg" width="24" height="24" alt="Image Right" />
<!-- React -->
import { ImageRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="image-right.svg" width="48" height="48" style="image-rendering: pixelated" />