Chevron Down 2 Pixel Art Icon
An alternative downward chevron shape for dropdown triggers, accordion controls, and expand indicators with a different stroke weight.
Tags
chevroncaretarrowdowndownwardbottombelow
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Chevron Down 2 icon
A second variant of the downward chevron with slightly different proportions or stroke weight compared to chevron-down. Use it when the standard chevron does not match the visual density of surrounding icons, or when your design system treats the two as distinct interactive states. In practice, chevron-down-2 may read as a bolder or more compact version; pick whichever aligns with the icon weight used elsewhere in the same component.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/chevron-down-2.svg" width="24" height="24" alt="Chevron Down 2" />
<!-- React -->
import { ChevronDown2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chevron-down-2.svg" width="48" height="48" style="image-rendering: pixelated" />