Arrow Big Down Pixel Art Icon
A large, bold downward arrow for prominent download prompts, scroll cues, step-down actions, and directional onboarding hints.
Tags
arrowbigdowndownwardbottombelow
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Arrow Big Down icon
A wide, filled arrowhead pointing downward, noticeably bolder than a thin-line arrow. Its visual weight makes it appropriate for calls to action: a download button, a 'scroll down to continue' hint on a landing page, or a prominent 'move step down' control in a workflow builder. When subtlety matters, the standard arrow-down is less demanding; reach for this one when the action deserves emphasis or has to be spotted quickly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-big-down.svg" width="24" height="24" alt="Arrow Big Down" />
<!-- React -->
import { ArrowBigDown } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-big-down.svg" width="48" height="48" style="image-rendering: pixelated" />