Chevron Right 2 Pixel Art Icon
An alternative rightward chevron for forward navigation and next-item controls with a different stroke weight or form factor.
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 2 icon
A variant of chevron-right with different proportions or stroke weight. Reach for it when the default chevron-right is too light or heavy relative to sibling icons, or when your design system uses two chevron weights to signal different levels of interaction. It is functionally interchangeable with chevron-right for breadcrumbs, list drill-downs, and carousel controls, differing only in visual character.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/chevron-right-2.svg" width="24" height="24" alt="Chevron Right 2" />
<!-- React -->
import { ChevronRight2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chevron-right-2.svg" width="48" height="48" style="image-rendering: pixelated" />