The HugeIcons first bracket icon, FirstBracketIcon, visually represents the beginning of a code block or a grouping, often used to denote the start of a section in code or data structures.
Common uses
- Code editor syntax highlighting
- API response structure
- Data visualization grouping
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FirstBracketIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FirstBracketIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- opening bracketstart groupcode startparenthesis start
FAQ
- What does the FirstBracketIcon represent?
- It signifies the start of a code block, a set of parentheses, or the beginning of a grouped element in UI design.
- How do I use FirstBracketIcon in a React project?
- Import both HugeiconsIcon and FirstBracketIcon, then render it using <HugeiconsIcon icon={FirstBracketIcon} />.
- What is the license for this icon?
- The FirstBracketIcon is part of the HugeIcons library and 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 →