The HugeIcons menu 02 icon depicts a hamburger menu, commonly used to represent a navigation drawer or a button to reveal a site's main menu.
Common uses
- Toggle main navigation menu
- Open side panel
- Access application settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Menu02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Menu02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- hamburger menunavigation iconmenu iconthree lines icon
FAQ
- What does the Menu 02 icon represent?
- It represents a hamburger menu, a common UI element used to trigger the display of a navigation menu or sidebar.
- How do I use the Menu 02 icon in React?
- Import both HugeiconsIcon and Menu02Icon from their respective packages, then render it using <HugeiconsIcon icon={Menu02Icon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →