Pixelarticons

Arrow Bar Down Pixel Art Icon

A downward arrow ending at a horizontal bar, for scroll-to-bottom, collapse, and jump-to-end navigation controls.

arrows Free 1 variant

Tags

arrowbardowndownwardbottombelow

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Arrow Bar Down icon

A straight downward arrow whose tip terminates at a horizontal bar. The bar signals a boundary or endpoint, making this ideal for 'scroll to bottom', 'go to last row', or 'jump to end of track' controls. It also fits an import-to-bottom action in a list or table. For general downward navigation without a fixed endpoint, a plain arrow-down reads more naturally.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/arrow-bar-down.svg" width="24" height="24" alt="Arrow Bar Down" />

<!-- React -->
import { ArrowBarDown } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-bar-down.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons