hamburger icon

hamburger-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
hamburger-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the hamburger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M48.07 100h159.86a12 12 0 0 0 11.8-14.55c-3.39-16-14.56-30.68-31.46-41.23S150.11 28 128 28s-43.51 5.76-60.27 16.22s-28.07 25.19-31.46 41.23A12 12 0 0 0 48.07 100m-4-12.89C50.26 58 86.33 36 128 36s77.74 22 83.91 51.11a4 4 0 0 1-.82 3.39a4 4 0 0 1-3.16 1.5H48.07a4 4 0 0 1-3.16-1.5a4 4 0 0 1-.82-3.39Zm186.54 69.13l-42.56 15.48l-38.58-15.43a4 4 0 0 0-3 0L108 171.69l-38.51-15.4a4 4 0 0 0-2.86 0l-44 16A4 4 0 0 0 24 180a4.1 4.1 0 0 0 1.37-.24L44 173v11a36 36 0 0 0 36 36h96a36 36 0 0 0 36-36v-12.47l21.37-7.77a4 4 0 0 0-2.74-7.52ZM204 184a28 28 0 0 1-28 28H80a28 28 0 0 1-28-28v-13.93l15.93-5.79l38.58 15.43a4 4 0 0 0 3 0l38.49-15.4l38.51 15.4a4 4 0 0 0 2.86 0l14.63-5.27ZM20 128a4 4 0 0 1 4-4h208a4 4 0 0 1 0 8H24a4 4 0 0 1-4-4"/></svg>

React

import type { SVGProps } from "react";

export function PhHamburgerThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M48.07 100h159.86a12 12 0 0 0 11.8-14.55c-3.39-16-14.56-30.68-31.46-41.23S150.11 28 128 28s-43.51 5.76-60.27 16.22s-28.07 25.19-31.46 41.23A12 12 0 0 0 48.07 100m-4-12.89C50.26 58 86.33 36 128 36s77.74 22 83.91 51.11a4 4 0 0 1-.82 3.39a4 4 0 0 1-3.16 1.5H48.07a4 4 0 0 1-3.16-1.5a4 4 0 0 1-.82-3.39Zm186.54 69.13l-42.56 15.48l-38.58-15.43a4 4 0 0 0-3 0L108 171.69l-38.51-15.4a4 4 0 0 0-2.86 0l-44 16A4 4 0 0 0 24 180a4.1 4.1 0 0 0 1.37-.24L44 173v11a36 36 0 0 0 36 36h96a36 36 0 0 0 36-36v-12.47l21.37-7.77a4 4 0 0 0-2.74-7.52ZM204 184a28 28 0 0 1-28 28H80a28 28 0 0 1-28-28v-13.93l15.93-5.79l38.58 15.43a4 4 0 0 0 3 0l38.49-15.4l38.51 15.4a4 4 0 0 0 2.86 0l14.63-5.27ZM20 128a4 4 0 0 1 4-4h208a4 4 0 0 1 0 8H24a4 4 0 0 1-4-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M48.07 100h159.86a12 12 0 0 0 11.8-14.55c-3.39-16-14.56-30.68-31.46-41.23S150.11 28 128 28s-43.51 5.76-60.27 16.22s-28.07 25.19-31.46 41.23A12 12 0 0 0 48.07 100m-4-12.89C50.26 58 86.33 36 128 36s77.74 22 83.91 51.11a4 4 0 0 1-.82 3.39a4 4 0 0 1-3.16 1.5H48.07a4 4 0 0 1-3.16-1.5a4 4 0 0 1-.82-3.39Zm186.54 69.13l-42.56 15.48l-38.58-15.43a4 4 0 0 0-3 0L108 171.69l-38.51-15.4a4 4 0 0 0-2.86 0l-44 16A4 4 0 0 0 24 180a4.1 4.1 0 0 0 1.37-.24L44 173v11a36 36 0 0 0 36 36h96a36 36 0 0 0 36-36v-12.47l21.37-7.77a4 4 0 0 0-2.74-7.52ZM204 184a28 28 0 0 1-28 28H80a28 28 0 0 1-28-28v-13.93l15.93-5.79l38.58 15.43a4 4 0 0 0 3 0l38.49-15.4l38.51 15.4a4 4 0 0 0 2.86 0l14.63-5.27ZM20 128a4 4 0 0 1 4-4h208a4 4 0 0 1 0 8H24a4 4 0 0 1-4-4"/></svg>
</template>

CSS

.icon-hamburger-thin {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.07%20100h159.86a12%2012%200%200%200%2011.8-14.55c-3.39-16-14.56-30.68-31.46-41.23S150.11%2028%20128%2028s-43.51%205.76-60.27%2016.22s-28.07%2025.19-31.46%2041.23A12%2012%200%200%200%2048.07%20100m-4-12.89C50.26%2058%2086.33%2036%20128%2036s77.74%2022%2083.91%2051.11a4%204%200%200%201-.82%203.39a4%204%200%200%201-3.16%201.5H48.07a4%204%200%200%201-3.16-1.5a4%204%200%200%201-.82-3.39Zm186.54%2069.13l-42.56%2015.48l-38.58-15.43a4%204%200%200%200-3%200L108%20171.69l-38.51-15.4a4%204%200%200%200-2.86%200l-44%2016A4%204%200%200%200%2024%20180a4.1%204.1%200%200%200%201.37-.24L44%20173v11a36%2036%200%200%200%2036%2036h96a36%2036%200%200%200%2036-36v-12.47l21.37-7.77a4%204%200%200%200-2.74-7.52ZM204%20184a28%2028%200%200%201-28%2028H80a28%2028%200%200%201-28-28v-13.93l15.93-5.79l38.58%2015.43a4%204%200%200%200%203%200l38.49-15.4l38.51%2015.4a4%204%200%200%200%202.86%200l14.63-5.27ZM20%20128a4%204%200%200%201%204-4h208a4%204%200%200%201%200%208H24a4%204%200%200%201-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48.07%20100h159.86a12%2012%200%200%200%2011.8-14.55c-3.39-16-14.56-30.68-31.46-41.23S150.11%2028%20128%2028s-43.51%205.76-60.27%2016.22s-28.07%2025.19-31.46%2041.23A12%2012%200%200%200%2048.07%20100m-4-12.89C50.26%2058%2086.33%2036%20128%2036s77.74%2022%2083.91%2051.11a4%204%200%200%201-.82%203.39a4%204%200%200%201-3.16%201.5H48.07a4%204%200%200%201-3.16-1.5a4%204%200%200%201-.82-3.39Zm186.54%2069.13l-42.56%2015.48l-38.58-15.43a4%204%200%200%200-3%200L108%20171.69l-38.51-15.4a4%204%200%200%200-2.86%200l-44%2016A4%204%200%200%200%2024%20180a4.1%204.1%200%200%200%201.37-.24L44%20173v11a36%2036%200%200%200%2036%2036h96a36%2036%200%200%200%2036-36v-12.47l21.37-7.77a4%204%200%200%200-2.74-7.52ZM204%20184a28%2028%200%200%201-28%2028H80a28%2028%200%200%201-28-28v-13.93l15.93-5.79l38.58%2015.43a4%204%200%200%200%203%200l38.49-15.4l38.51%2015.4a4%204%200%200%200%202.86%200l14.63-5.27ZM20%20128a4%204%200%200%201%204-4h208a4%204%200%200%201%200%208H24a4%204%200%200%201-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hamburger-thin.svg?color=%231a73e8&size=48