bowl with spoon emoji
bowl-with-spoon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- bowl-with-spoon
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
Use the bowl with spoon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26.393 3.05l-1.649 2.807a8.43 8.43 0 0 1 5.236 7.804v4.9c0 6.342-5.138 11.48-11.48 11.48h-5.02C7.138 30.041 2 24.903 2 18.561v-4.9c0-4.652 3.778-8.43 8.43-8.43h11.12q.226 0 .448.012L24.1 1.665a1.333 1.333 0 0 1 1.865-.442c.618.393.792 1.207.428 1.826M10.387 7.87a5.793 5.793 0 0 0-5.777 5.79a5.8 5.8 0 0 0 5.704 5.79q.227-.631.584-1.242c1.048-1.784 2.68-2.925 4.267-3.163a2.42 2.42 0 0 0 1.757-1.158l3.533-6.017zm8.685 9.477c.24.632.343 1.35.303 2.103h2.345a5.8 5.8 0 0 0 5.79-5.79c0-2.601-1.729-4.81-4.097-5.537l-4.181 7.12a2.43 2.43 0 0 0-.16 2.104M18.5 28.04a9.477 9.477 0 0 0 9.48-9.48v-1.177a7.43 7.43 0 0 1-6.43 3.707H10.43A7.43 7.43 0 0 1 4 17.384v1.177a9.477 9.477 0 0 0 9.48 9.48zm-.295-8.59c0-1.179-.476-2.217-1.383-2.75c-1.555-.913-3.792.006-4.994 2.054a6 6 0 0 0-.348.696z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBowlWithSpoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26.393 3.05l-1.649 2.807a8.43 8.43 0 0 1 5.236 7.804v4.9c0 6.342-5.138 11.48-11.48 11.48h-5.02C7.138 30.041 2 24.903 2 18.561v-4.9c0-4.652 3.778-8.43 8.43-8.43h11.12q.226 0 .448.012L24.1 1.665a1.333 1.333 0 0 1 1.865-.442c.618.393.792 1.207.428 1.826M10.387 7.87a5.793 5.793 0 0 0-5.777 5.79a5.8 5.8 0 0 0 5.704 5.79q.227-.631.584-1.242c1.048-1.784 2.68-2.925 4.267-3.163a2.42 2.42 0 0 0 1.757-1.158l3.533-6.017zm8.685 9.477c.24.632.343 1.35.303 2.103h2.345a5.8 5.8 0 0 0 5.79-5.79c0-2.601-1.729-4.81-4.097-5.537l-4.181 7.12a2.43 2.43 0 0 0-.16 2.104M18.5 28.04a9.477 9.477 0 0 0 9.48-9.48v-1.177a7.43 7.43 0 0 1-6.43 3.707H10.43A7.43 7.43 0 0 1 4 17.384v1.177a9.477 9.477 0 0 0 9.48 9.48zm-.295-8.59c0-1.179-.476-2.217-1.383-2.75c-1.555-.913-3.792.006-4.994 2.054a6 6 0 0 0-.348.696z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m26.393 3.05l-1.649 2.807a8.43 8.43 0 0 1 5.236 7.804v4.9c0 6.342-5.138 11.48-11.48 11.48h-5.02C7.138 30.041 2 24.903 2 18.561v-4.9c0-4.652 3.778-8.43 8.43-8.43h11.12q.226 0 .448.012L24.1 1.665a1.333 1.333 0 0 1 1.865-.442c.618.393.792 1.207.428 1.826M10.387 7.87a5.793 5.793 0 0 0-5.777 5.79a5.8 5.8 0 0 0 5.704 5.79q.227-.631.584-1.242c1.048-1.784 2.68-2.925 4.267-3.163a2.42 2.42 0 0 0 1.757-1.158l3.533-6.017zm8.685 9.477c.24.632.343 1.35.303 2.103h2.345a5.8 5.8 0 0 0 5.79-5.79c0-2.601-1.729-4.81-4.097-5.537l-4.181 7.12a2.43 2.43 0 0 0-.16 2.104M18.5 28.04a9.477 9.477 0 0 0 9.48-9.48v-1.177a7.43 7.43 0 0 1-6.43 3.707H10.43A7.43 7.43 0 0 1 4 17.384v1.177a9.477 9.477 0 0 0 9.48 9.48zm-.295-8.59c0-1.179-.476-2.217-1.383-2.75c-1.555-.913-3.792.006-4.994 2.054a6 6 0 0 0-.348.696z"/></svg> </template>
CSS
.icon-bowl-with-spoon {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26.393%203.05l-1.649%202.807a8.43%208.43%200%200%201%205.236%207.804v4.9c0%206.342-5.138%2011.48-11.48%2011.48h-5.02C7.138%2030.041%202%2024.903%202%2018.561v-4.9c0-4.652%203.778-8.43%208.43-8.43h11.12q.226%200%20.448.012L24.1%201.665a1.333%201.333%200%200%201%201.865-.442c.618.393.792%201.207.428%201.826M10.387%207.87a5.793%205.793%200%200%200-5.777%205.79a5.8%205.8%200%200%200%205.704%205.79q.227-.631.584-1.242c1.048-1.784%202.68-2.925%204.267-3.163a2.42%202.42%200%200%200%201.757-1.158l3.533-6.017zm8.685%209.477c.24.632.343%201.35.303%202.103h2.345a5.8%205.8%200%200%200%205.79-5.79c0-2.601-1.729-4.81-4.097-5.537l-4.181%207.12a2.43%202.43%200%200%200-.16%202.104M18.5%2028.04a9.477%209.477%200%200%200%209.48-9.48v-1.177a7.43%207.43%200%200%201-6.43%203.707H10.43A7.43%207.43%200%200%201%204%2017.384v1.177a9.477%209.477%200%200%200%209.48%209.48zm-.295-8.59c0-1.179-.476-2.217-1.383-2.75c-1.555-.913-3.792.006-4.994%202.054a6%206%200%200%200-.348.696z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26.393%203.05l-1.649%202.807a8.43%208.43%200%200%201%205.236%207.804v4.9c0%206.342-5.138%2011.48-11.48%2011.48h-5.02C7.138%2030.041%202%2024.903%202%2018.561v-4.9c0-4.652%203.778-8.43%208.43-8.43h11.12q.226%200%20.448.012L24.1%201.665a1.333%201.333%200%200%201%201.865-.442c.618.393.792%201.207.428%201.826M10.387%207.87a5.793%205.793%200%200%200-5.777%205.79a5.8%205.8%200%200%200%205.704%205.79q.227-.631.584-1.242c1.048-1.784%202.68-2.925%204.267-3.163a2.42%202.42%200%200%200%201.757-1.158l3.533-6.017zm8.685%209.477c.24.632.343%201.35.303%202.103h2.345a5.8%205.8%200%200%200%205.79-5.79c0-2.601-1.729-4.81-4.097-5.537l-4.181%207.12a2.43%202.43%200%200%200-.16%202.104M18.5%2028.04a9.477%209.477%200%200%200%209.48-9.48v-1.177a7.43%207.43%200%200%201-6.43%203.707H10.43A7.43%207.43%200%200%201%204%2017.384v1.177a9.477%209.477%200%200%200%209.48%209.48zm-.295-8.59c0-1.179-.476-2.217-1.383-2.75c-1.555-.913-3.792.006-4.994%202.054a6%206%200%200%200-.348.696z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/bowl-with-spoon.svg?color=%231a73e8&size=48