bowl-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
bowl-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the bowl 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.316 2.552a1 1 0 1 0-.632 1.897c.15.05.214.228.13.362L6.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 1 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32m4 0a1 1 0 0 0-.632 1.897c.15.05.214.228.13.362L10.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 0 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32m4 0a1 1 0 0 0-.632 1.897c.15.05.214.228.13.362L14.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 0 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32M4 10a1 1 0 0 0-1 1v1a8 8 0 0 0 5.715 7.668c.356.106.34.287.313.581q-.01.096-.016.21A1.484 1.484 0 0 0 10.5 22h3c.821 0 1.523-.674 1.488-1.54a4 4 0 0 0-.016-.21c-.027-.294-.043-.475.313-.58A8 8 0 0 0 21 12v-1a1 1 0 0 0-1-1z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBowl2Fill(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" fillRule="evenodd" d="M8.316 2.552a1 1 0 1 0-.632 1.897c.15.05.214.228.13.362L6.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 1 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32m4 0a1 1 0 0 0-.632 1.897c.15.05.214.228.13.362L10.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 0 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32m4 0a1 1 0 0 0-.632 1.897c.15.05.214.228.13.362L14.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 0 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32M4 10a1 1 0 0 0-1 1v1a8 8 0 0 0 5.715 7.668c.356.106.34.287.313.581q-.01.096-.016.21A1.484 1.484 0 0 0 10.5 22h3c.821 0 1.523-.674 1.488-1.54a4 4 0 0 0-.016-.21c-.027-.294-.043-.475.313-.58A8 8 0 0 0 21 12v-1a1 1 0 0 0-1-1z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.316 2.552a1 1 0 1 0-.632 1.897c.15.05.214.228.13.362L6.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 1 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32m4 0a1 1 0 0 0-.632 1.897c.15.05.214.228.13.362L10.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 0 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32m4 0a1 1 0 0 0-.632 1.897c.15.05.214.228.13.362L14.99 6.13a2.245 2.245 0 0 0 1.194 3.32a1 1 0 0 0 .632-1.897a.245.245 0 0 1-.13-.363l.824-1.318a2.245 2.245 0 0 0-1.194-3.32M4 10a1 1 0 0 0-1 1v1a8 8 0 0 0 5.715 7.668c.356.106.34.287.313.581q-.01.096-.016.21A1.484 1.484 0 0 0 10.5 22h3c.821 0 1.523-.674 1.488-1.54a4 4 0 0 0-.016-.21c-.027-.294-.043-.475.313-.58A8 8 0 0 0 21 12v-1a1 1 0 0 0-1-1z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bowl-2-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.316%202.552a1%201%200%201%200-.632%201.897c.15.05.214.228.13.362L6.99%206.13a2.245%202.245%200%200%200%201.194%203.32a1%201%200%201%200%20.632-1.897a.245.245%200%200%201-.13-.363l.824-1.318a2.245%202.245%200%200%200-1.194-3.32m4%200a1%201%200%200%200-.632%201.897c.15.05.214.228.13.362L10.99%206.13a2.245%202.245%200%200%200%201.194%203.32a1%201%200%200%200%20.632-1.897a.245.245%200%200%201-.13-.363l.824-1.318a2.245%202.245%200%200%200-1.194-3.32m4%200a1%201%200%200%200-.632%201.897c.15.05.214.228.13.362L14.99%206.13a2.245%202.245%200%200%200%201.194%203.32a1%201%200%200%200%20.632-1.897a.245.245%200%200%201-.13-.363l.824-1.318a2.245%202.245%200%200%200-1.194-3.32M4%2010a1%201%200%200%200-1%201v1a8%208%200%200%200%205.715%207.668c.356.106.34.287.313.581q-.01.096-.016.21A1.484%201.484%200%200%200%2010.5%2022h3c.821%200%201.523-.674%201.488-1.54a4%204%200%200%200-.016-.21c-.027-.294-.043-.475.313-.58A8%208%200%200%200%2021%2012v-1a1%201%200%200%200-1-1z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.316%202.552a1%201%200%201%200-.632%201.897c.15.05.214.228.13.362L6.99%206.13a2.245%202.245%200%200%200%201.194%203.32a1%201%200%201%200%20.632-1.897a.245.245%200%200%201-.13-.363l.824-1.318a2.245%202.245%200%200%200-1.194-3.32m4%200a1%201%200%200%200-.632%201.897c.15.05.214.228.13.362L10.99%206.13a2.245%202.245%200%200%200%201.194%203.32a1%201%200%200%200%20.632-1.897a.245.245%200%200%201-.13-.363l.824-1.318a2.245%202.245%200%200%200-1.194-3.32m4%200a1%201%200%200%200-.632%201.897c.15.05.214.228.13.362L14.99%206.13a2.245%202.245%200%200%200%201.194%203.32a1%201%200%200%200%20.632-1.897a.245.245%200%200%201-.13-.363l.824-1.318a2.245%202.245%200%200%200-1.194-3.32M4%2010a1%201%200%200%200-1%201v1a8%208%200%200%200%205.715%207.668c.356.106.34.287.313.581q-.01.096-.016.21A1.484%201.484%200%200%200%2010.5%2022h3c.821%200%201.523-.674%201.488-1.54a4%204%200%200%200-.016-.21c-.027-.294-.043-.475.313-.58A8%208%200%200%200%2021%2012v-1a1%201%200%200%200-1-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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