The HugeIcons square circle icon visually represents the combination or transition between a square and a circle, often used to signify concepts like merging, transformation, or a blend of distinct elements.
Common uses
- State transition indicator
- Combined data visualization
- UI element grouping
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- shape transitioncircle squaremerge icontransform icon
FAQ
- What does the square circle icon represent?
- It symbolizes the merging or transition between a square and a circle, useful for indicating changes or combinations in UI.
- How do I use the SquareCircleIcon in React?
- Import it as `import { SquareCircleIcon } from '@hugeicons/core-free-icons';` and render it using `<HugeiconsIcon icon={SquareCircleIcon} />`.
- What is the license for this icon?
- The HugeIcons library, including this 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 →