John KuehJohn Kueh

hamburger icon

Phosphor · hamburger · MIT

Download SVG

The Phosphor hamburger icon depicts a classic hamburger and is commonly used in UI to represent food items, restaurants, or menu options.

Common uses

  • Representing a food item in a menu.
  • Indicating a restaurant or dining location.
  • As a button for a 'food' or 'menu' section.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Hamburger } from '@phosphor-icons/react';

<Hamburger size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Hamburger size={24} />
thin
<Hamburger size={24} weight="thin" />
light
<Hamburger size={24} weight="light" />
bold
<Hamburger size={24} weight="bold" />
fill
<Hamburger size={24} weight="fill" />
duotone
<Hamburger size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
commerce
Keywords
fast foodpartyplaceslocationsrestaurantsfooddiningcommercemaps & travelhamburgerburgerfood iconrestaurant

FAQ

What is the hamburger icon used for?
It's used to represent hamburgers, restaurants, or food-related menu items in user interfaces.
How do I use the hamburger icon in React?
Import it using `import { Hamburger } from '@phosphor-icons/react'` and then use it as a component: `<Hamburger />`.
What is the license for the Phosphor hamburger icon?
The Phosphor icon library, including the hamburger icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →