chef hat icon

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

Name
chef-hat-fill
Set
Phosphor
Style
Fill
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-87.76 30.06l8-32a8 8 0 0 1 15.52 3.88l-8 32A8 8 0 0 1 160 152a8 8 0 0 1-1.95-.24a8 8 0 0 1-5.81-9.7M120 112a8 8 0 0 1 16 0v32a8 8 0 0 1-16 0Zm-33.94-7.76a8 8 0 0 1 9.7 5.82l8 32a8 8 0 0 1-5.82 9.7a8 8 0 0 1-2 .24a8 8 0 0 1-7.75-6.06l-8-32a8 8 0 0 1 5.87-9.7M192 208H64v-40.58a55.5 55.5 0 0 0 8 .58h112a55.5 55.5 0 0 0 8-.58Z"/></svg>

React

import type { SVGProps } from "react";

export function PhChefHatFill(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-87.76 30.06l8-32a8 8 0 0 1 15.52 3.88l-8 32A8 8 0 0 1 160 152a8 8 0 0 1-1.95-.24a8 8 0 0 1-5.81-9.7M120 112a8 8 0 0 1 16 0v32a8 8 0 0 1-16 0Zm-33.94-7.76a8 8 0 0 1 9.7 5.82l8 32a8 8 0 0 1-5.82 9.7a8 8 0 0 1-2 .24a8 8 0 0 1-7.75-6.06l-8-32a8 8 0 0 1 5.87-9.7M192 208H64v-40.58a55.5 55.5 0 0 0 8 .58h112a55.5 55.5 0 0 0 8-.58Z"/></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-87.76 30.06l8-32a8 8 0 0 1 15.52 3.88l-8 32A8 8 0 0 1 160 152a8 8 0 0 1-1.95-.24a8 8 0 0 1-5.81-9.7M120 112a8 8 0 0 1 16 0v32a8 8 0 0 1-16 0Zm-33.94-7.76a8 8 0 0 1 9.7 5.82l8 32a8 8 0 0 1-5.82 9.7a8 8 0 0 1-2 .24a8 8 0 0 1-7.75-6.06l-8-32a8 8 0 0 1 5.87-9.7M192 208H64v-40.58a55.5 55.5 0 0 0 8 .58h112a55.5 55.5 0 0 0 8-.58Z"/></svg>
</template>

CSS

.icon-chef-hat-fill {
  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-87.76%2030.06l8-32a8%208%200%200%201%2015.52%203.88l-8%2032A8%208%200%200%201%20160%20152a8%208%200%200%201-1.95-.24a8%208%200%200%201-5.81-9.7M120%20112a8%208%200%200%201%2016%200v32a8%208%200%200%201-16%200Zm-33.94-7.76a8%208%200%200%201%209.7%205.82l8%2032a8%208%200%200%201-5.82%209.7a8%208%200%200%201-2%20.24a8%208%200%200%201-7.75-6.06l-8-32a8%208%200%200%201%205.87-9.7M192%20208H64v-40.58a55.5%2055.5%200%200%200%208%20.58h112a55.5%2055.5%200%200%200%208-.58Z%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-87.76%2030.06l8-32a8%208%200%200%201%2015.52%203.88l-8%2032A8%208%200%200%201%20160%20152a8%208%200%200%201-1.95-.24a8%208%200%200%201-5.81-9.7M120%20112a8%208%200%200%201%2016%200v32a8%208%200%200%201-16%200Zm-33.94-7.76a8%208%200%200%201%209.7%205.82l8%2032a8%208%200%200%201-5.82%209.7a8%208%200%200%201-2%20.24a8%208%200%200%201-7.75-6.06l-8-32a8%208%200%200%201%205.87-9.7M192%20208H64v-40.58a55.5%2055.5%200%200%200%208%20.58h112a55.5%2055.5%200%200%200%208-.58Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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