The Phosphor chef hat icon depicts a traditional chef's hat, commonly used in UI to represent culinary themes, food services, or restaurant-related features.
Common uses
- Labeling a restaurant or food ordering section.
- Indicating a recipe or cooking guide.
- Representing a food blogger or chef profile.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ChefHat } from '@phosphor-icons/react';
<ChefHat size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ChefHat size={24} />thin
<ChefHat size={24} weight="thin" />light
<ChefHat size={24} weight="light" />bold
<ChefHat size={24} weight="bold" />fill
<ChefHat size={24} weight="fill" />duotone
<ChefHat size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*cookingcuisinekitchenclothesclothingcommerceobjectschefhatcook hattoqueculinary
FAQ
- What is the chef hat icon used for?
- It's used to signify anything related to cooking, food, restaurants, or culinary services within an application's interface.
- How do I use the chef hat icon in React?
- You can import and use it directly in your React components like this: `import { ChefHat } from '@phosphor-icons/react'`. Then render it as `<ChefHat />`.
- What is the license for this icon?
- The Phosphor icon library, including the chef hat icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →