chef from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
chef
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the chef logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.03 0C6.94 0 2.57 3.17.82 7.65l1.91.77a10 10 0 0 1 9.3-6.4c2.24 0 4.32.77 5.96 1.97l1.2-1.64A11.96 11.96 0 0 0 12.03 0m0 2.3a9.76 9.76 0 0 0-9.08 6.23l1.91.7a7.62 7.62 0 0 1 7.17-4.91zm3.55.7l-.76 1.92a7.47 7.47 0 0 1 4.75 5.63h2.08a9.7 9.7 0 0 0-6.07-7.54zm-3.55 1.6a7.44 7.44 0 1 0 7.32 8.9h-2.08a5.5 5.5 0 0 1-5.24 3.94a5.39 5.39 0 0 1-5.42-5.41a5.39 5.39 0 0 1 5.42-5.41a5.4 5.4 0 0 1 5.2 3.93h2.07a7.35 7.35 0 0 0-7.27-5.96zm10.22 1.09L20.5 6.78a9.5 9.5 0 0 1 1.42 3.77H24a11.56 11.56 0 0 0-1.75-4.86M11.97 6.83a5.22 5.22 0 0 0-4.7 7.27l1.97-.87a3 3 0 0 1-.27-1.2c0-1.64 1.36-3.01 3-3.01zm1.92.39l-.77 2.02c.66.27 1.15.7 1.53 1.31h2.3a5.04 5.04 0 0 0-3.06-3.33M0 12.02c0 1.65.33 3.29 1.04 4.87l1.8-.82a10.5 10.5 0 0 1-.82-4.04zm2.3 0c0 4.1 2.51 7.6 6.12 9.03l.76-1.92a7.63 7.63 0 0 1-4.86-7.1zm12.3 1.48c-.33.6-.82 1.1-1.48 1.31l.77 2.03a5.04 5.04 0 0 0 3.06-3.34zm4.97 0a7.73 7.73 0 0 1-7.54 6.24v2.02a9.71 9.71 0 0 0 9.62-8.26zm2.35 0a10.1 10.1 0 0 1-9.9 8.53c-2.73 0-5.24-1.15-7.04-2.95L3.55 20.5c2.19 2.19 5.2 3.5 8.53 3.5A12 12 0 0 0 24 13.5zm-12.02.66l-1.53 1.53a5.2 5.2 0 0 0 3.66 1.53v-2.19a3.02 3.02 0 0 1-2.13-.87"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsChef(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="M12.03 0C6.94 0 2.57 3.17.82 7.65l1.91.77a10 10 0 0 1 9.3-6.4c2.24 0 4.32.77 5.96 1.97l1.2-1.64A11.96 11.96 0 0 0 12.03 0m0 2.3a9.76 9.76 0 0 0-9.08 6.23l1.91.7a7.62 7.62 0 0 1 7.17-4.91zm3.55.7l-.76 1.92a7.47 7.47 0 0 1 4.75 5.63h2.08a9.7 9.7 0 0 0-6.07-7.54zm-3.55 1.6a7.44 7.44 0 1 0 7.32 8.9h-2.08a5.5 5.5 0 0 1-5.24 3.94a5.39 5.39 0 0 1-5.42-5.41a5.39 5.39 0 0 1 5.42-5.41a5.4 5.4 0 0 1 5.2 3.93h2.07a7.35 7.35 0 0 0-7.27-5.96zm10.22 1.09L20.5 6.78a9.5 9.5 0 0 1 1.42 3.77H24a11.56 11.56 0 0 0-1.75-4.86M11.97 6.83a5.22 5.22 0 0 0-4.7 7.27l1.97-.87a3 3 0 0 1-.27-1.2c0-1.64 1.36-3.01 3-3.01zm1.92.39l-.77 2.02c.66.27 1.15.7 1.53 1.31h2.3a5.04 5.04 0 0 0-3.06-3.33M0 12.02c0 1.65.33 3.29 1.04 4.87l1.8-.82a10.5 10.5 0 0 1-.82-4.04zm2.3 0c0 4.1 2.51 7.6 6.12 9.03l.76-1.92a7.63 7.63 0 0 1-4.86-7.1zm12.3 1.48c-.33.6-.82 1.1-1.48 1.31l.77 2.03a5.04 5.04 0 0 0 3.06-3.34zm4.97 0a7.73 7.73 0 0 1-7.54 6.24v2.02a9.71 9.71 0 0 0 9.62-8.26zm2.35 0a10.1 10.1 0 0 1-9.9 8.53c-2.73 0-5.24-1.15-7.04-2.95L3.55 20.5c2.19 2.19 5.2 3.5 8.53 3.5A12 12 0 0 0 24 13.5zm-12.02.66l-1.53 1.53a5.2 5.2 0 0 0 3.66 1.53v-2.19a3.02 3.02 0 0 1-2.13-.87"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.03 0C6.94 0 2.57 3.17.82 7.65l1.91.77a10 10 0 0 1 9.3-6.4c2.24 0 4.32.77 5.96 1.97l1.2-1.64A11.96 11.96 0 0 0 12.03 0m0 2.3a9.76 9.76 0 0 0-9.08 6.23l1.91.7a7.62 7.62 0 0 1 7.17-4.91zm3.55.7l-.76 1.92a7.47 7.47 0 0 1 4.75 5.63h2.08a9.7 9.7 0 0 0-6.07-7.54zm-3.55 1.6a7.44 7.44 0 1 0 7.32 8.9h-2.08a5.5 5.5 0 0 1-5.24 3.94a5.39 5.39 0 0 1-5.42-5.41a5.39 5.39 0 0 1 5.42-5.41a5.4 5.4 0 0 1 5.2 3.93h2.07a7.35 7.35 0 0 0-7.27-5.96zm10.22 1.09L20.5 6.78a9.5 9.5 0 0 1 1.42 3.77H24a11.56 11.56 0 0 0-1.75-4.86M11.97 6.83a5.22 5.22 0 0 0-4.7 7.27l1.97-.87a3 3 0 0 1-.27-1.2c0-1.64 1.36-3.01 3-3.01zm1.92.39l-.77 2.02c.66.27 1.15.7 1.53 1.31h2.3a5.04 5.04 0 0 0-3.06-3.33M0 12.02c0 1.65.33 3.29 1.04 4.87l1.8-.82a10.5 10.5 0 0 1-.82-4.04zm2.3 0c0 4.1 2.51 7.6 6.12 9.03l.76-1.92a7.63 7.63 0 0 1-4.86-7.1zm12.3 1.48c-.33.6-.82 1.1-1.48 1.31l.77 2.03a5.04 5.04 0 0 0 3.06-3.34zm4.97 0a7.73 7.73 0 0 1-7.54 6.24v2.02a9.71 9.71 0 0 0 9.62-8.26zm2.35 0a10.1 10.1 0 0 1-9.9 8.53c-2.73 0-5.24-1.15-7.04-2.95L3.55 20.5c2.19 2.19 5.2 3.5 8.53 3.5A12 12 0 0 0 24 13.5zm-12.02.66l-1.53 1.53a5.2 5.2 0 0 0 3.66 1.53v-2.19a3.02 3.02 0 0 1-2.13-.87"/></svg>
</template>

