The HugeIcons two circle icon depicts two concentric circles, often used to represent concepts like connection, relationship, or a nested structure.
Common uses
- Indicating a user profile or account.
- Representing a link or connection between two entities.
- Showing a nested or contained element.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TwoCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TwoCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- concentric circlesnested circlesdouble circlelink icon
FAQ
- What does the two circle icon represent?
- It visually represents two concentric circles, commonly used for concepts like connection, relationships, or nested items in a UI.
- How do I use the TwoCircleIcon in React?
- Import both HugeiconsIcon and TwoCircleIcon, then render <HugeiconsIcon icon={TwoCircleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the two circle 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 →