The Tabler menu 4 icon depicts a stack of three horizontal lines, commonly used to represent a menu or navigation drawer in user interfaces.
Common uses
- Hamburger menu button in mobile apps
- Navigation drawer trigger
- Settings or options menu indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMenu4 } from '@tabler/icons-react';
<IconMenu4 size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- listarrangedirectorynavigationpanelselectcatalogstructureoptionslayoutsystemmenu4hamburger iconnavigation iconoptions icon
FAQ
- What is the menu 4 icon used for?
- It's typically used to indicate a hidden menu or navigation panel that can be revealed by the user.
- How do I use the menu 4 icon in React?
- Import it using `import { IconMenu4 } from '@tabler/icons-react';` and then use it as a React component: `<IconMenu4 />`.
- What is the license for the menu 4 icon?
- The Tabler icon library, including the menu 4 icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →