chef hat icon

chef-hat-bold from Solar by 480 Design · Bold · Food · CC-BY-4.0 Attribution required.

Name
chef-hat-bold
Set
Solar
Style
Bold
Category
Food
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More food icons from Solar

Use the chef hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 5C4.23858 5 2 7.23858 2 10C2 12.0503 3.2341 13.8124 5 14.584V17.25H19L19 14.584C20.7659 13.8124 22 12.0503 22 10C22 7.23858 19.7614 5 17 5C16.7495 5 16.5033 5.01842 16.2626 5.05399C15.6604 3.27806 13.9794 2 12 2C10.0206 2 8.33961 3.27806 7.73736 5.05399C7.49673 5.01842 7.25052 5 7 5Z"/><path d="M18.9983 18.75H5.00169C5.01188 20.1469 5.08343 20.9119 5.58579 21.4142C6.17157 22 7.11438 22 9 22H15C16.8856 22 17.8284 22 18.4142 21.4142C18.9166 20.9119 18.9881 20.1469 18.9983 18.75Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChefHatBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 5C4.23858 5 2 7.23858 2 10C2 12.0503 3.2341 13.8124 5 14.584V17.25H19L19 14.584C20.7659 13.8124 22 12.0503 22 10C22 7.23858 19.7614 5 17 5C16.7495 5 16.5033 5.01842 16.2626 5.05399C15.6604 3.27806 13.9794 2 12 2C10.0206 2 8.33961 3.27806 7.73736 5.05399C7.49673 5.01842 7.25052 5 7 5Z"/><path d="M18.9983 18.75H5.00169C5.01188 20.1469 5.08343 20.9119 5.58579 21.4142C6.17157 22 7.11438 22 9 22H15C16.8856 22 17.8284 22 18.4142 21.4142C18.9166 20.9119 18.9881 20.1469 18.9983 18.75Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 5C4.23858 5 2 7.23858 2 10C2 12.0503 3.2341 13.8124 5 14.584V17.25H19L19 14.584C20.7659 13.8124 22 12.0503 22 10C22 7.23858 19.7614 5 17 5C16.7495 5 16.5033 5.01842 16.2626 5.05399C15.6604 3.27806 13.9794 2 12 2C10.0206 2 8.33961 3.27806 7.73736 5.05399C7.49673 5.01842 7.25052 5 7 5Z"/><path d="M18.9983 18.75H5.00169C5.01188 20.1469 5.08343 20.9119 5.58579 21.4142C6.17157 22 7.11438 22 9 22H15C16.8856 22 17.8284 22 18.4142 21.4142C18.9166 20.9119 18.9881 20.1469 18.9983 18.75Z"/></g></svg>
</template>

CSS

.icon-chef-hat-bold {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7%205C4.23858%205%202%207.23858%202%2010C2%2012.0503%203.2341%2013.8124%205%2014.584V17.25H19L19%2014.584C20.7659%2013.8124%2022%2012.0503%2022%2010C22%207.23858%2019.7614%205%2017%205C16.7495%205%2016.5033%205.01842%2016.2626%205.05399C15.6604%203.27806%2013.9794%202%2012%202C10.0206%202%208.33961%203.27806%207.73736%205.05399C7.49673%205.01842%207.25052%205%207%205Z%22%2F%3E%3Cpath%20d%3D%22M18.9983%2018.75H5.00169C5.01188%2020.1469%205.08343%2020.9119%205.58579%2021.4142C6.17157%2022%207.11438%2022%209%2022H15C16.8856%2022%2017.8284%2022%2018.4142%2021.4142C18.9166%2020.9119%2018.9881%2020.1469%2018.9983%2018.75Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7%205C4.23858%205%202%207.23858%202%2010C2%2012.0503%203.2341%2013.8124%205%2014.584V17.25H19L19%2014.584C20.7659%2013.8124%2022%2012.0503%2022%2010C22%207.23858%2019.7614%205%2017%205C16.7495%205%2016.5033%205.01842%2016.2626%205.05399C15.6604%203.27806%2013.9794%202%2012%202C10.0206%202%208.33961%203.27806%207.73736%205.05399C7.49673%205.01842%207.25052%205%207%205Z%22%2F%3E%3Cpath%20d%3D%22M18.9983%2018.75H5.00169C5.01188%2020.1469%205.08343%2020.9119%205.58579%2021.4142C6.17157%2022%207.11438%2022%209%2022H15C16.8856%2022%2017.8284%2022%2018.4142%2021.4142C18.9166%2020.9119%2018.9881%2020.1469%2018.9983%2018.75Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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