chef hat minimalistic icon

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

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

5 other variants in Solar

More food icons from Solar

Use the chef hat minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 10C2 7.23858 4.23858 5 7 5C7.25052 5 7.49673 5.01842 7.73736 5.05399C8.33961 3.27806 10.0206 2 12 2C13.9794 2 15.6604 3.27806 16.2626 5.05399C16.5033 5.01842 16.7495 5 17 5C19.7614 5 22 7.23858 22 10C22 12.0503 20.7659 13.8124 19 14.584L19 18C19 19.8856 19 20.8284 18.4142 21.4142C17.8284 22 16.8856 22 15 22H9C7.11438 22 6.17157 22 5.58579 21.4142C5 20.8284 5 19.8856 5 18V14.584C3.2341 13.8124 2 12.0503 2 10Z" opacity=".5"/><path d="M9 17.25C8.58579 17.25 8.25 17.5858 8.25 18C8.25 18.4142 8.58579 18.75 9 18.75H15C15.4142 18.75 15.75 18.4142 15.75 18C15.75 17.5858 15.4142 17.25 15 17.25H9Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChefHatMinimalisticBoldDuotone(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="M2 10C2 7.23858 4.23858 5 7 5C7.25052 5 7.49673 5.01842 7.73736 5.05399C8.33961 3.27806 10.0206 2 12 2C13.9794 2 15.6604 3.27806 16.2626 5.05399C16.5033 5.01842 16.7495 5 17 5C19.7614 5 22 7.23858 22 10C22 12.0503 20.7659 13.8124 19 14.584L19 18C19 19.8856 19 20.8284 18.4142 21.4142C17.8284 22 16.8856 22 15 22H9C7.11438 22 6.17157 22 5.58579 21.4142C5 20.8284 5 19.8856 5 18V14.584C3.2341 13.8124 2 12.0503 2 10Z" opacity=".5"/><path d="M9 17.25C8.58579 17.25 8.25 17.5858 8.25 18C8.25 18.4142 8.58579 18.75 9 18.75H15C15.4142 18.75 15.75 18.4142 15.75 18C15.75 17.5858 15.4142 17.25 15 17.25H9Z"/></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="M2 10C2 7.23858 4.23858 5 7 5C7.25052 5 7.49673 5.01842 7.73736 5.05399C8.33961 3.27806 10.0206 2 12 2C13.9794 2 15.6604 3.27806 16.2626 5.05399C16.5033 5.01842 16.7495 5 17 5C19.7614 5 22 7.23858 22 10C22 12.0503 20.7659 13.8124 19 14.584L19 18C19 19.8856 19 20.8284 18.4142 21.4142C17.8284 22 16.8856 22 15 22H9C7.11438 22 6.17157 22 5.58579 21.4142C5 20.8284 5 19.8856 5 18V14.584C3.2341 13.8124 2 12.0503 2 10Z" opacity=".5"/><path d="M9 17.25C8.58579 17.25 8.25 17.5858 8.25 18C8.25 18.4142 8.58579 18.75 9 18.75H15C15.4142 18.75 15.75 18.4142 15.75 18C15.75 17.5858 15.4142 17.25 15 17.25H9Z"/></g></svg>
</template>

CSS

.icon-chef-hat-minimalistic-bold-duotone {
  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%22M2%2010C2%207.23858%204.23858%205%207%205C7.25052%205%207.49673%205.01842%207.73736%205.05399C8.33961%203.27806%2010.0206%202%2012%202C13.9794%202%2015.6604%203.27806%2016.2626%205.05399C16.5033%205.01842%2016.7495%205%2017%205C19.7614%205%2022%207.23858%2022%2010C22%2012.0503%2020.7659%2013.8124%2019%2014.584L19%2018C19%2019.8856%2019%2020.8284%2018.4142%2021.4142C17.8284%2022%2016.8856%2022%2015%2022H9C7.11438%2022%206.17157%2022%205.58579%2021.4142C5%2020.8284%205%2019.8856%205%2018V14.584C3.2341%2013.8124%202%2012.0503%202%2010Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2017.25C8.58579%2017.25%208.25%2017.5858%208.25%2018C8.25%2018.4142%208.58579%2018.75%209%2018.75H15C15.4142%2018.75%2015.75%2018.4142%2015.75%2018C15.75%2017.5858%2015.4142%2017.25%2015%2017.25H9Z%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%22M2%2010C2%207.23858%204.23858%205%207%205C7.25052%205%207.49673%205.01842%207.73736%205.05399C8.33961%203.27806%2010.0206%202%2012%202C13.9794%202%2015.6604%203.27806%2016.2626%205.05399C16.5033%205.01842%2016.7495%205%2017%205C19.7614%205%2022%207.23858%2022%2010C22%2012.0503%2020.7659%2013.8124%2019%2014.584L19%2018C19%2019.8856%2019%2020.8284%2018.4142%2021.4142C17.8284%2022%2016.8856%2022%2015%2022H9C7.11438%2022%206.17157%2022%205.58579%2021.4142C5%2020.8284%205%2019.8856%205%2018V14.584C3.2341%2013.8124%202%2012.0503%202%2010Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2017.25C8.58579%2017.25%208.25%2017.5858%208.25%2018C8.25%2018.4142%208.58579%2018.75%209%2018.75H15C15.4142%2018.75%2015.75%2018.4142%2015.75%2018C15.75%2017.5858%2015.4142%2017.25%2015%2017.25H9Z%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-minimalistic-bold-duotone.svg?color=%231a73e8&size=48