Arrow Bar Up Pixel Art Icon
An upward arrow ending at a horizontal bar, for scroll-to-top, jump-to-first, and collapse-downward navigation controls.
Tags
arrowbarupupwardtopabove
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 Up icon
An upward arrow whose tip meets a horizontal bar at the top. The bar signals a ceiling or first-item boundary, making this the right pick for 'back to top' links, 'jump to first row' in a table, or 'collapse downward' panel toggles. It pairs logically with arrow-bar-down for start and end navigation. Where the destination is merely 'up' rather than a fixed top edge, plain arrow-up is cleaner.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-bar-up.svg" width="24" height="24" alt="Arrow Bar Up" />
<!-- React -->
import { ArrowBarUp } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-bar-up.svg" width="48" height="48" style="image-rendering: pixelated" />