hamburger from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
hamburger
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the hamburger emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.743 6c-5.153 0-9.318 4.177-9.318 9.318v.132c.52-.008.887-.074 1.192-.171c.285-.091.529-.212.82-.366A7.317 7.317 0 0 1 12.742 8h6.524c3.901 0 7.097 3.064 7.316 6.916c.288.153.53.273.812.363c.306.098.675.164 1.2.171v-.134C28.584 10.176 24.41 6 19.267 6zm14.191 13.057a8 8 0 0 1-.686-.187c-.588-.188-1.14-.465-1.654-.723l-.453-.225c-.453-.218-.923-.373-1.787-.373c-.648 0-1.206.134-1.774.381a9 9 0 0 0-.602.3l-.013.006c-.212.112-.447.236-.706.353a7 7 0 0 1-1.68.528h9.355zM4.56 21l7.182 1.61c2.797.628 5.708.628 8.506 0L27.43 21h.245c.973 0 1.825.862 1.825 2s-.852 2-1.825 2H4.325c-.973 0-1.825-.862-1.825-2s.852-2 1.825-2zm9.882-1.883H5.065v-.035c1.014-.21 1.718-.583 2.321-.906l.02-.01c.358-.192.635-.339.966-.445c.324-.103.72-.172 1.294-.172s.969.069 1.292.172c.33.105.605.251.962.443l.022.011c.638.343 1.388.74 2.5.942"/><path d="M19.207 9.772a.772.772 0 1 1-1.544 0a.772.772 0 0 1 1.544 0m-5.642.771a.772.772 0 1 0 0-1.543a.772.772 0 0 0 0 1.543m8.328 1.393a.772.772 0 1 1-1.544 0a.772.772 0 0 1 1.544 0m-11.014.772a.772.772 0 1 0 0-1.543a.772.772 0 0 0 0 1.543M16 13.59a.772.772 0 1 0 0-1.544a.772.772 0 0 0 0 1.544M3.565 27.176V25.89q.362.108.76.109h1.24v1.176c0 1.097.79 1.824 1.576 1.824h17.698c.787 0 1.587-.73 1.595-1.839V26h1.24q.399-.001.76-.109v1.28C28.421 29.203 26.897 31 24.84 31H7.14c-2.06 0-3.576-1.8-3.576-3.824M9.666 14.75c-1.799 0-2.747.504-3.591.956l-.035.018c-.344.184-.694.372-1.119.507c-.438.14-.938.22-1.598.22c-.492 0-.894.4-.894.9c0 .498.402.899.894.899c1.799 0 2.747-.504 3.591-.956l.035-.018c.344-.184.694-.372 1.12-.507c.437-.14.937-.22 1.597-.22s1.158.08 1.596.22c.424.134.773.322 1.116.506l.036.019c.844.452 1.792.956 3.596.956c1.306 0 2.16-.265 2.836-.572c.232-.105.445-.217.662-.331l.005-.003c.214-.112.438-.23.668-.33a5.3 5.3 0 0 1 2.172-.465c1.021 0 1.64.191 2.223.473q.267.13.517.256c.497.25.953.478 1.46.64a7 7 0 0 0 2.134.332c.492 0 .894-.4.894-.9c0-.498-.402-.9-.894-.9c-.66 0-1.158-.079-1.596-.218c-.424-.136-.773-.323-1.115-.507l-.035-.019c-.455-.244-.917-.49-1.515-.673c-.541-.165-1.205-.283-2.072-.283c-.868 0-1.532.118-2.073.283c-.48.147-.91.351-1.372.57q-.28.133-.581.27c-.68.304-1.43.578-2.318.578c-.663 0-1.164-.08-1.603-.22c-.426-.136-.776-.323-1.119-.507l-.033-.018c-.843-.452-1.79-.956-3.589-.956m-4.474 5.367h21.606l-6.769 1.517a18.45 18.45 0 0 1-8.069 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastHamburger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.743 6c-5.153 0-9.318 4.177-9.318 9.318v.132c.52-.008.887-.074 1.192-.171c.285-.091.529-.212.82-.366A7.317 7.317 0 0 1 12.742 8h6.524c3.901 0 7.097 3.064 7.316 6.916c.288.153.53.273.812.363c.306.098.675.164 1.2.171v-.134C28.584 10.176 24.41 6 19.267 6zm14.191 13.057a8 8 0 0 1-.686-.187c-.588-.188-1.14-.465-1.654-.723l-.453-.225c-.453-.218-.923-.373-1.787-.373c-.648 0-1.206.134-1.774.381a9 9 0 0 0-.602.3l-.013.006c-.212.112-.447.236-.706.353a7 7 0 0 1-1.68.528h9.355zM4.56 21l7.182 1.61c2.797.628 5.708.628 8.506 0L27.43 21h.245c.973 0 1.825.862 1.825 2s-.852 2-1.825 2H4.325c-.973 0-1.825-.862-1.825-2s.852-2 1.825-2zm9.882-1.883H5.065v-.035c1.014-.21 1.718-.583 2.321-.906l.02-.01c.358-.192.635-.339.966-.445c.324-.103.72-.172 1.294-.172s.969.069 1.292.172c.33.105.605.251.962.443l.022.011c.638.343 1.388.74 2.5.942"/><path d="M19.207 9.772a.772.772 0 1 1-1.544 0a.772.772 0 0 1 1.544 0m-5.642.771a.772.772 0 1 0 0-1.543a.772.772 0 0 0 0 1.543m8.328 1.393a.772.772 0 1 1-1.544 0a.772.772 0 0 1 1.544 0m-11.014.772a.772.772 0 1 0 0-1.543a.772.772 0 0 0 0 1.543M16 13.59a.772.772 0 1 0 0-1.544a.772.772 0 0 0 0 1.544M3.565 27.176V25.89q.362.108.76.109h1.24v1.176c0 1.097.79 1.824 1.576 1.824h17.698c.787 0 1.587-.73 1.595-1.839V26h1.24q.399-.001.76-.109v1.28C28.421 29.203 26.897 31 24.84 31H7.14c-2.06 0-3.576-1.8-3.576-3.824M9.666 14.75c-1.799 0-2.747.504-3.591.956l-.035.018c-.344.184-.694.372-1.119.507c-.438.14-.938.22-1.598.22c-.492 0-.894.4-.894.9c0 .498.402.899.894.899c1.799 0 2.747-.504 3.591-.956l.035-.018c.344-.184.694-.372 1.12-.507c.437-.14.937-.22 1.597-.22s1.158.08 1.596.22c.424.134.773.322 1.116.506l.036.019c.844.452 1.792.956 3.596.956c1.306 0 2.16-.265 2.836-.572c.232-.105.445-.217.662-.331l.005-.003c.214-.112.438-.23.668-.33a5.3 5.3 0 0 1 2.172-.465c1.021 0 1.64.191 2.223.473q.267.13.517.256c.497.25.953.478 1.46.64a7 7 0 0 0 2.134.332c.492 0 .894-.4.894-.9c0-.498-.402-.9-.894-.9c-.66 0-1.158-.079-1.596-.218c-.424-.136-.773-.323-1.115-.507l-.035-.019c-.455-.244-.917-.49-1.515-.673c-.541-.165-1.205-.283-2.072-.283c-.868 0-1.532.118-2.073.283c-.48.147-.91.351-1.372.57q-.28.133-.581.27c-.68.304-1.43.578-2.318.578c-.663 0-1.164-.08-1.603-.22c-.426-.136-.776-.323-1.119-.507l-.033-.018c-.843-.452-1.79-.956-3.589-.956m-4.474 5.367h21.606l-6.769 1.517a18.45 18.45 0 0 1-8.069 0z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.743 6c-5.153 0-9.318 4.177-9.318 9.318v.132c.52-.008.887-.074 1.192-.171c.285-.091.529-.212.82-.366A7.317 7.317 0 0 1 12.742 8h6.524c3.901 0 7.097 3.064 7.316 6.916c.288.153.53.273.812.363c.306.098.675.164 1.2.171v-.134C28.584 10.176 24.41 6 19.267 6zm14.191 13.057a8 8 0 0 1-.686-.187c-.588-.188-1.14-.465-1.654-.723l-.453-.225c-.453-.218-.923-.373-1.787-.373c-.648 0-1.206.134-1.774.381a9 9 0 0 0-.602.3l-.013.006c-.212.112-.447.236-.706.353a7 7 0 0 1-1.68.528h9.355zM4.56 21l7.182 1.61c2.797.628 5.708.628 8.506 0L27.43 21h.245c.973 0 1.825.862 1.825 2s-.852 2-1.825 2H4.325c-.973 0-1.825-.862-1.825-2s.852-2 1.825-2zm9.882-1.883H5.065v-.035c1.014-.21 1.718-.583 2.321-.906l.02-.01c.358-.192.635-.339.966-.445c.324-.103.72-.172 1.294-.172s.969.069 1.292.172c.33.105.605.251.962.443l.022.011c.638.343 1.388.74 2.5.942"/><path d="M19.207 9.772a.772.772 0 1 1-1.544 0a.772.772 0 0 1 1.544 0m-5.642.771a.772.772 0 1 0 0-1.543a.772.772 0 0 0 0 1.543m8.328 1.393a.772.772 0 1 1-1.544 0a.772.772 0 0 1 1.544 0m-11.014.772a.772.772 0 1 0 0-1.543a.772.772 0 0 0 0 1.543M16 13.59a.772.772 0 1 0 0-1.544a.772.772 0 0 0 0 1.544M3.565 27.176V25.89q.362.108.76.109h1.24v1.176c0 1.097.79 1.824 1.576 1.824h17.698c.787 0 1.587-.73 1.595-1.839V26h1.24q.399-.001.76-.109v1.28C28.421 29.203 26.897 31 24.84 31H7.14c-2.06 0-3.576-1.8-3.576-3.824M9.666 14.75c-1.799 0-2.747.504-3.591.956l-.035.018c-.344.184-.694.372-1.119.507c-.438.14-.938.22-1.598.22c-.492 0-.894.4-.894.9c0 .498.402.899.894.899c1.799 0 2.747-.504 3.591-.956l.035-.018c.344-.184.694-.372 1.12-.507c.437-.14.937-.22 1.597-.22s1.158.08 1.596.22c.424.134.773.322 1.116.506l.036.019c.844.452 1.792.956 3.596.956c1.306 0 2.16-.265 2.836-.572c.232-.105.445-.217.662-.331l.005-.003c.214-.112.438-.23.668-.33a5.3 5.3 0 0 1 2.172-.465c1.021 0 1.64.191 2.223.473q.267.13.517.256c.497.25.953.478 1.46.64a7 7 0 0 0 2.134.332c.492 0 .894-.4.894-.9c0-.498-.402-.9-.894-.9c-.66 0-1.158-.079-1.596-.218c-.424-.136-.773-.323-1.115-.507l-.035-.019c-.455-.244-.917-.49-1.515-.673c-.541-.165-1.205-.283-2.072-.283c-.868 0-1.532.118-2.073.283c-.48.147-.91.351-1.372.57q-.28.133-.581.27c-.68.304-1.43.578-2.318.578c-.663 0-1.164-.08-1.603-.22c-.426-.136-.776-.323-1.119-.507l-.033-.018c-.843-.452-1.79-.956-3.589-.956m-4.474 5.367h21.606l-6.769 1.517a18.45 18.45 0 0 1-8.069 0z"/></g></svg>
</template>

