chef-hat from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
chef-hat
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
chef-hat-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M9.616 13.442h1V9.616h-1zM5.827 16.77v-4.442q-1.035-.517-1.68-1.48Q3.5 9.885 3.5 8.725q0-1.548 1.086-2.636Q5.67 5 7.219 5q.3 0 .603.05t.603.125l.173.039l.096-.155q.548-.909 1.404-1.484T12 3t1.902.575t1.423 1.484l.096.154l.154-.038q.28-.075.571-.125t.596-.05q1.568 0 2.663 1.089T20.5 8.744q0 1.16-.637 2.113q-.636.953-1.69 1.47v4.442zm7.577-3.327h1V9.616h-1zM5.827 21v-3.23h12.346V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChefHat(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="M9.616 13.442h1V9.616h-1zM5.827 16.77v-4.442q-1.035-.517-1.68-1.48Q3.5 9.885 3.5 8.725q0-1.548 1.086-2.636Q5.67 5 7.219 5q.3 0 .603.05t.603.125l.173.039l.096-.155q.548-.909 1.404-1.484T12 3t1.902.575t1.423 1.484l.096.154l.154-.038q.28-.075.571-.125t.596-.05q1.568 0 2.663 1.089T20.5 8.744q0 1.16-.637 2.113q-.636.953-1.69 1.47v4.442zm7.577-3.327h1V9.616h-1zM5.827 21v-3.23h12.346V21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.616 13.442h1V9.616h-1zM5.827 16.77v-4.442q-1.035-.517-1.68-1.48Q3.5 9.885 3.5 8.725q0-1.548 1.086-2.636Q5.67 5 7.219 5q.3 0 .603.05t.603.125l.173.039l.096-.155q.548-.909 1.404-1.484T12 3t1.902.575t1.423 1.484l.096.154l.154-.038q.28-.075.571-.125t.596-.05q1.568 0 2.663 1.089T20.5 8.744q0 1.16-.637 2.113q-.636.953-1.69 1.47v4.442zm7.577-3.327h1V9.616h-1zM5.827 21v-3.23h12.346V21z"/></svg>
</template>

CSS

.icon-chef-hat {
  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%22M9.616%2013.442h1V9.616h-1zM5.827%2016.77v-4.442q-1.035-.517-1.68-1.48Q3.5%209.885%203.5%208.725q0-1.548%201.086-2.636Q5.67%205%207.219%205q.3%200%20.603.05t.603.125l.173.039l.096-.155q.548-.909%201.404-1.484T12%203t1.902.575t1.423%201.484l.096.154l.154-.038q.28-.075.571-.125t.596-.05q1.568%200%202.663%201.089T20.5%208.744q0%201.16-.637%202.113q-.636.953-1.69%201.47v4.442zm7.577-3.327h1V9.616h-1zM5.827%2021v-3.23h12.346V21z%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%22M9.616%2013.442h1V9.616h-1zM5.827%2016.77v-4.442q-1.035-.517-1.68-1.48Q3.5%209.885%203.5%208.725q0-1.548%201.086-2.636Q5.67%205%207.219%205q.3%200%20.603.05t.603.125l.173.039l.096-.155q.548-.909%201.404-1.484T12%203t1.902.575t1.423%201.484l.096.154l.154-.038q.28-.075.571-.125t.596-.05q1.568%200%202.663%201.089T20.5%208.744q0%201.16-.637%202.113q-.636.953-1.69%201.47v4.442zm7.577-3.327h1V9.616h-1zM5.827%2021v-3.23h12.346V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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