The Tabler cactus icon depicts a spiky desert plant, commonly used in UI to represent nature, arid environments, or gardening-related features.
Common uses
- Representing desert biomes in a map or game UI.
- Indicating a 'dry' or 'low maintenance' setting for a product.
- Illustrating content related to plants or gardening.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCactus } from '@tabler/icons-react';
<IconCactus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCactus size={24} stroke={2} />filled
<IconCactusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Nature
- Keywords
- plantdesertspikesnaturegardencactusenvironmentnaturaloutdoorecosystemdesert plantspiky plantsucculent
FAQ
- What is the cactus icon used for?
- It's used to visually represent plants, desert themes, or arid environments in user interfaces.
- How do I use the cactus icon in React?
- Import it using `import { IconCactus } from '@tabler/icons-react';` and then use it as a component: `<IconCactus />`.
- What is the license for the Tabler cactus icon?
- The Tabler icons, including the cactus icon, are 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 →