The HugeIcons more or less square icon visually represents a square with slightly rounded corners, often used to indicate a general or approximate square shape, or a container that is nearly square.
Common uses
- Default shape indicator
- Approximate sizing
- Container element
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoreOrLessSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoreOrLessSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rounded squarealmost squaresquare outlinecontainer
FAQ
- What is the MoreOrLessSquareIcon used for?
- This icon is typically used to represent a shape that is close to a square, or as a general placeholder for square-like elements in a UI.
- How do I use the MoreOrLessSquareIcon in React?
- Import it using `import { MoreOrLessSquareIcon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={MoreOrLessSquareIcon} />`.
- What is the license for this icon?
- The MoreOrLessSquareIcon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.