chef-hat from Material Design Icons by Pictogrammers · Filled · Clothing · Apache-2.0 Free for personal and commercial use.

Name
chef-hat
Set
Material Design Icons
Style
Filled
Category
Clothing
Viewbox
24×24
License
Apache 2.0
Aliases
cook, toque

The same icon in other sets

More clothing icons from Material Design Icons

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="M12.5 1.5c-1.77 0-3.33 1.17-3.83 2.87C8.14 4.13 7.58 4 7 4a4 4 0 0 0-4 4a4.01 4.01 0 0 0 3 3.87V19h13v-7.13c1.76-.46 3-2.05 3-3.87a4 4 0 0 0-4-4c-.58 0-1.14.13-1.67.37c-.5-1.7-2.06-2.87-3.83-2.87m-.5 9h1v7h-1zm-3 2h1v5H9zm6 0h1v5h-1zM6 20v1a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiChefHat(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="M12.5 1.5c-1.77 0-3.33 1.17-3.83 2.87C8.14 4.13 7.58 4 7 4a4 4 0 0 0-4 4a4.01 4.01 0 0 0 3 3.87V19h13v-7.13c1.76-.46 3-2.05 3-3.87a4 4 0 0 0-4-4c-.58 0-1.14.13-1.67.37c-.5-1.7-2.06-2.87-3.83-2.87m-.5 9h1v7h-1zm-3 2h1v5H9zm6 0h1v5h-1zM6 20v1a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 1.5c-1.77 0-3.33 1.17-3.83 2.87C8.14 4.13 7.58 4 7 4a4 4 0 0 0-4 4a4.01 4.01 0 0 0 3 3.87V19h13v-7.13c1.76-.46 3-2.05 3-3.87a4 4 0 0 0-4-4c-.58 0-1.14.13-1.67.37c-.5-1.7-2.06-2.87-3.83-2.87m-.5 9h1v7h-1zm-3 2h1v5H9zm6 0h1v5h-1zM6 20v1a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-1z"/></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%22M12.5%201.5c-1.77%200-3.33%201.17-3.83%202.87C8.14%204.13%207.58%204%207%204a4%204%200%200%200-4%204a4.01%204.01%200%200%200%203%203.87V19h13v-7.13c1.76-.46%203-2.05%203-3.87a4%204%200%200%200-4-4c-.58%200-1.14.13-1.67.37c-.5-1.7-2.06-2.87-3.83-2.87m-.5%209h1v7h-1zm-3%202h1v5H9zm6%200h1v5h-1zM6%2020v1a1%201%200%200%200%201%201h11a1%201%200%200%200%201-1v-1z%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%22M12.5%201.5c-1.77%200-3.33%201.17-3.83%202.87C8.14%204.13%207.58%204%207%204a4%204%200%200%200-4%204a4.01%204.01%200%200%200%203%203.87V19h13v-7.13c1.76-.46%203-2.05%203-3.87a4%204%200%200%200-4-4c-.58%200-1.14.13-1.67.37c-.5-1.7-2.06-2.87-3.83-2.87m-.5%209h1v7h-1zm-3%202h1v5H9zm6%200h1v5h-1zM6%2020v1a1%201%200%200%200%201%201h11a1%201%200%200%200%201-1v-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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