Pixelarticons

Arrow Bar Right Pixel Art Icon

A rightward arrow ending at a vertical bar, for jump-to-end, expand-panel, and last-item navigation controls.

arrows Free 1 variant

Tags

arrowbarrightforwardnexteast

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 Right icon

A horizontal arrow pointing right that terminates against a vertical bar. The bar marks an absolute boundary, so this icon fits 'skip to last', 'jump to end of queue', or 'expand panel to the right.' It is a natural partner to arrow-bar-left for forming a skip-to-start and skip-to-end pair in media players or paginated tables. Use arrow-right when the destination is relative, not absolute.

Usage

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

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

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

Related icons