bowl food icon
bowl-food-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- bowl-food-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the bowl food icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 100h-4.78a92 92 0 0 0-182.44 0H32a12 12 0 0 0-12 12a108.38 108.38 0 0 0 56 94.68V208a20 20 0 0 0 20 20h64a20 20 0 0 0 20-20v-1.32A108.38 108.38 0 0 0 236 112a12 12 0 0 0-12-12m-53.71-39.94a92 92 0 0 0-43.1 39.94H106a68.27 68.27 0 0 1 62-40c.76 0 1.52 0 2.29.06m17.22 19.08a67.7 67.7 0 0 1 7.41 20.86h-38.79a67.9 67.9 0 0 1 31.38-20.86M128 44c.83 0 1.65 0 2.48.06A92.3 92.3 0 0 0 80.37 100H61.08A68.1 68.1 0 0 1 128 44m35 144.39a12 12 0 0 0-7 10.91v4.7h-56v-4.7a12 12 0 0 0-7-10.91A84.32 84.32 0 0 1 44.87 124h166.26A84.32 84.32 0 0 1 163 188.39"/></svg>
React
import type { SVGProps } from "react";
export function PhBowlFoodBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 100h-4.78a92 92 0 0 0-182.44 0H32a12 12 0 0 0-12 12a108.38 108.38 0 0 0 56 94.68V208a20 20 0 0 0 20 20h64a20 20 0 0 0 20-20v-1.32A108.38 108.38 0 0 0 236 112a12 12 0 0 0-12-12m-53.71-39.94a92 92 0 0 0-43.1 39.94H106a68.27 68.27 0 0 1 62-40c.76 0 1.52 0 2.29.06m17.22 19.08a67.7 67.7 0 0 1 7.41 20.86h-38.79a67.9 67.9 0 0 1 31.38-20.86M128 44c.83 0 1.65 0 2.48.06A92.3 92.3 0 0 0 80.37 100H61.08A68.1 68.1 0 0 1 128 44m35 144.39a12 12 0 0 0-7 10.91v4.7h-56v-4.7a12 12 0 0 0-7-10.91A84.32 84.32 0 0 1 44.87 124h166.26A84.32 84.32 0 0 1 163 188.39"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 100h-4.78a92 92 0 0 0-182.44 0H32a12 12 0 0 0-12 12a108.38 108.38 0 0 0 56 94.68V208a20 20 0 0 0 20 20h64a20 20 0 0 0 20-20v-1.32A108.38 108.38 0 0 0 236 112a12 12 0 0 0-12-12m-53.71-39.94a92 92 0 0 0-43.1 39.94H106a68.27 68.27 0 0 1 62-40c.76 0 1.52 0 2.29.06m17.22 19.08a67.7 67.7 0 0 1 7.41 20.86h-38.79a67.9 67.9 0 0 1 31.38-20.86M128 44c.83 0 1.65 0 2.48.06A92.3 92.3 0 0 0 80.37 100H61.08A68.1 68.1 0 0 1 128 44m35 144.39a12 12 0 0 0-7 10.91v4.7h-56v-4.7a12 12 0 0 0-7-10.91A84.32 84.32 0 0 1 44.87 124h166.26A84.32 84.32 0 0 1 163 188.39"/></svg> </template>
CSS
.icon-bowl-food-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20100h-4.78a92%2092%200%200%200-182.44%200H32a12%2012%200%200%200-12%2012a108.38%20108.38%200%200%200%2056%2094.68V208a20%2020%200%200%200%2020%2020h64a20%2020%200%200%200%2020-20v-1.32A108.38%20108.38%200%200%200%20236%20112a12%2012%200%200%200-12-12m-53.71-39.94a92%2092%200%200%200-43.1%2039.94H106a68.27%2068.27%200%200%201%2062-40c.76%200%201.52%200%202.29.06m17.22%2019.08a67.7%2067.7%200%200%201%207.41%2020.86h-38.79a67.9%2067.9%200%200%201%2031.38-20.86M128%2044c.83%200%201.65%200%202.48.06A92.3%2092.3%200%200%200%2080.37%20100H61.08A68.1%2068.1%200%200%201%20128%2044m35%20144.39a12%2012%200%200%200-7%2010.91v4.7h-56v-4.7a12%2012%200%200%200-7-10.91A84.32%2084.32%200%200%201%2044.87%20124h166.26A84.32%2084.32%200%200%201%20163%20188.39%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20100h-4.78a92%2092%200%200%200-182.44%200H32a12%2012%200%200%200-12%2012a108.38%20108.38%200%200%200%2056%2094.68V208a20%2020%200%200%200%2020%2020h64a20%2020%200%200%200%2020-20v-1.32A108.38%20108.38%200%200%200%20236%20112a12%2012%200%200%200-12-12m-53.71-39.94a92%2092%200%200%200-43.1%2039.94H106a68.27%2068.27%200%200%201%2062-40c.76%200%201.52%200%202.29.06m17.22%2019.08a67.7%2067.7%200%200%201%207.41%2020.86h-38.79a67.9%2067.9%200%200%201%2031.38-20.86M128%2044c.83%200%201.65%200%202.48.06A92.3%2092.3%200%200%200%2080.37%20100H61.08A68.1%2068.1%200%200%201%20128%2044m35%20144.39a12%2012%200%200%200-7%2010.91v4.7h-56v-4.7a12%2012%200%200%200-7-10.91A84.32%2084.32%200%200%201%2044.87%20124h166.26A84.32%2084.32%200%200%201%20163%20188.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bowl-food-bold.svg?color=%231a73e8&size=48