bowl-food from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
bowl-food
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the bowl food icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 240c0-35.3 28.7-64 64-64h1.6c7.4-36.5 39.7-64 78.4-64c15 0 29 4.1 40.9 11.2C262.2 97.5 289 80 320 80s57.8 17.6 71.1 43.2c12-7.1 26-11.2 40.9-11.2c38.7 0 71 27.5 78.4 64h1.6c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32H72.6c-5.5-9.4-8.6-20.3-8.6-32m0 107.4c0-15.1 12.3-27.4 27.4-27.4h457.1c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1l-1.7 14.5c-2 16-15.6 28-31.8 28H204.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C108.4 478.1 64 417.9 64 347.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBowlFood(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 240c0-35.3 28.7-64 64-64h1.6c7.4-36.5 39.7-64 78.4-64c15 0 29 4.1 40.9 11.2C262.2 97.5 289 80 320 80s57.8 17.6 71.1 43.2c12-7.1 26-11.2 40.9-11.2c38.7 0 71 27.5 78.4 64h1.6c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32H72.6c-5.5-9.4-8.6-20.3-8.6-32m0 107.4c0-15.1 12.3-27.4 27.4-27.4h457.1c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1l-1.7 14.5c-2 16-15.6 28-31.8 28H204.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C108.4 478.1 64 417.9 64 347.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 240c0-35.3 28.7-64 64-64h1.6c7.4-36.5 39.7-64 78.4-64c15 0 29 4.1 40.9 11.2C262.2 97.5 289 80 320 80s57.8 17.6 71.1 43.2c12-7.1 26-11.2 40.9-11.2c38.7 0 71 27.5 78.4 64h1.6c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32H72.6c-5.5-9.4-8.6-20.3-8.6-32m0 107.4c0-15.1 12.3-27.4 27.4-27.4h457.1c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1l-1.7 14.5c-2 16-15.6 28-31.8 28H204.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C108.4 478.1 64 417.9 64 347.4"/></svg>
</template>

CSS

.icon-bowl-food {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20240c0-35.3%2028.7-64%2064-64h1.6c7.4-36.5%2039.7-64%2078.4-64c15%200%2029%204.1%2040.9%2011.2C262.2%2097.5%20289%2080%20320%2080s57.8%2017.6%2071.1%2043.2c12-7.1%2026-11.2%2040.9-11.2c38.7%200%2071%2027.5%2078.4%2064h1.6c35.3%200%2064%2028.7%2064%2064c0%2011.7-3.1%2022.6-8.6%2032H72.6c-5.5-9.4-8.6-20.3-8.6-32m0%20107.4c0-15.1%2012.3-27.4%2027.4-27.4h457.1c15.1%200%2027.4%2012.3%2027.4%2027.4c0%2070.5-44.4%20130.7-106.7%20154.1l-1.7%2014.5c-2%2016-15.6%2028-31.8%2028H204.2c-16.1%200-29.8-12-31.8-28l-1.8-14.4C108.4%20478.1%2064%20417.9%2064%20347.4%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20240c0-35.3%2028.7-64%2064-64h1.6c7.4-36.5%2039.7-64%2078.4-64c15%200%2029%204.1%2040.9%2011.2C262.2%2097.5%20289%2080%20320%2080s57.8%2017.6%2071.1%2043.2c12-7.1%2026-11.2%2040.9-11.2c38.7%200%2071%2027.5%2078.4%2064h1.6c35.3%200%2064%2028.7%2064%2064c0%2011.7-3.1%2022.6-8.6%2032H72.6c-5.5-9.4-8.6-20.3-8.6-32m0%20107.4c0-15.1%2012.3-27.4%2027.4-27.4h457.1c15.1%200%2027.4%2012.3%2027.4%2027.4c0%2070.5-44.4%20130.7-106.7%20154.1l-1.7%2014.5c-2%2016-15.6%2028-31.8%2028H204.2c-16.1%200-29.8-12-31.8-28l-1.8-14.4C108.4%20478.1%2064%20417.9%2064%20347.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/bowl-food.svg?color=%231a73e8&size=48