CSS

.icon-chef {
  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%22M12.03%200C6.94%200%202.57%203.17.82%207.65l1.91.77a10%2010%200%200%201%209.3-6.4c2.24%200%204.32.77%205.96%201.97l1.2-1.64A11.96%2011.96%200%200%200%2012.03%200m0%202.3a9.76%209.76%200%200%200-9.08%206.23l1.91.7a7.62%207.62%200%200%201%207.17-4.91zm3.55.7l-.76%201.92a7.47%207.47%200%200%201%204.75%205.63h2.08a9.7%209.7%200%200%200-6.07-7.54zm-3.55%201.6a7.44%207.44%200%201%200%207.32%208.9h-2.08a5.5%205.5%200%200%201-5.24%203.94a5.39%205.39%200%200%201-5.42-5.41a5.39%205.39%200%200%201%205.42-5.41a5.4%205.4%200%200%201%205.2%203.93h2.07a7.35%207.35%200%200%200-7.27-5.96zm10.22%201.09L20.5%206.78a9.5%209.5%200%200%201%201.42%203.77H24a11.56%2011.56%200%200%200-1.75-4.86M11.97%206.83a5.22%205.22%200%200%200-4.7%207.27l1.97-.87a3%203%200%200%201-.27-1.2c0-1.64%201.36-3.01%203-3.01zm1.92.39l-.77%202.02c.66.27%201.15.7%201.53%201.31h2.3a5.04%205.04%200%200%200-3.06-3.33M0%2012.02c0%201.65.33%203.29%201.04%204.87l1.8-.82a10.5%2010.5%200%200%201-.82-4.04zm2.3%200c0%204.1%202.51%207.6%206.12%209.03l.76-1.92a7.63%207.63%200%200%201-4.86-7.1zm12.3%201.48c-.33.6-.82%201.1-1.48%201.31l.77%202.03a5.04%205.04%200%200%200%203.06-3.34zm4.97%200a7.73%207.73%200%200%201-7.54%206.24v2.02a9.71%209.71%200%200%200%209.62-8.26zm2.35%200a10.1%2010.1%200%200%201-9.9%208.53c-2.73%200-5.24-1.15-7.04-2.95L3.55%2020.5c2.19%202.19%205.2%203.5%208.53%203.5A12%2012%200%200%200%2024%2013.5zm-12.02.66l-1.53%201.53a5.2%205.2%200%200%200%203.66%201.53v-2.19a3.02%203.02%200%200%201-2.13-.87%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%22M12.03%200C6.94%200%202.57%203.17.82%207.65l1.91.77a10%2010%200%200%201%209.3-6.4c2.24%200%204.32.77%205.96%201.97l1.2-1.64A11.96%2011.96%200%200%200%2012.03%200m0%202.3a9.76%209.76%200%200%200-9.08%206.23l1.91.7a7.62%207.62%200%200%201%207.17-4.91zm3.55.7l-.76%201.92a7.47%207.47%200%200%201%204.75%205.63h2.08a9.7%209.7%200%200%200-6.07-7.54zm-3.55%201.6a7.44%207.44%200%201%200%207.32%208.9h-2.08a5.5%205.5%200%200%201-5.24%203.94a5.39%205.39%200%200%201-5.42-5.41a5.39%205.39%200%200%201%205.42-5.41a5.4%205.4%200%200%201%205.2%203.93h2.07a7.35%207.35%200%200%200-7.27-5.96zm10.22%201.09L20.5%206.78a9.5%209.5%200%200%201%201.42%203.77H24a11.56%2011.56%200%200%200-1.75-4.86M11.97%206.83a5.22%205.22%200%200%200-4.7%207.27l1.97-.87a3%203%200%200%201-.27-1.2c0-1.64%201.36-3.01%203-3.01zm1.92.39l-.77%202.02c.66.27%201.15.7%201.53%201.31h2.3a5.04%205.04%200%200%200-3.06-3.33M0%2012.02c0%201.65.33%203.29%201.04%204.87l1.8-.82a10.5%2010.5%200%200%201-.82-4.04zm2.3%200c0%204.1%202.51%207.6%206.12%209.03l.76-1.92a7.63%207.63%200%200%201-4.86-7.1zm12.3%201.48c-.33.6-.82%201.1-1.48%201.31l.77%202.03a5.04%205.04%200%200%200%203.06-3.34zm4.97%200a7.73%207.73%200%200%201-7.54%206.24v2.02a9.71%209.71%200%200%200%209.62-8.26zm2.35%200a10.1%2010.1%200%200%201-9.9%208.53c-2.73%200-5.24-1.15-7.04-2.95L3.55%2020.5c2.19%202.19%205.2%203.5%208.53%203.5A12%2012%200%200%200%2024%2013.5zm-12.02.66l-1.53%201.53a5.2%205.2%200%200%200%203.66%201.53v-2.19a3.02%203.02%200%200%201-2.13-.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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