The Tabler parentheses icon visually represents grouping or enclosing content, commonly used in UIs to denote optional elements, parameters, or mathematical operations.
Common uses
- Indicating optional input fields
- Grouping mathematical terms in formulas
- Enclosing function parameters in code examples
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconParentheses } from '@tabler/icons-react';
<IconParentheses size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Math
- Keywords
- bracketsasidepunctuationmarkinsertparenthesescalculationequationmathematicsnumericmathgroupingmath symbols
FAQ
- What is the parentheses icon used for in UI design?
- It's used to visually group related items, indicate optional elements, or represent mathematical grouping in formulas and equations.
- How do I use the parentheses icon in React?
- You can import and use it directly in your React components like this: import { IconParentheses } from '@tabler/icons-react'.
- What is the license for the Tabler parentheses icon?
- The Tabler icon library, including the parentheses icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →