The Tabler apple icon depicts a stylized apple, commonly used in UIs to represent food-related items, healthy choices, or dietary information.
Common uses
- Labeling a 'Healthy Options' filter
- Indicating a 'Fruit' category in a grocery app
- Representing a 'Meal Plan' feature
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconApple } from '@tabler/icons-react';
<IconApple size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconApple size={24} stroke={2} />filled
<IconAppleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- fruithealthydietfitnessapplemealcuisineeatingnutritionculinaryfoodfruit iconhealthy food icondiet icon
FAQ
- What is the apple icon used for?
- It's used to visually represent apples, fruit, healthy eating, or food-related categories in user interfaces.
- How do I use the apple icon in React?
- Import it using `import { IconApple } from '@tabler/icons-react';` and then use it as a component: `<IconApple />`.
- What is the license for the Tabler apple icon?
- The Tabler icon library, including the apple 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 →