Chevron Left Pixel Art Icon
A leftward-pointing V chevron for back navigation, previous page, collapse-right-panel, and breadcrumb separators.
Tags
chevroncaretarrowleftbackpreviouswest
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Chevron Left icon
A V-shape pointing left, the lightweight alternative to a full back arrow. It is common on breadcrumb trails as a separator between levels, on carousel previous-slide controls, and on modal or drawer close gestures that push content leftward. Its slender profile makes it unobtrusive alongside text links. For a stronger visual presence, arrow-left gives a solid shaft; for a clickable icon-button feel, circle-chevron-left adds the enclosing ring.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/chevron-left.svg" width="24" height="24" alt="Chevron Left" />
<!-- React -->
import { ChevronLeft } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chevron-left.svg" width="48" height="48" style="image-rendering: pixelated" />