The HugeIcons two square icon depicts two adjacent squares and is commonly used to represent concepts like selection, grouping, or a grid layout.
Common uses
- Selecting multiple items
- Toggling a grid view
- Indicating a paired or grouped element
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TwoSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TwoSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- double squaretwo blocksgridselection
FAQ
- What does the two square icon represent?
- It visually represents two connected or adjacent squares, often used for selection, grouping, or grid-related actions.
- How do I use the TwoSquareIcon in React?
- Import it like so: import { TwoSquareIcon } from '@hugeicons/core-free-icons'; and then render it using <HugeiconsIcon icon={TwoSquareIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the TwoSquareIcon, is available under the MIT license.
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 →