The Tabler michelin star icon depicts a stylized star, commonly used in UI to represent high quality, excellence, or a top rating, particularly within the context of dining and restaurants.
Common uses
- Rating system for restaurants or food items.
- Highlighting premium or exclusive content.
- Indicating a "best of" or "top pick" status.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconMichelinStar } from '@tabler/icons-react';
<IconMichelinStar size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconMichelinStar size={24} stroke={2} />filled
<IconMichelinStarFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- prestigequalityexcellencedininggourmetrestauranttopreputationawardesteemfoodmichelinstarstar ratingaward iconquality icon
FAQ
- What does the michelin star icon represent?
- It represents prestige, quality, excellence, and a high rating, often associated with fine dining and gourmet experiences.
- How do I use the michelin star icon in React?
- You can import and use it in your React application with: import { IconMichelinStar } from '@tabler/icons-react'
- What is the license for the michelin star icon?
- The Tabler icon library, including the michelin star 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 →