chef hat heart icon

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

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

5 other variants in Solar

More food icons from Solar

Use the chef hat heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" 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 17.25H5V14.584C3.2341 13.8124 2 12.0503 2 10ZM11.0429 13.6693C10.1649 13.0251 9 11.9849 9 11.0004C9 9.32721 10.65 8.7025 12 9.99506C13.35 8.7025 15 9.32721 15 11.0004C15 11.9849 13.8352 13.0251 12.9571 13.6693C12.5374 13.9773 12.3275 14.1313 12 14.1313C11.6725 14.1313 11.4626 13.9773 11.0429 13.6693Z" clip-rule="evenodd"/><path d="M5.58579 21.4142C5.08343 20.9119 5.01188 20.1469 5.00169 18.75H18.9983C18.9881 20.1469 18.9166 20.9119 18.4142 21.4142C17.8284 22 16.8856 22 15 22H9C7.11438 22 6.17157 22 5.58579 21.4142Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarChefHatHeartBold(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 fillRule="evenodd" 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 17.25H5V14.584C3.2341 13.8124 2 12.0503 2 10ZM11.0429 13.6693C10.1649 13.0251 9 11.9849 9 11.0004C9 9.32721 10.65 8.7025 12 9.99506C13.35 8.7025 15 9.32721 15 11.0004C15 11.9849 13.8352 13.0251 12.9571 13.6693C12.5374 13.9773 12.3275 14.1313 12 14.1313C11.6725 14.1313 11.4626 13.9773 11.0429 13.6693Z" clipRule="evenodd"/><path d="M5.58579 21.4142C5.08343 20.9119 5.01188 20.1469 5.00169 18.75H18.9983C18.9881 20.1469 18.9166 20.9119 18.4142 21.4142C17.8284 22 16.8856 22 15 22H9C7.11438 22 6.17157 22 5.58579 21.4142Z"/></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 fill-rule="evenodd" 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 17.25H5V14.584C3.2341 13.8124 2 12.0503 2 10ZM11.0429 13.6693C10.1649 13.0251 9 11.9849 9 11.0004C9 9.32721 10.65 8.7025 12 9.99506C13.35 8.7025 15 9.32721 15 11.0004C15 11.9849 13.8352 13.0251 12.9571 13.6693C12.5374 13.9773 12.3275 14.1313 12 14.1313C11.6725 14.1313 11.4626 13.9773 11.0429 13.6693Z" clip-rule="evenodd"/><path d="M5.58579 21.4142C5.08343 20.9119 5.01188 20.1469 5.00169 18.75H18.9983C18.9881 20.1469 18.9166 20.9119 18.4142 21.4142C17.8284 22 16.8856 22 15 22H9C7.11438 22 6.17157 22 5.58579 21.4142Z"/></g></svg>
</template>

CSS

.icon-chef-hat-heart-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%20fill-rule%3D%22evenodd%22%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%2017.25H5V14.584C3.2341%2013.8124%202%2012.0503%202%2010ZM11.0429%2013.6693C10.1649%2013.0251%209%2011.9849%209%2011.0004C9%209.32721%2010.65%208.7025%2012%209.99506C13.35%208.7025%2015%209.32721%2015%2011.0004C15%2011.9849%2013.8352%2013.0251%2012.9571%2013.6693C12.5374%2013.9773%2012.3275%2014.1313%2012%2014.1313C11.6725%2014.1313%2011.4626%2013.9773%2011.0429%2013.6693Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.58579%2021.4142C5.08343%2020.9119%205.01188%2020.1469%205.00169%2018.75H18.9983C18.9881%2020.1469%2018.9166%2020.9119%2018.4142%2021.4142C17.8284%2022%2016.8856%2022%2015%2022H9C7.11438%2022%206.17157%2022%205.58579%2021.4142Z%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%20fill-rule%3D%22evenodd%22%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%2017.25H5V14.584C3.2341%2013.8124%202%2012.0503%202%2010ZM11.0429%2013.6693C10.1649%2013.0251%209%2011.9849%209%2011.0004C9%209.32721%2010.65%208.7025%2012%209.99506C13.35%208.7025%2015%209.32721%2015%2011.0004C15%2011.9849%2013.8352%2013.0251%2012.9571%2013.6693C12.5374%2013.9773%2012.3275%2014.1313%2012%2014.1313C11.6725%2014.1313%2011.4626%2013.9773%2011.0429%2013.6693Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.58579%2021.4142C5.08343%2020.9119%205.01188%2020.1469%205.00169%2018.75H18.9983C18.9881%2020.1469%2018.9166%2020.9119%2018.4142%2021.4142C17.8284%2022%2016.8856%2022%2015%2022H9C7.11438%2022%206.17157%2022%205.58579%2021.4142Z%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-heart-bold.svg?color=%231a73e8&size=48