The HugeIcons second bracket circle icon depicts a pair of closing brackets within a circle, often used to signify completion, finalization, or a concluding action in user interfaces.
Common uses
- Confirming a final step in a multi-step process.
- Indicating the end of a list or section.
- Representing a 'done' or 'completed' status.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SecondBracketCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SecondBracketCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- closing bracket circleend bracket iconcompletion iconfinal bracket
FAQ
- What does the second bracket circle icon represent?
- It visually represents a closing bracket within a circle, commonly used for completion or finalization.
- How do I use the SecondBracketCircleIcon in React?
- Import it as import { SecondBracketCircleIcon } from '@hugeicons/core-free-icons'; and render it using <HugeiconsIcon icon={SecondBracketCircleIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed 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 →