bowl 2 icon
bowl-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- bowl-2-line
- Set
- MingCute Icon
- Style
- Line
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 3.5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 16.5 8.5m-4.5-5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 12.5 8.5M8 3.5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 8.5 8.5M20 11H4v1a7 7 0 0 0 5 6.71c.952.283.524.623.217 1.321c-.223.506.23.969.783.969h4c.552 0 1.006-.463.783-.969c-.307-.698-.735-1.038.217-1.32c2.892-.861 5-3.54 5-6.711z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBowl2Line(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M16 3.5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 16.5 8.5m-4.5-5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 12.5 8.5M8 3.5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 8.5 8.5M20 11H4v1a7 7 0 0 0 5 6.71c.952.283.524.623.217 1.321c-.223.506.23.969.783.969h4c.552 0 1.006-.463.783-.969c-.307-.698-.735-1.038.217-1.32c2.892-.861 5-3.54 5-6.711z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 3.5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 16.5 8.5m-4.5-5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 12.5 8.5M8 3.5a1.245 1.245 0 0 1 .662 1.84l-.824 1.32A1.245 1.245 0 0 0 8.5 8.5M20 11H4v1a7 7 0 0 0 5 6.71c.952.283.524.623.217 1.321c-.223.506.23.969.783.969h4c.552 0 1.006-.463.783-.969c-.307-.698-.735-1.038.217-1.32c2.892-.861 5-3.54 5-6.711z"/></svg> </template>
CSS
.icon-bowl-2-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16%203.5a1.245%201.245%200%200%201%20.662%201.84l-.824%201.32A1.245%201.245%200%200%200%2016.5%208.5m-4.5-5a1.245%201.245%200%200%201%20.662%201.84l-.824%201.32A1.245%201.245%200%200%200%2012.5%208.5M8%203.5a1.245%201.245%200%200%201%20.662%201.84l-.824%201.32A1.245%201.245%200%200%200%208.5%208.5M20%2011H4v1a7%207%200%200%200%205%206.71c.952.283.524.623.217%201.321c-.223.506.23.969.783.969h4c.552%200%201.006-.463.783-.969c-.307-.698-.735-1.038.217-1.32c2.892-.861%205-3.54%205-6.711z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16%203.5a1.245%201.245%200%200%201%20.662%201.84l-.824%201.32A1.245%201.245%200%200%200%2016.5%208.5m-4.5-5a1.245%201.245%200%200%201%20.662%201.84l-.824%201.32A1.245%201.245%200%200%200%2012.5%208.5M8%203.5a1.245%201.245%200%200%201%20.662%201.84l-.824%201.32A1.245%201.245%200%200%200%208.5%208.5M20%2011H4v1a7%207%200%200%200%205%206.71c.952.283.524.623.217%201.321c-.223.506.23.969.783.969h4c.552%200%201.006-.463.783-.969c-.307-.698-.735-1.038.217-1.32c2.892-.861%205-3.54%205-6.711z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/bowl-2-line.svg?color=%231a73e8&size=48