The Lucide parentheses icon depicts a pair of round brackets, commonly used in UI to denote grouping, parameters in code, or mathematical expressions.
Common uses
- Code editor syntax highlighting
- Function parameter input fields
- Mathematical formula builders
Use it in React
Install
npm i lucide-reactImport & render
import { Parentheses } from 'lucide-react';
<Parentheses size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- codetokenparenthesisparensbracketsparametersargumentsargsinputcallmathformulafunction()parentheses
FAQ
- What is the parentheses icon used for?
- It visually represents grouping, code parameters, or mathematical operations in user interfaces.
- How do I use the parentheses icon in React?
- Import it from 'lucide-react' with `import { Parentheses } from 'lucide-react'` and use it as a component.
- What is the license for the Lucide parentheses icon?
- The Lucide icon library, including the parentheses icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →