The Tabler parentheses off icon depicts a pair of parentheses with a diagonal line through them, commonly used to indicate the disabling or removal of grouping, optional elements, or mathematical operations.
Common uses
- Disabling grouping in a formula editor
- Indicating optional input fields
- Toggling off mathematical functions
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconParenthesesOff } from '@tabler/icons-react';
<IconParenthesesOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Math
- Keywords
- bracketsasidepunctuationmarkinsertparenthesesoffcalculationequationdisabledmathno parenthesesdisabled groupingoptional bracketsmath disable
FAQ
- What does the parentheses off icon represent?
- It signifies the absence or deactivation of parentheses, often used for disabled grouping or optional elements in a UI.
- How do I use the parentheses off icon in React?
- You can import and use it like this: import { IconParenthesesOff } from '@tabler/icons-react'. Then render it as <IconParenthesesOff />.
- What is the license for this icon?
- The Tabler icon library, including the parentheses off icon, is available 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 →