Arrow Down Wide Narrow Pixel Art Icon
A downward arrow with lines narrowing from top to bottom, for 'sort largest to smallest' or 'compress to narrower view' controls.
Tags
arrowdowndownwardbottombelowwidenarrow
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Arrow Down Wide Narrow icon
A downward arrow with wide lines at the top tapering to narrow at the bottom, encoding a descending scale or compression. It signals 'sort largest to smallest' or represents a funnel-like narrowing as content moves down. Use it on sort controls where the biggest items should appear first, such as file sizes or priority levels in descending order. Arrow-down-narrow-wide covers the opposite case.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-down-wide-narrow.svg" width="24" height="24" alt="Arrow Down Wide Narrow" />
<!-- React -->
import { ArrowDownWideNarrow } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-down-wide-narrow.svg" width="48" height="48" style="image-rendering: pixelated" />