burger from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
burger
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Use the burger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M61.1 224C45 224 32 211 32 194.9c0-1.9.2-3.7.6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9.6 3.7.6 5.6c0 16.1-13 29.1-29.1 29.1zm82.9-96a16 16 0 1 0-32 0a16 16 0 1 0 32 0m240 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32M272 96a16 16 0 1 0-32 0a16 16 0 1 0 32 0M16 304c0-26.5 21.5-48 48-48h384c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48m16 96c0-8.8 7.2-16 16-16h416c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBurger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M61.1 224C45 224 32 211 32 194.9c0-1.9.2-3.7.6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9.6 3.7.6 5.6c0 16.1-13 29.1-29.1 29.1zm82.9-96a16 16 0 1 0-32 0a16 16 0 1 0 32 0m240 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32M272 96a16 16 0 1 0-32 0a16 16 0 1 0 32 0M16 304c0-26.5 21.5-48 48-48h384c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48m16 96c0-8.8 7.2-16 16-16h416c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M61.1 224C45 224 32 211 32 194.9c0-1.9.2-3.7.6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9.6 3.7.6 5.6c0 16.1-13 29.1-29.1 29.1zm82.9-96a16 16 0 1 0-32 0a16 16 0 1 0 32 0m240 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32M272 96a16 16 0 1 0-32 0a16 16 0 1 0 32 0M16 304c0-26.5 21.5-48 48-48h384c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48m16 96c0-8.8 7.2-16 16-16h416c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64z"/></svg>
</template>

CSS

.icon-burger {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M61.1%20224C45%20224%2032%20211%2032%20194.9c0-1.9.2-3.7.6-5.6C37.9%20168.3%2078.8%2032%20256%2032s218.1%20136.3%20223.4%20157.3c.5%201.9.6%203.7.6%205.6c0%2016.1-13%2029.1-29.1%2029.1zm82.9-96a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m240%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032M272%2096a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200M16%20304c0-26.5%2021.5-48%2048-48h384c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048H64c-26.5%200-48-21.5-48-48m16%2096c0-8.8%207.2-16%2016-16h416c8.8%200%2016%207.2%2016%2016v16c0%2035.3-28.7%2064-64%2064H96c-35.3%200-64-28.7-64-64z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M61.1%20224C45%20224%2032%20211%2032%20194.9c0-1.9.2-3.7.6-5.6C37.9%20168.3%2078.8%2032%20256%2032s218.1%20136.3%20223.4%20157.3c.5%201.9.6%203.7.6%205.6c0%2016.1-13%2029.1-29.1%2029.1zm82.9-96a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m240%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032M272%2096a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200M16%20304c0-26.5%2021.5-48%2048-48h384c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048H64c-26.5%200-48-21.5-48-48m16%2096c0-8.8%207.2-16%2016-16h416c8.8%200%2016%207.2%2016%2016v16c0%2035.3-28.7%2064-64%2064H96c-35.3%200-64-28.7-64-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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