CSS

.icon-hamburger {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.743%206c-5.153%200-9.318%204.177-9.318%209.318v.132c.52-.008.887-.074%201.192-.171c.285-.091.529-.212.82-.366A7.317%207.317%200%200%201%2012.742%208h6.524c3.901%200%207.097%203.064%207.316%206.916c.288.153.53.273.812.363c.306.098.675.164%201.2.171v-.134C28.584%2010.176%2024.41%206%2019.267%206zm14.191%2013.057a8%208%200%200%201-.686-.187c-.588-.188-1.14-.465-1.654-.723l-.453-.225c-.453-.218-.923-.373-1.787-.373c-.648%200-1.206.134-1.774.381a9%209%200%200%200-.602.3l-.013.006c-.212.112-.447.236-.706.353a7%207%200%200%201-1.68.528h9.355zM4.56%2021l7.182%201.61c2.797.628%205.708.628%208.506%200L27.43%2021h.245c.973%200%201.825.862%201.825%202s-.852%202-1.825%202H4.325c-.973%200-1.825-.862-1.825-2s.852-2%201.825-2zm9.882-1.883H5.065v-.035c1.014-.21%201.718-.583%202.321-.906l.02-.01c.358-.192.635-.339.966-.445c.324-.103.72-.172%201.294-.172s.969.069%201.292.172c.33.105.605.251.962.443l.022.011c.638.343%201.388.74%202.5.942%22%2F%3E%3Cpath%20d%3D%22M19.207%209.772a.772.772%200%201%201-1.544%200a.772.772%200%200%201%201.544%200m-5.642.771a.772.772%200%201%200%200-1.543a.772.772%200%200%200%200%201.543m8.328%201.393a.772.772%200%201%201-1.544%200a.772.772%200%200%201%201.544%200m-11.014.772a.772.772%200%201%200%200-1.543a.772.772%200%200%200%200%201.543M16%2013.59a.772.772%200%201%200%200-1.544a.772.772%200%200%200%200%201.544M3.565%2027.176V25.89q.362.108.76.109h1.24v1.176c0%201.097.79%201.824%201.576%201.824h17.698c.787%200%201.587-.73%201.595-1.839V26h1.24q.399-.001.76-.109v1.28C28.421%2029.203%2026.897%2031%2024.84%2031H7.14c-2.06%200-3.576-1.8-3.576-3.824M9.666%2014.75c-1.799%200-2.747.504-3.591.956l-.035.018c-.344.184-.694.372-1.119.507c-.438.14-.938.22-1.598.22c-.492%200-.894.4-.894.9c0%20.498.402.899.894.899c1.799%200%202.747-.504%203.591-.956l.035-.018c.344-.184.694-.372%201.12-.507c.437-.14.937-.22%201.597-.22s1.158.08%201.596.22c.424.134.773.322%201.116.506l.036.019c.844.452%201.792.956%203.596.956c1.306%200%202.16-.265%202.836-.572c.232-.105.445-.217.662-.331l.005-.003c.214-.112.438-.23.668-.33a5.3%205.3%200%200%201%202.172-.465c1.021%200%201.64.191%202.223.473q.267.13.517.256c.497.25.953.478%201.46.64a7%207%200%200%200%202.134.332c.492%200%20.894-.4.894-.9c0-.498-.402-.9-.894-.9c-.66%200-1.158-.079-1.596-.218c-.424-.136-.773-.323-1.115-.507l-.035-.019c-.455-.244-.917-.49-1.515-.673c-.541-.165-1.205-.283-2.072-.283c-.868%200-1.532.118-2.073.283c-.48.147-.91.351-1.372.57q-.28.133-.581.27c-.68.304-1.43.578-2.318.578c-.663%200-1.164-.08-1.603-.22c-.426-.136-.776-.323-1.119-.507l-.033-.018c-.843-.452-1.79-.956-3.589-.956m-4.474%205.367h21.606l-6.769%201.517a18.45%2018.45%200%200%201-8.069%200z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.743%206c-5.153%200-9.318%204.177-9.318%209.318v.132c.52-.008.887-.074%201.192-.171c.285-.091.529-.212.82-.366A7.317%207.317%200%200%201%2012.742%208h6.524c3.901%200%207.097%203.064%207.316%206.916c.288.153.53.273.812.363c.306.098.675.164%201.2.171v-.134C28.584%2010.176%2024.41%206%2019.267%206zm14.191%2013.057a8%208%200%200%201-.686-.187c-.588-.188-1.14-.465-1.654-.723l-.453-.225c-.453-.218-.923-.373-1.787-.373c-.648%200-1.206.134-1.774.381a9%209%200%200%200-.602.3l-.013.006c-.212.112-.447.236-.706.353a7%207%200%200%201-1.68.528h9.355zM4.56%2021l7.182%201.61c2.797.628%205.708.628%208.506%200L27.43%2021h.245c.973%200%201.825.862%201.825%202s-.852%202-1.825%202H4.325c-.973%200-1.825-.862-1.825-2s.852-2%201.825-2zm9.882-1.883H5.065v-.035c1.014-.21%201.718-.583%202.321-.906l.02-.01c.358-.192.635-.339.966-.445c.324-.103.72-.172%201.294-.172s.969.069%201.292.172c.33.105.605.251.962.443l.022.011c.638.343%201.388.74%202.5.942%22%2F%3E%3Cpath%20d%3D%22M19.207%209.772a.772.772%200%201%201-1.544%200a.772.772%200%200%201%201.544%200m-5.642.771a.772.772%200%201%200%200-1.543a.772.772%200%200%200%200%201.543m8.328%201.393a.772.772%200%201%201-1.544%200a.772.772%200%200%201%201.544%200m-11.014.772a.772.772%200%201%200%200-1.543a.772.772%200%200%200%200%201.543M16%2013.59a.772.772%200%201%200%200-1.544a.772.772%200%200%200%200%201.544M3.565%2027.176V25.89q.362.108.76.109h1.24v1.176c0%201.097.79%201.824%201.576%201.824h17.698c.787%200%201.587-.73%201.595-1.839V26h1.24q.399-.001.76-.109v1.28C28.421%2029.203%2026.897%2031%2024.84%2031H7.14c-2.06%200-3.576-1.8-3.576-3.824M9.666%2014.75c-1.799%200-2.747.504-3.591.956l-.035.018c-.344.184-.694.372-1.119.507c-.438.14-.938.22-1.598.22c-.492%200-.894.4-.894.9c0%20.498.402.899.894.899c1.799%200%202.747-.504%203.591-.956l.035-.018c.344-.184.694-.372%201.12-.507c.437-.14.937-.22%201.597-.22s1.158.08%201.596.22c.424.134.773.322%201.116.506l.036.019c.844.452%201.792.956%203.596.956c1.306%200%202.16-.265%202.836-.572c.232-.105.445-.217.662-.331l.005-.003c.214-.112.438-.23.668-.33a5.3%205.3%200%200%201%202.172-.465c1.021%200%201.64.191%202.223.473q.267.13.517.256c.497.25.953.478%201.46.64a7%207%200%200%200%202.134.332c.492%200%20.894-.4.894-.9c0-.498-.402-.9-.894-.9c-.66%200-1.158-.079-1.596-.218c-.424-.136-.773-.323-1.115-.507l-.035-.019c-.455-.244-.917-.49-1.515-.673c-.541-.165-1.205-.283-2.072-.283c-.868%200-1.532.118-2.073.283c-.48.147-.91.351-1.372.57q-.28.133-.581.27c-.68.304-1.43.578-2.318.578c-.663%200-1.164-.08-1.603-.22c-.426-.136-.776-.323-1.119-.507l-.033-.018c-.843-.452-1.79-.956-3.589-.956m-4.474%205.367h21.606l-6.769%201.517a18.45%2018.45%200%200%201-8.069%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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