The HugeIcons one square icon depicts a single, isolated square, often used to represent a primary item, a selected option, or a singular data point in a user interface.
Common uses
- Primary selection indicator
- Unique item marker
- Single data point visualization
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { OneSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={OneSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- single squaresquare iconprimary squareunique square
FAQ
- What does the one square icon represent?
- It represents a single, distinct square. It's commonly used for primary selections, unique items, or singular data points.
- How do I use the OneSquareIcon in React?
- Import both HugeiconsIcon and OneSquareIcon, then render <HugeiconsIcon icon={OneSquareIcon} />. Ensure you have the correct imports from '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The HugeIcons one square icon 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 →