Pixelarticons

Backburger Pixel Art Icon

A back-arrow combined with a hamburger-menu icon for collapsing a sidebar, closing a navigation drawer, and returning from menus.

office Pro 1 variant

Style variants

base

Outline ยท rounded corners

Get Pro

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

About the Backburger icon

A hamburger menu (three lines) overlaid or paired with a back arrow, signaling that the navigation panel or sidebar can be dismissed and the user returned to the previous view. It suits a mobile navigation drawer's close button, a sidebar collapse control in a desktop app, or a back-to-main action inside an expanded menu. It is more directional than a plain close X, reinforcing that the action both closes the menu and navigates back.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/backburger.svg" width="24" height="24" alt="Backburger" />

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

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

Related icons