Forward Pixel Art Icon
A forward arrow for media players, email forward actions, skip-to-next controls, and story or queue advance buttons.
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 Forward icon
A rightward arrow, often double-tipped or styled to suggest playback, representing 'forward' in media or messaging contexts. In a podcast or music player it skips ahead; in an email client it opens the compose window to forward the message to a new recipient. It is a more contextually loaded icon than arrow-right because of its strong association with media playback and email. When the meaning is general navigation, arrow-right or chevron-right reads more neutrally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/forward.svg" width="24" height="24" alt="Forward" />
<!-- React -->
import { Forward } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="forward.svg" width="48" height="48" style="image-rendering: pixelated" />