Chevron Up 2 Pixel Art Icon
An alternative upward chevron for collapse triggers and accordion close controls with a different stroke weight or form factor.
Tags
chevroncaretarrowupupwardtopabove
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Chevron Up 2 icon
A second variant of the upward chevron with different proportions or stroke thickness relative to chevron-up. Use it to match a bolder or more compact icon set, or when your design system intentionally distinguishes two chevron weights for open and closed accordion states. The functional purpose is identical to chevron-up: signaling an expanded or open state that can be closed by clicking.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/chevron-up-2.svg" width="24" height="24" alt="Chevron Up 2" />
<!-- React -->
import { ChevronUp2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chevron-up-2.svg" width="48" height="48" style="image-rendering: pixelated" />