hamburger one icon

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

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

The same icon in other sets

More foods icons from IconPark Outline

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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 22v-1c0-8.837-7.163-16-16-16S8 12.163 8 21v1m0 12s-2 5 2 7s24 2 28 0s2-7 2-7"/><rect width="38" height="14" x="5" y="21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="7"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m11 29l1.592-.796A6 6 0 0 1 17.5 28l.424.17A4.98 4.98 0 0 0 22 28v0a4.98 4.98 0 0 1 4.076-.17l.96.384a4.7 4.7 0 0 0 3.857-.16v0a4.71 4.71 0 0 1 4.214 0L37 29"/><circle cx="17" cy="15.05" r="2.5" fill="currentColor"/><circle cx="23.75" cy="12.3" r="2.5" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineHamburgerOne(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="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M40 22v-1c0-8.837-7.163-16-16-16S8 12.163 8 21v1m0 12s-2 5 2 7s24 2 28 0s2-7 2-7"/><rect width="38" height="14" x="5" y="21" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" rx="7"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="m11 29l1.592-.796A6 6 0 0 1 17.5 28l.424.17A4.98 4.98 0 0 0 22 28v0a4.98 4.98 0 0 1 4.076-.17l.96.384a4.7 4.7 0 0 0 3.857-.16v0a4.71 4.71 0 0 1 4.214 0L37 29"/><circle cx="17" cy="15.05" r="2.5" fill="currentColor"/><circle cx="23.75" cy="12.3" r="2.5" fill="currentColor"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 22v-1c0-8.837-7.163-16-16-16S8 12.163 8 21v1m0 12s-2 5 2 7s24 2 28 0s2-7 2-7"/><rect width="38" height="14" x="5" y="21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" rx="7"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m11 29l1.592-.796A6 6 0 0 1 17.5 28l.424.17A4.98 4.98 0 0 0 22 28v0a4.98 4.98 0 0 1 4.076-.17l.96.384a4.7 4.7 0 0 0 3.857-.16v0a4.71 4.71 0 0 1 4.214 0L37 29"/><circle cx="17" cy="15.05" r="2.5" fill="currentColor"/><circle cx="23.75" cy="12.3" r="2.5" fill="currentColor"/></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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2022v-1c0-8.837-7.163-16-16-16S8%2012.163%208%2021v1m0%2012s-2%205%202%207s24%202%2028%200s2-7%202-7%22%2F%3E%3Crect%20width%3D%2238%22%20height%3D%2214%22%20x%3D%225%22%20y%3D%2221%22%20stroke%3D%22currentColor%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m11%2029l1.592-.796A6%206%200%200%201%2017.5%2028l.424.17A4.98%204.98%200%200%200%2022%2028v0a4.98%204.98%200%200%201%204.076-.17l.96.384a4.7%204.7%200%200%200%203.857-.16v0a4.71%204.71%200%200%201%204.214%200L37%2029%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215.05%22%20r%3D%222.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223.75%22%20cy%3D%2212.3%22%20r%3D%222.5%22%20fill%3D%22currentColor%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2022v-1c0-8.837-7.163-16-16-16S8%2012.163%208%2021v1m0%2012s-2%205%202%207s24%202%2028%200s2-7%202-7%22%2F%3E%3Crect%20width%3D%2238%22%20height%3D%2214%22%20x%3D%225%22%20y%3D%2221%22%20stroke%3D%22currentColor%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m11%2029l1.592-.796A6%206%200%200%201%2017.5%2028l.424.17A4.98%204.98%200%200%200%2022%2028v0a4.98%204.98%200%200%201%204.076-.17l.96.384a4.7%204.7%200%200%200%203.857-.16v0a4.71%204.71%200%200%201%204.214%200L37%2029%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215.05%22%20r%3D%222.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2223.75%22%20cy%3D%2212.3%22%20r%3D%222.5%22%20fill%3D%22currentColor%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-outline/hamburger-one.svg?color=%231a73e8&size=48