The Tabler diamond icon depicts a faceted gemstone, commonly used to represent luxury, value, or precious items in user interfaces.
Common uses
- Representing premium features or subscriptions.
- Indicating a high-value item in an e-commerce context.
- Stylistic element for luxury brands or services.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDiamond } from '@tabler/icons-react';
<IconDiamond size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDiamond size={24} stroke={2} />filled
<IconDiamondFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- jewellerycrystalmineraljewelryringdiamondshapesgemstonejewelprecious stone
FAQ
- What is the diamond icon used for?
- It's typically used to symbolize value, luxury, or preciousness in UI elements. It can also represent a literal diamond or gemstone.
- How do I use the diamond icon in React?
- You can import and use it like this: import { IconDiamond } from '@tabler/icons-react'; <IconDiamond />
- What is the license for the Tabler diamond icon?
- The Tabler icon library, including the diamond 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 →