The Tabler ampersand icon visually represents the conjunction symbol '&', commonly used in UI to denote 'and' or to combine related items.
Common uses
- Linking two related options in a dropdown.
- Indicating a 'plus' or 'and' relationship in a summary.
- As a decorative element in mathematical or logical contexts.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAmpersand } from '@tabler/icons-react';
<IconAmpersand size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Math
- Keywords
- andalsobesidesmoreoverampersandcalculationequationmathematicsnumericformulamathand symbolet symbolconjunction
FAQ
- What does the ampersand icon represent?
- It represents the ampersand symbol '&', which typically means 'and' or is used to connect related concepts or items.
- How do I use the ampersand icon in React?
- You can import and use it like this: `import { IconAmpersand } from '@tabler/icons-react'`. Then render it as `<IconAmpersand />`.
- What is the license for the Tabler ampersand icon?
- The Tabler icon library, including the ampersand 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 →