chef-hat-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
chef-hat-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler 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="M19 19.002V21a1 1 0 0 1-.883.993L18 22H6a1 1 0 0 1-1-1v-1.994a1 1 0 0 1 1-1l12-.004a1 1 0 0 1 1 1M12 2a5 5 0 0 1 4.533 2.888l.06.137l.136-.009a5 5 0 0 1 4.99 3.477l.063.213a5 5 0 0 1-2.696 5.831l-.087.037v1.428a1 1 0 0 1-1 1l-12 .004a1 1 0 0 1-.993-.883l-.007-.117v-1.433l-.123-.055a5 5 0 0 1-2.6-3.001l-.064-.223a5 5 0 0 1 5.193-6.27l.066-.142a5 5 0 0 1 4.302-2.877z"/></svg>

React

import type { SVGProps } from "react";

export function TablerChefHatFilled(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="M19 19.002V21a1 1 0 0 1-.883.993L18 22H6a1 1 0 0 1-1-1v-1.994a1 1 0 0 1 1-1l12-.004a1 1 0 0 1 1 1M12 2a5 5 0 0 1 4.533 2.888l.06.137l.136-.009a5 5 0 0 1 4.99 3.477l.063.213a5 5 0 0 1-2.696 5.831l-.087.037v1.428a1 1 0 0 1-1 1l-12 .004a1 1 0 0 1-.993-.883l-.007-.117v-1.433l-.123-.055a5 5 0 0 1-2.6-3.001l-.064-.223a5 5 0 0 1 5.193-6.27l.066-.142a5 5 0 0 1 4.302-2.877z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 19.002V21a1 1 0 0 1-.883.993L18 22H6a1 1 0 0 1-1-1v-1.994a1 1 0 0 1 1-1l12-.004a1 1 0 0 1 1 1M12 2a5 5 0 0 1 4.533 2.888l.06.137l.136-.009a5 5 0 0 1 4.99 3.477l.063.213a5 5 0 0 1-2.696 5.831l-.087.037v1.428a1 1 0 0 1-1 1l-12 .004a1 1 0 0 1-.993-.883l-.007-.117v-1.433l-.123-.055a5 5 0 0 1-2.6-3.001l-.064-.223a5 5 0 0 1 5.193-6.27l.066-.142a5 5 0 0 1 4.302-2.877z"/></svg>
</template>

CSS

.icon-chef-hat-filled {
  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%22M19%2019.002V21a1%201%200%200%201-.883.993L18%2022H6a1%201%200%200%201-1-1v-1.994a1%201%200%200%201%201-1l12-.004a1%201%200%200%201%201%201M12%202a5%205%200%200%201%204.533%202.888l.06.137l.136-.009a5%205%200%200%201%204.99%203.477l.063.213a5%205%200%200%201-2.696%205.831l-.087.037v1.428a1%201%200%200%201-1%201l-12%20.004a1%201%200%200%201-.993-.883l-.007-.117v-1.433l-.123-.055a5%205%200%200%201-2.6-3.001l-.064-.223a5%205%200%200%201%205.193-6.27l.066-.142a5%205%200%200%201%204.302-2.877z%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%22M19%2019.002V21a1%201%200%200%201-.883.993L18%2022H6a1%201%200%200%201-1-1v-1.994a1%201%200%200%201%201-1l12-.004a1%201%200%200%201%201%201M12%202a5%205%200%200%201%204.533%202.888l.06.137l.136-.009a5%205%200%200%201%204.99%203.477l.063.213a5%205%200%200%201-2.696%205.831l-.087.037v1.428a1%201%200%200%201-1%201l-12%20.004a1%201%200%200%201-.993-.883l-.007-.117v-1.433l-.123-.055a5%205%200%200%201-2.6-3.001l-.064-.223a5%205%200%200%201%205.193-6.27l.066-.142a5%205%200%200%201%204.302-2.877z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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