rice-bowl from Material Symbols Light by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.

Name
rice-bowl
Set
Material Symbols Light
Style
Regular
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
rice-bowl-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the rice bowl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21v-1.423q-2.51-.993-4.255-2.971T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 2.627-1.745 4.606T15 19.577V21zm.5-9h5V4.404q-.622-.202-1.243-.303Q12.634 4 12.004 4t-1.26.101t-1.245.303zM4 12h4.5V4.806Q6.433 5.823 5.216 7.76Q4 9.696 4 12m11.5 0H20q0-2.304-1.216-4.24q-1.217-1.937-3.284-2.954z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRiceBowl(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" d="M9 21v-1.423q-2.51-.993-4.255-2.971T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 2.627-1.745 4.606T15 19.577V21zm.5-9h5V4.404q-.622-.202-1.243-.303Q12.634 4 12.004 4t-1.26.101t-1.245.303zM4 12h4.5V4.806Q6.433 5.823 5.216 7.76Q4 9.696 4 12m11.5 0H20q0-2.304-1.216-4.24q-1.217-1.937-3.284-2.954z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21v-1.423q-2.51-.993-4.255-2.971T3 12q0-1.868.709-3.51T5.63 5.633t2.857-1.924T11.997 3t3.51.709t2.859 1.924t1.925 2.857T21 12q0 2.627-1.745 4.606T15 19.577V21zm.5-9h5V4.404q-.622-.202-1.243-.303Q12.634 4 12.004 4t-1.26.101t-1.245.303zM4 12h4.5V4.806Q6.433 5.823 5.216 7.76Q4 9.696 4 12m11.5 0H20q0-2.304-1.216-4.24q-1.217-1.937-3.284-2.954z"/></svg>
</template>

CSS

.icon-rice-bowl {
  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%20d%3D%22M9%2021v-1.423q-2.51-.993-4.255-2.971T3%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%202.627-1.745%204.606T15%2019.577V21zm.5-9h5V4.404q-.622-.202-1.243-.303Q12.634%204%2012.004%204t-1.26.101t-1.245.303zM4%2012h4.5V4.806Q6.433%205.823%205.216%207.76Q4%209.696%204%2012m11.5%200H20q0-2.304-1.216-4.24q-1.217-1.937-3.284-2.954z%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%20d%3D%22M9%2021v-1.423q-2.51-.993-4.255-2.971T3%2012q0-1.868.709-3.51T5.63%205.633t2.857-1.924T11.997%203t3.51.709t2.859%201.924t1.925%202.857T21%2012q0%202.627-1.745%204.606T15%2019.577V21zm.5-9h5V4.404q-.622-.202-1.243-.303Q12.634%204%2012.004%204t-1.26.101t-1.245.303zM4%2012h4.5V4.806Q6.433%205.823%205.216%207.76Q4%209.696%204%2012m11.5%200H20q0-2.304-1.216-4.24q-1.217-1.937-3.284-2.954z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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