chef hat heart icon
chef-hat-heart from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.
- Name
- chef-hat-heart
- Set
- Reicon
- Style
- Outline
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More food icons from Reicon
Use the chef hat heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.253 4.255a5.25 5.25 0 0 1 9.494 0A5.75 5.75 0 0 1 19.75 15.05v3.002c0 .899 0 1.648-.08 2.242c-.084.628-.27 1.195-.726 1.65c-.455.456-1.022.642-1.65.726c-.594.08-1.344.08-2.242.08H8.948c-.898 0-1.648 0-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.001A5.75 5.75 0 0 1 7.253 4.256m-.45 1.5A4.25 4.25 0 0 0 5.3 13.897a.75.75 0 0 1 .45.687v2.666h12.5v-2.666a.75.75 0 0 1 .45-.687a4.251 4.251 0 0 0-1.503-8.142q.053.365.053.745V7a.75.75 0 0 1-1.5 0v-.5A3.746 3.746 0 0 0 12 2.75A3.75 3.75 0 0 0 8.25 6.5V7a.75.75 0 0 1-1.5 0v-.5q0-.38.053-.745M18.248 18.75H5.752c.004.57.018 1 .065 1.345c.062.461.169.659.3.789s.327.237.788.3c.483.064 1.131.066 2.095.066h6c.964 0 1.612-.002 2.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.046-.346.06-.776.064-1.345M14.254 8.678c.934.327 1.496 1.225 1.496 2.322c0 .77-.441 1.451-.875 1.953c-.453.524-1.014.983-1.474 1.32l-.07.053c-.352.26-.752.555-1.331.555c-.58 0-.98-.296-1.33-.555l-.07-.052c-.46-.338-1.022-.797-1.475-1.321C8.69 12.45 8.25 11.77 8.25 11c0-1.097.562-1.995 1.496-2.322c.729-.256 1.538-.112 2.254.36c.716-.472 1.525-.616 2.254-.36m-.496 1.415c-.25-.088-.714-.06-1.24.444a.75.75 0 0 1-1.037 0c-.525-.504-.989-.532-1.24-.444c-.228.08-.491.331-.491.907c0 .215.141.546.51.972c.348.403.809.786 1.226 1.092a4 4 0 0 0 .42.288c.054.029.07.03.094.03s.04-.001.094-.03a4 4 0 0 0 .42-.288c.417-.306.878-.69 1.227-1.092c.368-.426.509-.757.509-.972c0-.576-.263-.826-.492-.907" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconChefHatHeart(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" fillRule="evenodd" d="M7.253 4.255a5.25 5.25 0 0 1 9.494 0A5.75 5.75 0 0 1 19.75 15.05v3.002c0 .899 0 1.648-.08 2.242c-.084.628-.27 1.195-.726 1.65c-.455.456-1.022.642-1.65.726c-.594.08-1.344.08-2.242.08H8.948c-.898 0-1.648 0-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.001A5.75 5.75 0 0 1 7.253 4.256m-.45 1.5A4.25 4.25 0 0 0 5.3 13.897a.75.75 0 0 1 .45.687v2.666h12.5v-2.666a.75.75 0 0 1 .45-.687a4.251 4.251 0 0 0-1.503-8.142q.053.365.053.745V7a.75.75 0 0 1-1.5 0v-.5A3.746 3.746 0 0 0 12 2.75A3.75 3.75 0 0 0 8.25 6.5V7a.75.75 0 0 1-1.5 0v-.5q0-.38.053-.745M18.248 18.75H5.752c.004.57.018 1 .065 1.345c.062.461.169.659.3.789s.327.237.788.3c.483.064 1.131.066 2.095.066h6c.964 0 1.612-.002 2.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.046-.346.06-.776.064-1.345M14.254 8.678c.934.327 1.496 1.225 1.496 2.322c0 .77-.441 1.451-.875 1.953c-.453.524-1.014.983-1.474 1.32l-.07.053c-.352.26-.752.555-1.331.555c-.58 0-.98-.296-1.33-.555l-.07-.052c-.46-.338-1.022-.797-1.475-1.321C8.69 12.45 8.25 11.77 8.25 11c0-1.097.562-1.995 1.496-2.322c.729-.256 1.538-.112 2.254.36c.716-.472 1.525-.616 2.254-.36m-.496 1.415c-.25-.088-.714-.06-1.24.444a.75.75 0 0 1-1.037 0c-.525-.504-.989-.532-1.24-.444c-.228.08-.491.331-.491.907c0 .215.141.546.51.972c.348.403.809.786 1.226 1.092a4 4 0 0 0 .42.288c.054.029.07.03.094.03s.04-.001.094-.03a4 4 0 0 0 .42-.288c.417-.306.878-.69 1.227-1.092c.368-.426.509-.757.509-.972c0-.576-.263-.826-.492-.907" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.253 4.255a5.25 5.25 0 0 1 9.494 0A5.75 5.75 0 0 1 19.75 15.05v3.002c0 .899 0 1.648-.08 2.242c-.084.628-.27 1.195-.726 1.65c-.455.456-1.022.642-1.65.726c-.594.08-1.344.08-2.242.08H8.948c-.898 0-1.648 0-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.001A5.75 5.75 0 0 1 7.253 4.256m-.45 1.5A4.25 4.25 0 0 0 5.3 13.897a.75.75 0 0 1 .45.687v2.666h12.5v-2.666a.75.75 0 0 1 .45-.687a4.251 4.251 0 0 0-1.503-8.142q.053.365.053.745V7a.75.75 0 0 1-1.5 0v-.5A3.746 3.746 0 0 0 12 2.75A3.75 3.75 0 0 0 8.25 6.5V7a.75.75 0 0 1-1.5 0v-.5q0-.38.053-.745M18.248 18.75H5.752c.004.57.018 1 .065 1.345c.062.461.169.659.3.789s.327.237.788.3c.483.064 1.131.066 2.095.066h6c.964 0 1.612-.002 2.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.046-.346.06-.776.064-1.345M14.254 8.678c.934.327 1.496 1.225 1.496 2.322c0 .77-.441 1.451-.875 1.953c-.453.524-1.014.983-1.474 1.32l-.07.053c-.352.26-.752.555-1.331.555c-.58 0-.98-.296-1.33-.555l-.07-.052c-.46-.338-1.022-.797-1.475-1.321C8.69 12.45 8.25 11.77 8.25 11c0-1.097.562-1.995 1.496-2.322c.729-.256 1.538-.112 2.254.36c.716-.472 1.525-.616 2.254-.36m-.496 1.415c-.25-.088-.714-.06-1.24.444a.75.75 0 0 1-1.037 0c-.525-.504-.989-.532-1.24-.444c-.228.08-.491.331-.491.907c0 .215.141.546.51.972c.348.403.809.786 1.226 1.092a4 4 0 0 0 .42.288c.054.029.07.03.094.03s.04-.001.094-.03a4 4 0 0 0 .42-.288c.417-.306.878-.69 1.227-1.092c.368-.426.509-.757.509-.972c0-.576-.263-.826-.492-.907" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chef-hat-heart {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.253%204.255a5.25%205.25%200%200%201%209.494%200A5.75%205.75%200%200%201%2019.75%2015.05v3.002c0%20.899%200%201.648-.08%202.242c-.084.628-.27%201.195-.726%201.65c-.455.456-1.022.642-1.65.726c-.594.08-1.344.08-2.242.08H8.948c-.898%200-1.648%200-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.001A5.75%205.75%200%200%201%207.253%204.256m-.45%201.5A4.25%204.25%200%200%200%205.3%2013.897a.75.75%200%200%201%20.45.687v2.666h12.5v-2.666a.75.75%200%200%201%20.45-.687a4.251%204.251%200%200%200-1.503-8.142q.053.365.053.745V7a.75.75%200%200%201-1.5%200v-.5A3.746%203.746%200%200%200%2012%202.75A3.75%203.75%200%200%200%208.25%206.5V7a.75.75%200%200%201-1.5%200v-.5q0-.38.053-.745M18.248%2018.75H5.752c.004.57.018%201%20.065%201.345c.062.461.169.659.3.789s.327.237.788.3c.483.064%201.131.066%202.095.066h6c.964%200%201.612-.002%202.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.046-.346.06-.776.064-1.345M14.254%208.678c.934.327%201.496%201.225%201.496%202.322c0%20.77-.441%201.451-.875%201.953c-.453.524-1.014.983-1.474%201.32l-.07.053c-.352.26-.752.555-1.331.555c-.58%200-.98-.296-1.33-.555l-.07-.052c-.46-.338-1.022-.797-1.475-1.321C8.69%2012.45%208.25%2011.77%208.25%2011c0-1.097.562-1.995%201.496-2.322c.729-.256%201.538-.112%202.254.36c.716-.472%201.525-.616%202.254-.36m-.496%201.415c-.25-.088-.714-.06-1.24.444a.75.75%200%200%201-1.037%200c-.525-.504-.989-.532-1.24-.444c-.228.08-.491.331-.491.907c0%20.215.141.546.51.972c.348.403.809.786%201.226%201.092a4%204%200%200%200%20.42.288c.054.029.07.03.094.03s.04-.001.094-.03a4%204%200%200%200%20.42-.288c.417-.306.878-.69%201.227-1.092c.368-.426.509-.757.509-.972c0-.576-.263-.826-.492-.907%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.253%204.255a5.25%205.25%200%200%201%209.494%200A5.75%205.75%200%200%201%2019.75%2015.05v3.002c0%20.899%200%201.648-.08%202.242c-.084.628-.27%201.195-.726%201.65c-.455.456-1.022.642-1.65.726c-.594.08-1.344.08-2.242.08H8.948c-.898%200-1.648%200-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.001A5.75%205.75%200%200%201%207.253%204.256m-.45%201.5A4.25%204.25%200%200%200%205.3%2013.897a.75.75%200%200%201%20.45.687v2.666h12.5v-2.666a.75.75%200%200%201%20.45-.687a4.251%204.251%200%200%200-1.503-8.142q.053.365.053.745V7a.75.75%200%200%201-1.5%200v-.5A3.746%203.746%200%200%200%2012%202.75A3.75%203.75%200%200%200%208.25%206.5V7a.75.75%200%200%201-1.5%200v-.5q0-.38.053-.745M18.248%2018.75H5.752c.004.57.018%201%20.065%201.345c.062.461.169.659.3.789s.327.237.788.3c.483.064%201.131.066%202.095.066h6c.964%200%201.612-.002%202.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.046-.346.06-.776.064-1.345M14.254%208.678c.934.327%201.496%201.225%201.496%202.322c0%20.77-.441%201.451-.875%201.953c-.453.524-1.014.983-1.474%201.32l-.07.053c-.352.26-.752.555-1.331.555c-.58%200-.98-.296-1.33-.555l-.07-.052c-.46-.338-1.022-.797-1.475-1.321C8.69%2012.45%208.25%2011.77%208.25%2011c0-1.097.562-1.995%201.496-2.322c.729-.256%201.538-.112%202.254.36c.716-.472%201.525-.616%202.254-.36m-.496%201.415c-.25-.088-.714-.06-1.24.444a.75.75%200%200%201-1.037%200c-.525-.504-.989-.532-1.24-.444c-.228.08-.491.331-.491.907c0%20.215.141.546.51.972c.348.403.809.786%201.226%201.092a4%204%200%200%200%20.42.288c.054.029.07.03.094.03s.04-.001.094-.03a4%204%200%200%200%20.42-.288c.417-.306.878-.69%201.227-1.092c.368-.426.509-.757.509-.972c0-.576-.263-.826-.492-.907%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/chef-hat-heart.svg?color=%231a73e8&size=48