chef-hat-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
chef-hat-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the chef hat icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.713 13.713Q11 13.425 11 13v-3q0-.425-.288-.712T10 9t-.712.288T9 10v3q0 .425.288.713T10 14t.713-.288M5 12.5q-1.15-.575-1.825-1.662T2.5 8.475Q2.5 6.6 3.788 5.3T6.95 4q.3 0 .613.05t.612.125Q8.8 3.15 9.8 2.575T12 2t2.2.575t1.625 1.6q.3-.075.6-.125T17.05 4q1.875 0 3.163 1.3T21.5 8.475q0 1.275-.675 2.363T19 12.5V18H5zm9.713 1.213Q15 13.425 15 13v-3q0-.425-.288-.712T14 9t-.712.288T13 10v3q0 .425.288.713T14 14t.713-.288M7 16h10v-4.725l1.1-.55q.65-.325 1.025-.913T19.5 8.5q0-1.05-.712-1.775T17.05 6q-.275 0-.5.05t-.475.125L14.9 6.5l-.775-1.3q-.35-.575-.913-.888T12 4t-1.213.313t-.912.887L9.1 6.5l-1.2-.325q-.25-.05-.488-.112T6.926 6Q5.9 6 5.2 6.725T4.5 8.5q0 .725.375 1.313t1.025.912l1.1.55zm-2 2h2v2h10v-2h2v2q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20zm7-2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChefHatOutlineRounded(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="M10.713 13.713Q11 13.425 11 13v-3q0-.425-.288-.712T10 9t-.712.288T9 10v3q0 .425.288.713T10 14t.713-.288M5 12.5q-1.15-.575-1.825-1.662T2.5 8.475Q2.5 6.6 3.788 5.3T6.95 4q.3 0 .613.05t.612.125Q8.8 3.15 9.8 2.575T12 2t2.2.575t1.625 1.6q.3-.075.6-.125T17.05 4q1.875 0 3.163 1.3T21.5 8.475q0 1.275-.675 2.363T19 12.5V18H5zm9.713 1.213Q15 13.425 15 13v-3q0-.425-.288-.712T14 9t-.712.288T13 10v3q0 .425.288.713T14 14t.713-.288M7 16h10v-4.725l1.1-.55q.65-.325 1.025-.913T19.5 8.5q0-1.05-.712-1.775T17.05 6q-.275 0-.5.05t-.475.125L14.9 6.5l-.775-1.3q-.35-.575-.913-.888T12 4t-1.213.313t-.912.887L9.1 6.5l-1.2-.325q-.25-.05-.488-.112T6.926 6Q5.9 6 5.2 6.725T4.5 8.5q0 .725.375 1.313t1.025.912l1.1.55zm-2 2h2v2h10v-2h2v2q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20zm7-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.713 13.713Q11 13.425 11 13v-3q0-.425-.288-.712T10 9t-.712.288T9 10v3q0 .425.288.713T10 14t.713-.288M5 12.5q-1.15-.575-1.825-1.662T2.5 8.475Q2.5 6.6 3.788 5.3T6.95 4q.3 0 .613.05t.612.125Q8.8 3.15 9.8 2.575T12 2t2.2.575t1.625 1.6q.3-.075.6-.125T17.05 4q1.875 0 3.163 1.3T21.5 8.475q0 1.275-.675 2.363T19 12.5V18H5zm9.713 1.213Q15 13.425 15 13v-3q0-.425-.288-.712T14 9t-.712.288T13 10v3q0 .425.288.713T14 14t.713-.288M7 16h10v-4.725l1.1-.55q.65-.325 1.025-.913T19.5 8.5q0-1.05-.712-1.775T17.05 6q-.275 0-.5.05t-.475.125L14.9 6.5l-.775-1.3q-.35-.575-.913-.888T12 4t-1.213.313t-.912.887L9.1 6.5l-1.2-.325q-.25-.05-.488-.112T6.926 6Q5.9 6 5.2 6.725T4.5 8.5q0 .725.375 1.313t1.025.912l1.1.55zm-2 2h2v2h10v-2h2v2q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20zm7-2"/></svg>
</template>

CSS

.icon-chef-hat-outline-rounded {
  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%22M10.713%2013.713Q11%2013.425%2011%2013v-3q0-.425-.288-.712T10%209t-.712.288T9%2010v3q0%20.425.288.713T10%2014t.713-.288M5%2012.5q-1.15-.575-1.825-1.662T2.5%208.475Q2.5%206.6%203.788%205.3T6.95%204q.3%200%20.613.05t.612.125Q8.8%203.15%209.8%202.575T12%202t2.2.575t1.625%201.6q.3-.075.6-.125T17.05%204q1.875%200%203.163%201.3T21.5%208.475q0%201.275-.675%202.363T19%2012.5V18H5zm9.713%201.213Q15%2013.425%2015%2013v-3q0-.425-.288-.712T14%209t-.712.288T13%2010v3q0%20.425.288.713T14%2014t.713-.288M7%2016h10v-4.725l1.1-.55q.65-.325%201.025-.913T19.5%208.5q0-1.05-.712-1.775T17.05%206q-.275%200-.5.05t-.475.125L14.9%206.5l-.775-1.3q-.35-.575-.913-.888T12%204t-1.213.313t-.912.887L9.1%206.5l-1.2-.325q-.25-.05-.488-.112T6.926%206Q5.9%206%205.2%206.725T4.5%208.5q0%20.725.375%201.313t1.025.912l1.1.55zm-2%202h2v2h10v-2h2v2q0%20.825-.587%201.413T17%2022H7q-.825%200-1.412-.587T5%2020zm7-2%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%22M10.713%2013.713Q11%2013.425%2011%2013v-3q0-.425-.288-.712T10%209t-.712.288T9%2010v3q0%20.425.288.713T10%2014t.713-.288M5%2012.5q-1.15-.575-1.825-1.662T2.5%208.475Q2.5%206.6%203.788%205.3T6.95%204q.3%200%20.613.05t.612.125Q8.8%203.15%209.8%202.575T12%202t2.2.575t1.625%201.6q.3-.075.6-.125T17.05%204q1.875%200%203.163%201.3T21.5%208.475q0%201.275-.675%202.363T19%2012.5V18H5zm9.713%201.213Q15%2013.425%2015%2013v-3q0-.425-.288-.712T14%209t-.712.288T13%2010v3q0%20.425.288.713T14%2014t.713-.288M7%2016h10v-4.725l1.1-.55q.65-.325%201.025-.913T19.5%208.5q0-1.05-.712-1.775T17.05%206q-.275%200-.5.05t-.475.125L14.9%206.5l-.775-1.3q-.35-.575-.913-.888T12%204t-1.213.313t-.912.887L9.1%206.5l-1.2-.325q-.25-.05-.488-.112T6.926%206Q5.9%206%205.2%206.725T4.5%208.5q0%20.725.375%201.313t1.025.912l1.1.55zm-2%202h2v2h10v-2h2v2q0%20.825-.587%201.413T17%2022H7q-.825%200-1.412-.587T5%2020zm7-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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