The HugeIcons menu square icon depicts a square with three horizontal lines, commonly used to represent a menu or navigation drawer in user interfaces.
Common uses
- Opening a navigation menu
- Accessing application settings
- Triggering a dropdown list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MenuSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MenuSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- hamburger menumenu iconnavigation iconbars icon
FAQ
- What is the menu square icon used for?
- It's typically used to indicate a menu or navigation options are available, often in mobile or compact interfaces.
- How do I use the MenuSquareIcon in React?
- Import both HugeiconsIcon and MenuSquareIcon, then render <HugeiconsIcon icon={MenuSquareIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.