chef-hat from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
chef-hat
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
chef-hat-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the chef hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14h2V9H9zm-4 2v-3.5q-1.15-.575-1.825-1.662T2.5 8.475Q2.5 6.6 3.788 5.3T6.95 4q.3 0 .613.05t.612.125Q8.8 3.15 9.8 2.575T12 2t2.2.575t1.625 1.6q.3-.075.6-.125T17.05 4q1.875 0 3.163 1.3T21.5 8.475q0 1.275-.675 2.363T19 12.5V16zm8-2h2V9h-2zm-8 8v-4h14v4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChefHat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14h2V9H9zm-4 2v-3.5q-1.15-.575-1.825-1.662T2.5 8.475Q2.5 6.6 3.788 5.3T6.95 4q.3 0 .613.05t.612.125Q8.8 3.15 9.8 2.575T12 2t2.2.575t1.625 1.6q.3-.075.6-.125T17.05 4q1.875 0 3.163 1.3T21.5 8.475q0 1.275-.675 2.363T19 12.5V16zm8-2h2V9h-2zm-8 8v-4h14v4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 14h2V9H9zm-4 2v-3.5q-1.15-.575-1.825-1.662T2.5 8.475Q2.5 6.6 3.788 5.3T6.95 4q.3 0 .613.05t.612.125Q8.8 3.15 9.8 2.575T12 2t2.2.575t1.625 1.6q.3-.075.6-.125T17.05 4q1.875 0 3.163 1.3T21.5 8.475q0 1.275-.675 2.363T19 12.5V16zm8-2h2V9h-2zm-8 8v-4h14v4z"/></svg>
</template>

CSS

.icon-chef-hat {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014h2V9H9zm-4%202v-3.5q-1.15-.575-1.825-1.662T2.5%208.475Q2.5%206.6%203.788%205.3T6.95%204q.3%200%20.613.05t.612.125Q8.8%203.15%209.8%202.575T12%202t2.2.575t1.625%201.6q.3-.075.6-.125T17.05%204q1.875%200%203.163%201.3T21.5%208.475q0%201.275-.675%202.363T19%2012.5V16zm8-2h2V9h-2zm-8%208v-4h14v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2014h2V9H9zm-4%202v-3.5q-1.15-.575-1.825-1.662T2.5%208.475Q2.5%206.6%203.788%205.3T6.95%204q.3%200%20.613.05t.612.125Q8.8%203.15%209.8%202.575T12%202t2.2.575t1.625%201.6q.3-.075.6-.125T17.05%204q1.875%200%203.163%201.3T21.5%208.475q0%201.275-.675%202.363T19%2012.5V16zm8-2h2V9h-2zm-8%208v-4h14v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chef-hat.svg?color=%231a73e8&size=48