Chevron Right Pixel Art Icon
A rightward-pointing V chevron for forward navigation, next page, expand-left-panel, and breadcrumb separators.
Tags
chevroncaretarrowrightforwardnexteast
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Chevron Right icon
A lightweight V-shape pointing right, used wherever forward or deeper navigation needs a subtle directional cue. Breadcrumb trails place it between path segments, list items use it to show a drill-down link, and carousels rely on it for the next-slide trigger. Because it is so compact, it pairs well with text links and inline labels. Arrow-right provides a stronger emphasis when the action needs more visual weight.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/chevron-right.svg" width="24" height="24" alt="Chevron Right" />
<!-- React -->
import { ChevronRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chevron-right.svg" width="48" height="48" style="image-rendering: pixelated" />