rice bowl icon
rice-bowl-outline-rounded from Material Symbols Light by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- rice-bowl-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
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.808 21q-.343 0-.576-.234T9 20.186v-.609q-2.51-.992-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.577v.61q0 .346-.232.58t-.576.233zM9.5 12h5V4.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.954zM10 20h4v-1.1q2.108-.84 3.787-2.287T19.869 13H4.131q.403 2.166 2.082 3.613Q7.893 18.06 10 18.9zm0 0h4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRiceBowlOutlineRounded(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.808 21q-.343 0-.576-.234T9 20.186v-.609q-2.51-.992-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.577v.61q0 .346-.232.58t-.576.233zM9.5 12h5V4.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.954zM10 20h4v-1.1q2.108-.84 3.787-2.287T19.869 13H4.131q.403 2.166 2.082 3.613Q7.893 18.06 10 18.9zm0 0h4z"/></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.808 21q-.343 0-.576-.234T9 20.186v-.609q-2.51-.992-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.577v.61q0 .346-.232.58t-.576.233zM9.5 12h5V4.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.954zM10 20h4v-1.1q2.108-.84 3.787-2.287T19.869 13H4.131q.403 2.166 2.082 3.613Q7.893 18.06 10 18.9zm0 0h4z"/></svg> </template>
CSS
.icon-rice-bowl-outline-rounded {
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.808%2021q-.343%200-.576-.234T9%2020.186v-.609q-2.51-.992-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.577v.61q0%20.346-.232.58t-.576.233zM9.5%2012h5V4.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.954zM10%2020h4v-1.1q2.108-.84%203.787-2.287T19.869%2013H4.131q.403%202.166%202.082%203.613Q7.893%2018.06%2010%2018.9zm0%200h4z%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.808%2021q-.343%200-.576-.234T9%2020.186v-.609q-2.51-.992-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.577v.61q0%20.346-.232.58t-.576.233zM9.5%2012h5V4.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.954zM10%2020h4v-1.1q2.108-.84%203.787-2.287T19.869%2013H4.131q.403%202.166%202.082%203.613Q7.893%2018.06%2010%2018.9zm0%200h4z%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-outline-rounded.svg?color=%231a73e8&size=48