The Tabler carambola icon depicts a starfruit, commonly used to represent tropical fruits, healthy food options, or exotic ingredients in user interfaces.
Common uses
- Dietary information labels
- Restaurant menu items
- Tropical fruit product listings
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCarambola } from '@tabler/icons-react';
<IconCarambola size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCarambola size={24} stroke={2} />filled
<IconCarambolaFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- fruitstarfruitcarambolatropicalexoticfivefive-pointedstarhealthyvitaminnutritiondietfoodexotic fruittropical food
FAQ
- What is the carambola icon used for?
- It's used to visually represent starfruit or tropical fruits in UI elements related to food, health, or exotic themes.
- How do I use the carambola icon in React?
- You can import and use it like this: import { IconCarambola } from '@tabler/icons-react'; <IconCarambola />
- What is the license for the carambola icon?
- The Tabler carambola icon is available under the MIT license.