Pixelarticons

Chevron Up Pixel Art Icon

An upward-pointing V chevron for collapse triggers, scroll-to-top links, accordion close controls, and select-state indicators.

arrows Free 1 variant

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 icon

A V-shape pointing upward, the standard visual cue for 'this section is open' in an accordion or collapsible panel. When paired with chevron-down it forms a complete open/close toggle. It also appears on 'scroll to top' affordances and on select dropdowns that are currently open. Keeping chevron-up and chevron-down consistent in weight and size across a UI reinforces their toggling relationship clearly.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/chevron-up.svg" width="24" height="24" alt="Chevron Up" />

<!-- React -->
import { ChevronUp } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chevron-up.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons