chef hat icon

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

Name
chef-hat-light
Set
Phosphor
Style
Light
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="M238 112a54.06 54.06 0 0 0-54-54a55 55 0 0 0-6.52.4a54 54 0 0 0-99 0A55 55 0 0 0 72 58a54 54 0 0 0-22 103.3V208a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14v-46.7a54.07 54.07 0 0 0 32-49.3m-44 96a2 2 0 0 1-2 2H64a2 2 0 0 1-2-2v-42.94a54 54 0 0 0 10 .94h112a54 54 0 0 0 10-.94Zm-10-54h-16.31l6.13-24.54a6 6 0 1 0-11.64-2.92L155.31 154H134v-26a6 6 0 0 0-12 0v26h-21.31l-6.87-27.46a6 6 0 0 0-11.64 2.92L88.31 154H72a42 42 0 0 1 0-84c1 0 2 0 2.92.11A54.6 54.6 0 0 0 74 80a6 6 0 0 0 12 0a42 42 0 0 1 84 0a6 6 0 0 0 12 0a54.6 54.6 0 0 0-.92-9.89c1-.06 1.94-.11 2.92-.11a42 42 0 0 1 0 84"/></svg>

React

import type { SVGProps } from "react";

export function PhChefHatLight(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="M238 112a54.06 54.06 0 0 0-54-54a55 55 0 0 0-6.52.4a54 54 0 0 0-99 0A55 55 0 0 0 72 58a54 54 0 0 0-22 103.3V208a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14v-46.7a54.07 54.07 0 0 0 32-49.3m-44 96a2 2 0 0 1-2 2H64a2 2 0 0 1-2-2v-42.94a54 54 0 0 0 10 .94h112a54 54 0 0 0 10-.94Zm-10-54h-16.31l6.13-24.54a6 6 0 1 0-11.64-2.92L155.31 154H134v-26a6 6 0 0 0-12 0v26h-21.31l-6.87-27.46a6 6 0 0 0-11.64 2.92L88.31 154H72a42 42 0 0 1 0-84c1 0 2 0 2.92.11A54.6 54.6 0 0 0 74 80a6 6 0 0 0 12 0a42 42 0 0 1 84 0a6 6 0 0 0 12 0a54.6 54.6 0 0 0-.92-9.89c1-.06 1.94-.11 2.92-.11a42 42 0 0 1 0 84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M238 112a54.06 54.06 0 0 0-54-54a55 55 0 0 0-6.52.4a54 54 0 0 0-99 0A55 55 0 0 0 72 58a54 54 0 0 0-22 103.3V208a14 14 0 0 0 14 14h128a14 14 0 0 0 14-14v-46.7a54.07 54.07 0 0 0 32-49.3m-44 96a2 2 0 0 1-2 2H64a2 2 0 0 1-2-2v-42.94a54 54 0 0 0 10 .94h112a54 54 0 0 0 10-.94Zm-10-54h-16.31l6.13-24.54a6 6 0 1 0-11.64-2.92L155.31 154H134v-26a6 6 0 0 0-12 0v26h-21.31l-6.87-27.46a6 6 0 0 0-11.64 2.92L88.31 154H72a42 42 0 0 1 0-84c1 0 2 0 2.92.11A54.6 54.6 0 0 0 74 80a6 6 0 0 0 12 0a42 42 0 0 1 84 0a6 6 0 0 0 12 0a54.6 54.6 0 0 0-.92-9.89c1-.06 1.94-.11 2.92-.11a42 42 0 0 1 0 84"/></svg>
</template>

CSS

.icon-chef-hat-light {
  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%22M238%20112a54.06%2054.06%200%200%200-54-54a55%2055%200%200%200-6.52.4a54%2054%200%200%200-99%200A55%2055%200%200%200%2072%2058a54%2054%200%200%200-22%20103.3V208a14%2014%200%200%200%2014%2014h128a14%2014%200%200%200%2014-14v-46.7a54.07%2054.07%200%200%200%2032-49.3m-44%2096a2%202%200%200%201-2%202H64a2%202%200%200%201-2-2v-42.94a54%2054%200%200%200%2010%20.94h112a54%2054%200%200%200%2010-.94Zm-10-54h-16.31l6.13-24.54a6%206%200%201%200-11.64-2.92L155.31%20154H134v-26a6%206%200%200%200-12%200v26h-21.31l-6.87-27.46a6%206%200%200%200-11.64%202.92L88.31%20154H72a42%2042%200%200%201%200-84c1%200%202%200%202.92.11A54.6%2054.6%200%200%200%2074%2080a6%206%200%200%200%2012%200a42%2042%200%200%201%2084%200a6%206%200%200%200%2012%200a54.6%2054.6%200%200%200-.92-9.89c1-.06%201.94-.11%202.92-.11a42%2042%200%200%201%200%2084%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%22M238%20112a54.06%2054.06%200%200%200-54-54a55%2055%200%200%200-6.52.4a54%2054%200%200%200-99%200A55%2055%200%200%200%2072%2058a54%2054%200%200%200-22%20103.3V208a14%2014%200%200%200%2014%2014h128a14%2014%200%200%200%2014-14v-46.7a54.07%2054.07%200%200%200%2032-49.3m-44%2096a2%202%200%200%201-2%202H64a2%202%200%200%201-2-2v-42.94a54%2054%200%200%200%2010%20.94h112a54%2054%200%200%200%2010-.94Zm-10-54h-16.31l6.13-24.54a6%206%200%201%200-11.64-2.92L155.31%20154H134v-26a6%206%200%200%200-12%200v26h-21.31l-6.87-27.46a6%206%200%200%200-11.64%202.92L88.31%20154H72a42%2042%200%200%201%200-84c1%200%202%200%202.92.11A54.6%2054.6%200%200%200%2074%2080a6%206%200%200%200%2012%200a42%2042%200%200%201%2084%200a6%206%200%200%200%2012%200a54.6%2054.6%200%200%200-.92-9.89c1-.06%201.94-.11%202.92-.11a42%2042%200%200%201%200%2084%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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