Chef Hat icon

Chef Hat is a Google Material Symbol from the Social category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

chef_hat_outlined_fill0_wght400.svg

Chef Hat icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=chef_hat" />

<span class="material-symbols-outlined">chef_hat</span>

Chef Hat icon in React

// With the font from the HTML tab:
export function ChefHatIcon() {
  return (
    <span className="material-symbols-outlined">
      chef_hat
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import ChefHatIcon from "@material-symbols/svg-400/outlined/chef_hat.svg?react";

Chef Hat icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">chef_hat</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import ChefHatIcon from "@material-symbols/svg-400/outlined/chef_hat.svg?component"; -->

Chef Hat icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">chef_hat</mat-icon>

Chef Hat icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.chef_hat, fill: 0, weight: 400)

Chef Hat icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/chef_hat.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M9.25 13.775h1.5v-4.575h-1.5v4.575Zm-4-1.25q-1.225-.6-1.987-1.725T2.5 8.325q0-1.812 1.263-3.068Q5.025 4 6.835 4q.29 0 .577 .043 .287 .043 .563 .107l.2 .05 .1-.175q.575-1 1.575-1.512t2.15-.513q1.15 0 2.15 .513t1.575 1.512l.1 .175 .2-.05q.275-.075 .562-.112 .286-.038 .597-.038 1.791 0 3.054 1.257Q21.5 6.513 21.5 8.325q0 1.35-.762 2.475T18.75 12.525v5.375H5.25v-5.375Zm8 1.25h1.5v-4.575h-1.5v4.575ZM6.75 16.375h10.5v-4.775l1-.5q.8-.4 1.3-1.137t.5-1.613q0-1.2-.9-2t-2.125-.8q-.225 0-.45 .038t-.45 .087l-.975 .275-.7-1.15q-.4-.65-1.049-.975-.65-.325-1.4-.325T10.6 3.825q-.65 .325-1.05 .975l-.7 1.15-1-.275q-.225-.05-.446-.087-.221-.038-.454-.038-1.225 0-2.112 .813T3.95 8.375q0 .875 .5 1.625t1.3 1.125l1 .475v4.775Zm-1.5 1.525h1.5v2.6h10.5v-2.6h1.5v4.1H5.25v-4.1Zm6.75-1.525Z" />
</vector>

Chef Hat icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/chef_hat.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/chef_hat.svg" width="24" height="24" alt="Chef Hat">

Chef Hat icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameChef Hat
Ligaturechef_hat
Code pointU+F357
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/chef_hat.svg, chef_hat-fill.svg
FlutterSymbols.chef_hat
LicenseApache License 2.0 (© Google LLC)

Keywords

socialmenufoodrestaurantdiningmealkitchencookingeatcuisinecookprofessionalculinary

Related icons