rice bowl 01 icon

rice-bowl-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rice-bowl-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the rice bowl 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M3.911 12H18.09c1.602 0 2.19.37 1.79 1.982c-.706 2.843-2.703 3.549-4.549 5.404c-.448.45.25 1.117.25 1.613c0 .934-.887 1.001-1.595 1.001h-5.97c-.708 0-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982 1.79-1.982Z"/><path stroke-linecap="round" d="M18.5 12c0-1.791-1.9-3.012-3.5-2.308m-5-2.727a2.5 2.5 0 0 0-1.461-.948C6.626 5.594 4.9 7.658 5.715 9.5A2.51 2.51 0 0 0 3.5 12m12.792-2.517c.781-1.8-.874-3.899-2.83-3.466c-.477-2.69-4.447-2.69-4.923 0M17 9l5-6m-6 3l2-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRiceBowl01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.911 12H18.09c1.602 0 2.19.37 1.79 1.982c-.706 2.843-2.703 3.549-4.549 5.404c-.448.45.25 1.117.25 1.613c0 .934-.887 1.001-1.595 1.001h-5.97c-.708 0-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982 1.79-1.982Z"/><path strokeLinecap="round" d="M18.5 12c0-1.791-1.9-3.012-3.5-2.308m-5-2.727a2.5 2.5 0 0 0-1.461-.948C6.626 5.594 4.9 7.658 5.715 9.5A2.51 2.51 0 0 0 3.5 12m12.792-2.517c.781-1.8-.874-3.899-2.83-3.466c-.477-2.69-4.447-2.69-4.923 0M17 9l5-6m-6 3l2-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M3.911 12H18.09c1.602 0 2.19.37 1.79 1.982c-.706 2.843-2.703 3.549-4.549 5.404c-.448.45.25 1.117.25 1.613c0 .934-.887 1.001-1.595 1.001h-5.97c-.708 0-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982 1.79-1.982Z"/><path stroke-linecap="round" d="M18.5 12c0-1.791-1.9-3.012-3.5-2.308m-5-2.727a2.5 2.5 0 0 0-1.461-.948C6.626 5.594 4.9 7.658 5.715 9.5A2.51 2.51 0 0 0 3.5 12m12.792-2.517c.781-1.8-.874-3.899-2.83-3.466c-.477-2.69-4.447-2.69-4.923 0M17 9l5-6m-6 3l2-4"/></g></svg>
</template>

CSS

.icon-rice-bowl-01 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.911%2012H18.09c1.602%200%202.19.37%201.79%201.982c-.706%202.843-2.703%203.549-4.549%205.404c-.448.45.25%201.117.25%201.613c0%20.934-.887%201.001-1.595%201.001h-5.97c-.708%200-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982%201.79-1.982Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%2012c0-1.791-1.9-3.012-3.5-2.308m-5-2.727a2.5%202.5%200%200%200-1.461-.948C6.626%205.594%204.9%207.658%205.715%209.5A2.51%202.51%200%200%200%203.5%2012m12.792-2.517c.781-1.8-.874-3.899-2.83-3.466c-.477-2.69-4.447-2.69-4.923%200M17%209l5-6m-6%203l2-4%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.911%2012H18.09c1.602%200%202.19.37%201.79%201.982c-.706%202.843-2.703%203.549-4.549%205.404c-.448.45.25%201.117.25%201.613c0%20.934-.887%201.001-1.595%201.001h-5.97c-.708%200-1.596-.067-1.595-1c0-.486.677-1.184.25-1.614c-1.846-1.855-3.843-2.561-4.549-5.404c-.4-1.611.188-1.982%201.79-1.982Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18.5%2012c0-1.791-1.9-3.012-3.5-2.308m-5-2.727a2.5%202.5%200%200%200-1.461-.948C6.626%205.594%204.9%207.658%205.715%209.5A2.51%202.51%200%200%200%203.5%2012m12.792-2.517c.781-1.8-.874-3.899-2.83-3.466c-.477-2.69-4.447-2.69-4.923%200M17%209l5-6m-6%203l2-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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