rice bowl icon
rice-bowl from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- rice-bowl
- Set
- Material Symbols
- Style
- Regular
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- rice-bowl-sharp
3 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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="M8 22v-1.75Q5.375 19.2 3.688 17T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12q0 2.8-1.687 5T16 20.25V22zm2-10h4V4.25q-.5-.125-1-.187T12 4t-1 .063t-1 .187zm-6 0h4V5.075Q6.125 6.15 5.063 8T4 12m12 0h4q0-2.15-1.062-4T16 5.075z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRiceBowl(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="M8 22v-1.75Q5.375 19.2 3.688 17T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12q0 2.8-1.687 5T16 20.25V22zm2-10h4V4.25q-.5-.125-1-.187T12 4t-1 .063t-1 .187zm-6 0h4V5.075Q6.125 6.15 5.063 8T4 12m12 0h4q0-2.15-1.062-4T16 5.075z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22v-1.75Q5.375 19.2 3.688 17T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12q0 2.8-1.687 5T16 20.25V22zm2-10h4V4.25q-.5-.125-1-.187T12 4t-1 .063t-1 .187zm-6 0h4V5.075Q6.125 6.15 5.063 8T4 12m12 0h4q0-2.15-1.062-4T16 5.075z"/></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%22M8%2022v-1.75Q5.375%2019.2%203.688%2017T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012q0%202.8-1.687%205T16%2020.25V22zm2-10h4V4.25q-.5-.125-1-.187T12%204t-1%20.063t-1%20.187zm-6%200h4V5.075Q6.125%206.15%205.063%208T4%2012m12%200h4q0-2.15-1.062-4T16%205.075z%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%22M8%2022v-1.75Q5.375%2019.2%203.688%2017T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012q0%202.8-1.687%205T16%2020.25V22zm2-10h4V4.25q-.5-.125-1-.187T12%204t-1%20.063t-1%20.187zm-6%200h4V5.075Q6.125%206.15%205.063%208T4%2012m12%200h4q0-2.15-1.062-4T16%205.075z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/rice-bowl.svg?color=%231a73e8&size=48