The HugeIcons third bracket square icon, also known as ThirdBracketSquareIcon, visually represents a set of nested brackets, often used to denote code blocks, syntax elements, or structured data.
Common uses
- Code editor syntax highlighting
- API response data structure
- Configuration file examples
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ThirdBracketSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ThirdBracketSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- code blocksyntaxbracketsnested brackets
FAQ
- What is the ThirdBracketSquareIcon typically used for?
- It's commonly used to represent code snippets, structured data, or elements within programming syntax.
- How do I use the ThirdBracketSquareIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { ThirdBracketSquareIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={ThirdBracketSquareIcon} />.
- What is the license for this icon?
- The ThirdBracketSquareIcon is provided under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →