The Tabler mushroom icon depicts a stylized mushroom, commonly used in UIs to represent food-related categories, recipes, or healthy eating options.
Common uses
- Labeling a 'Recipes' section
- Indicating a 'Vegetarian Options' filter
- Representing a 'Healthy Food' tag
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMushroom } from '@tabler/icons-react';
<IconMushroom size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMushroom size={24} stroke={2} />filled
<IconMushroomFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- foodvegetablecookingfungusmushroomingmushroommealcuisineeatingnutritiontoadstoolfood iconcooking icon
FAQ
- What does the mushroom icon represent?
- It represents a mushroom, suitable for food, cooking, or nature-themed interfaces.
- How do I use the mushroom icon in React?
- Import it using `import { IconMushroom } from '@tabler/icons-react';` and then use it as a component: `<IconMushroom />`.
- What is the license for the Tabler mushroom icon?
- The Tabler icon library, including the mushroom 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 →