chef hat icon

chef-hat from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
chef-hat
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the chef hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 112a56.06 56.06 0 0 0-56-56c-1.77 0-3.54.1-5.29.26a56 56 0 0 0-101.42 0C75.54 56.1 73.77 56 72 56a56 56 0 0 0-24 106.59V208a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-45.41A56.09 56.09 0 0 0 240 112m-48 96H64v-40.58a55.5 55.5 0 0 0 8 .58h112a55.5 55.5 0 0 0 8-.58Zm-8-56h-13.75l5.51-22.06a8 8 0 0 0-15.52-3.88L153.75 152H136v-24a8 8 0 0 0-16 0v24h-17.75l-6.49-25.94a8 8 0 1 0-15.52 3.88L85.75 152H72a40 40 0 0 1 0-80h.58a55 55 0 0 0-.58 8a8 8 0 0 0 16 0a40 40 0 0 1 80 0a8 8 0 0 0 16 0a55 55 0 0 0-.58-8h.58a40 40 0 0 1 0 80"/></svg>

React

import type { SVGProps } from "react";

export function PhChefHat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 112a56.06 56.06 0 0 0-56-56c-1.77 0-3.54.1-5.29.26a56 56 0 0 0-101.42 0C75.54 56.1 73.77 56 72 56a56 56 0 0 0-24 106.59V208a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-45.41A56.09 56.09 0 0 0 240 112m-48 96H64v-40.58a55.5 55.5 0 0 0 8 .58h112a55.5 55.5 0 0 0 8-.58Zm-8-56h-13.75l5.51-22.06a8 8 0 0 0-15.52-3.88L153.75 152H136v-24a8 8 0 0 0-16 0v24h-17.75l-6.49-25.94a8 8 0 1 0-15.52 3.88L85.75 152H72a40 40 0 0 1 0-80h.58a55 55 0 0 0-.58 8a8 8 0 0 0 16 0a40 40 0 0 1 80 0a8 8 0 0 0 16 0a55 55 0 0 0-.58-8h.58a40 40 0 0 1 0 80"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 112a56.06 56.06 0 0 0-56-56c-1.77 0-3.54.1-5.29.26a56 56 0 0 0-101.42 0C75.54 56.1 73.77 56 72 56a56 56 0 0 0-24 106.59V208a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-45.41A56.09 56.09 0 0 0 240 112m-48 96H64v-40.58a55.5 55.5 0 0 0 8 .58h112a55.5 55.5 0 0 0 8-.58Zm-8-56h-13.75l5.51-22.06a8 8 0 0 0-15.52-3.88L153.75 152H136v-24a8 8 0 0 0-16 0v24h-17.75l-6.49-25.94a8 8 0 1 0-15.52 3.88L85.75 152H72a40 40 0 0 1 0-80h.58a55 55 0 0 0-.58 8a8 8 0 0 0 16 0a40 40 0 0 1 80 0a8 8 0 0 0 16 0a55 55 0 0 0-.58-8h.58a40 40 0 0 1 0 80"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20112a56.06%2056.06%200%200%200-56-56c-1.77%200-3.54.1-5.29.26a56%2056%200%200%200-101.42%200C75.54%2056.1%2073.77%2056%2072%2056a56%2056%200%200%200-24%20106.59V208a16%2016%200%200%200%2016%2016h128a16%2016%200%200%200%2016-16v-45.41A56.09%2056.09%200%200%200%20240%20112m-48%2096H64v-40.58a55.5%2055.5%200%200%200%208%20.58h112a55.5%2055.5%200%200%200%208-.58Zm-8-56h-13.75l5.51-22.06a8%208%200%200%200-15.52-3.88L153.75%20152H136v-24a8%208%200%200%200-16%200v24h-17.75l-6.49-25.94a8%208%200%201%200-15.52%203.88L85.75%20152H72a40%2040%200%200%201%200-80h.58a55%2055%200%200%200-.58%208a8%208%200%200%200%2016%200a40%2040%200%200%201%2080%200a8%208%200%200%200%2016%200a55%2055%200%200%200-.58-8h.58a40%2040%200%200%201%200%2080%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20112a56.06%2056.06%200%200%200-56-56c-1.77%200-3.54.1-5.29.26a56%2056%200%200%200-101.42%200C75.54%2056.1%2073.77%2056%2072%2056a56%2056%200%200%200-24%20106.59V208a16%2016%200%200%200%2016%2016h128a16%2016%200%200%200%2016-16v-45.41A56.09%2056.09%200%200%200%20240%20112m-48%2096H64v-40.58a55.5%2055.5%200%200%200%208%20.58h112a55.5%2055.5%200%200%200%208-.58Zm-8-56h-13.75l5.51-22.06a8%208%200%200%200-15.52-3.88L153.75%20152H136v-24a8%208%200%200%200-16%200v24h-17.75l-6.49-25.94a8%208%200%201%200-15.52%203.88L85.75%20152H72a40%2040%200%200%201%200-80h.58a55%2055%200%200%200-.58%208a8%208%200%200%200%2016%200a40%2040%200%200%201%2080%200a8%208%200%200%200%2016%200a55%2055%200%200%200-.58-8h.58a40%2040%200%200%201%200%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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