Arrow Big Down Dash Pixel Art Icon
A large downward arrow with a dash gap in its shaft, for throttled, paused, or rate-limited download and scroll indicators.
Tags
arrowbigdowndownwardbottombelowdash
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 Dash icon
Like arrow-big-down but with a gap or dash in the arrow shaft, suggesting interruption or a non-continuous motion. Use it to indicate a download that has been rate-limited, a scroll action that jumps by a fixed increment rather than continuously, or a step that skips levels. The visual break distinguishes it from a plain bold arrow wherever the nuance of a pause or skip needs to be communicated.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-big-down-dash.svg" width="24" height="24" alt="Arrow Big Down Dash" />
<!-- React -->
import { ArrowBigDownDash } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-big-down-dash.svg" width="48" height="48" style="image-rendering: pixelated" />