chef hat one icon

chef-hat-one from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.

Name
chef-hat-one
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the chef hat one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M13 24.1246C9.01253 23.3584 6 19.851 6 15.64C6 10.8683 9.86826 7 14.64 7C15.4066 7 16.1498 7.09983 16.8574 7.2872C18.4398 5.28493 20.8898 4 23.64 4C26.4704 4 28.9829 5.36098 30.5588 7.46422C31.4372 7.16331 32.3795 7 33.36 7C38.1317 7 42 10.8683 42 15.64C42 19.851 38.9875 23.3584 35 24.1246V40C35 41.1046 34.1046 42 33 42H15C13.8954 42 13 41.1046 13 40V24.1246Z"/><path stroke="#fff" d="M13 31L35 31"/><path stroke="#fff" d="M20 25V31"/><path stroke="#000" d="M35 28V34"/><path stroke="#000" d="M13 28V34"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkChefHatOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M13 24.1246C9.01253 23.3584 6 19.851 6 15.64C6 10.8683 9.86826 7 14.64 7C15.4066 7 16.1498 7.09983 16.8574 7.2872C18.4398 5.28493 20.8898 4 23.64 4C26.4704 4 28.9829 5.36098 30.5588 7.46422C31.4372 7.16331 32.3795 7 33.36 7C38.1317 7 42 10.8683 42 15.64C42 19.851 38.9875 23.3584 35 24.1246V40C35 41.1046 34.1046 42 33 42H15C13.8954 42 13 41.1046 13 40V24.1246Z"/><path stroke="#fff" d="M13 31L35 31"/><path stroke="#fff" d="M20 25V31"/><path stroke="#000" d="M35 28V34"/><path stroke="#000" d="M13 28V34"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M13 24.1246C9.01253 23.3584 6 19.851 6 15.64C6 10.8683 9.86826 7 14.64 7C15.4066 7 16.1498 7.09983 16.8574 7.2872C18.4398 5.28493 20.8898 4 23.64 4C26.4704 4 28.9829 5.36098 30.5588 7.46422C31.4372 7.16331 32.3795 7 33.36 7C38.1317 7 42 10.8683 42 15.64C42 19.851 38.9875 23.3584 35 24.1246V40C35 41.1046 34.1046 42 33 42H15C13.8954 42 13 41.1046 13 40V24.1246Z"/><path stroke="#fff" d="M13 31L35 31"/><path stroke="#fff" d="M20 25V31"/><path stroke="#000" d="M35 28V34"/><path stroke="#000" d="M13 28V34"/></g></svg>
</template>

CSS

.icon-chef-hat-one {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M13%2024.1246C9.01253%2023.3584%206%2019.851%206%2015.64C6%2010.8683%209.86826%207%2014.64%207C15.4066%207%2016.1498%207.09983%2016.8574%207.2872C18.4398%205.28493%2020.8898%204%2023.64%204C26.4704%204%2028.9829%205.36098%2030.5588%207.46422C31.4372%207.16331%2032.3795%207%2033.36%207C38.1317%207%2042%2010.8683%2042%2015.64C42%2019.851%2038.9875%2023.3584%2035%2024.1246V40C35%2041.1046%2034.1046%2042%2033%2042H15C13.8954%2042%2013%2041.1046%2013%2040V24.1246Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M13%2031L35%2031%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M20%2025V31%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M35%2028V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M13%2028V34%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M13%2024.1246C9.01253%2023.3584%206%2019.851%206%2015.64C6%2010.8683%209.86826%207%2014.64%207C15.4066%207%2016.1498%207.09983%2016.8574%207.2872C18.4398%205.28493%2020.8898%204%2023.64%204C26.4704%204%2028.9829%205.36098%2030.5588%207.46422C31.4372%207.16331%2032.3795%207%2033.36%207C38.1317%207%2042%2010.8683%2042%2015.64C42%2019.851%2038.9875%2023.3584%2035%2024.1246V40C35%2041.1046%2034.1046%2042%2033%2042H15C13.8954%2042%2013%2041.1046%2013%2040V24.1246Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M13%2031L35%2031%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M20%2025V31%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M35%2028V34%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M13%2028V34%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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