hamburger one icon

hamburger-one from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.

Name
hamburger-one
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the hamburger one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 22V21C40 12.1634 32.8366 5 24 5C15.1634 5 8 12.1634 8 21V22"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M8 34C8 34 6 39 10 41C14 43 34 43 38 41C42 39 40 34 40 34"/><rect width="38" height="14" x="5" y="21" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="7"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M11 29L12.5917 28.2042C14.1235 27.4382 15.9098 27.3639 17.5 28L17.9239 28.1695C19.2444 28.6978 20.7279 28.6361 22 28V28C23.2721 27.3639 24.7556 27.3022 26.0761 27.8305L27.0353 28.2141C28.285 28.714 29.6888 28.6556 30.8927 28.0537V28.0537C32.2193 27.3904 33.7807 27.3904 35.1073 28.0537L37 29"/><circle cx="17" cy="15.05" r="2.5" fill="#000"/><circle cx="23.75" cy="12.3" r="2.5" fill="#000"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkHamburgerOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M40 22V21C40 12.1634 32.8366 5 24 5C15.1634 5 8 12.1634 8 21V22"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M8 34C8 34 6 39 10 41C14 43 34 43 38 41C42 39 40 34 40 34"/><rect width="38" height="14" x="5" y="21" fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" rx="7"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M11 29L12.5917 28.2042C14.1235 27.4382 15.9098 27.3639 17.5 28L17.9239 28.1695C19.2444 28.6978 20.7279 28.6361 22 28V28C23.2721 27.3639 24.7556 27.3022 26.0761 27.8305L27.0353 28.2141C28.285 28.714 29.6888 28.6556 30.8927 28.0537V28.0537C32.2193 27.3904 33.7807 27.3904 35.1073 28.0537L37 29"/><circle cx="17" cy="15.05" r="2.5" fill="#000"/><circle cx="23.75" cy="12.3" r="2.5" fill="#000"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 22V21C40 12.1634 32.8366 5 24 5C15.1634 5 8 12.1634 8 21V22"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M8 34C8 34 6 39 10 41C14 43 34 43 38 41C42 39 40 34 40 34"/><rect width="38" height="14" x="5" y="21" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="7"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M11 29L12.5917 28.2042C14.1235 27.4382 15.9098 27.3639 17.5 28L17.9239 28.1695C19.2444 28.6978 20.7279 28.6361 22 28V28C23.2721 27.3639 24.7556 27.3022 26.0761 27.8305L27.0353 28.2141C28.285 28.714 29.6888 28.6556 30.8927 28.0537V28.0537C32.2193 27.3904 33.7807 27.3904 35.1073 28.0537L37 29"/><circle cx="17" cy="15.05" r="2.5" fill="#000"/><circle cx="23.75" cy="12.3" r="2.5" fill="#000"/></g></svg>
</template>

CSS

.icon-hamburger-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2022V21C40%2012.1634%2032.8366%205%2024%205C15.1634%205%208%2012.1634%208%2021V22%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M8%2034C8%2034%206%2039%2010%2041C14%2043%2034%2043%2038%2041C42%2039%2040%2034%2040%2034%22%2F%3E%3Crect%20width%3D%2238%22%20height%3D%2214%22%20x%3D%225%22%20y%3D%2221%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%227%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11%2029L12.5917%2028.2042C14.1235%2027.4382%2015.9098%2027.3639%2017.5%2028L17.9239%2028.1695C19.2444%2028.6978%2020.7279%2028.6361%2022%2028V28C23.2721%2027.3639%2024.7556%2027.3022%2026.0761%2027.8305L27.0353%2028.2141C28.285%2028.714%2029.6888%2028.6556%2030.8927%2028.0537V28.0537C32.2193%2027.3904%2033.7807%2027.3904%2035.1073%2028.0537L37%2029%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215.05%22%20r%3D%222.5%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2223.75%22%20cy%3D%2212.3%22%20r%3D%222.5%22%20fill%3D%22%23000%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2022V21C40%2012.1634%2032.8366%205%2024%205C15.1634%205%208%2012.1634%208%2021V22%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M8%2034C8%2034%206%2039%2010%2041C14%2043%2034%2043%2038%2041C42%2039%2040%2034%2040%2034%22%2F%3E%3Crect%20width%3D%2238%22%20height%3D%2214%22%20x%3D%225%22%20y%3D%2221%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20rx%3D%227%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M11%2029L12.5917%2028.2042C14.1235%2027.4382%2015.9098%2027.3639%2017.5%2028L17.9239%2028.1695C19.2444%2028.6978%2020.7279%2028.6361%2022%2028V28C23.2721%2027.3639%2024.7556%2027.3022%2026.0761%2027.8305L27.0353%2028.2141C28.285%2028.714%2029.6888%2028.6556%2030.8927%2028.0537V28.0537C32.2193%2027.3904%2033.7807%2027.3904%2035.1073%2028.0537L37%2029%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215.05%22%20r%3D%222.5%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2223.75%22%20cy%3D%2212.3%22%20r%3D%222.5%22%20fill%3D%22%23000%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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