Forwardburger Pixel Art Icon
A combined forward-arrow and hamburger-menu icon for animated menu toggles that transform into a forward/back arrow on open.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Forwardburger icon
A hybrid icon blending a hamburger menu (three horizontal lines) with a forward-pointing arrow, designed for animated transitions. When a sidebar or drawer opens, the hamburger morphs into the forward arrow to signal that clicking will navigate forward or close the panel. It is a niche icon best suited to animated contexts where the transition itself carries meaning. Use a plain forward or hamburger icon when no animation is involved.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/forwardburger.svg" width="24" height="24" alt="Forwardburger" />
<!-- React -->
import { Forwardburger } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="forwardburger.svg" width="48" height="48" style="image-rendering: pixelated" />