bxs bowl rice icon
bxs-bowl-rice from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-bowl-rice
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs bowl rice icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 10a3.58 3.58 0 0 0-1.8-3a3.66 3.66 0 0 0-3.63-3.13a3.86 3.86 0 0 0-1 .13a3.7 3.7 0 0 0-5.11 0a3.86 3.86 0 0 0-1-.13A3.66 3.66 0 0 0 4.81 7A3.58 3.58 0 0 0 3 10a1 1 0 0 0-1 1a10 10 0 0 0 5 8.66V21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.34A10 10 0 0 0 22 11a1 1 0 0 0-1-1zM5 10a1.59 1.59 0 0 1 1.11-1.39l.83-.26l-.16-.85a1.64 1.64 0 0 1 1.66-1.62a1.78 1.78 0 0 1 .83.2l.81.45l.5-.77a1.71 1.71 0 0 1 2.84 0l.5.77l.81-.45a1.78 1.78 0 0 1 .83-.2a1.65 1.65 0 0 1 1.67 1.6l-.16.85l.82.28A1.59 1.59 0 0 1 19 10z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsBowlRice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 10a3.58 3.58 0 0 0-1.8-3a3.66 3.66 0 0 0-3.63-3.13a3.86 3.86 0 0 0-1 .13a3.7 3.7 0 0 0-5.11 0a3.86 3.86 0 0 0-1-.13A3.66 3.66 0 0 0 4.81 7A3.58 3.58 0 0 0 3 10a1 1 0 0 0-1 1a10 10 0 0 0 5 8.66V21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.34A10 10 0 0 0 22 11a1 1 0 0 0-1-1zM5 10a1.59 1.59 0 0 1 1.11-1.39l.83-.26l-.16-.85a1.64 1.64 0 0 1 1.66-1.62a1.78 1.78 0 0 1 .83.2l.81.45l.5-.77a1.71 1.71 0 0 1 2.84 0l.5.77l.81-.45a1.78 1.78 0 0 1 .83-.2a1.65 1.65 0 0 1 1.67 1.6l-.16.85l.82.28A1.59 1.59 0 0 1 19 10z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 10a3.58 3.58 0 0 0-1.8-3a3.66 3.66 0 0 0-3.63-3.13a3.86 3.86 0 0 0-1 .13a3.7 3.7 0 0 0-5.11 0a3.86 3.86 0 0 0-1-.13A3.66 3.66 0 0 0 4.81 7A3.58 3.58 0 0 0 3 10a1 1 0 0 0-1 1a10 10 0 0 0 5 8.66V21a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.34A10 10 0 0 0 22 11a1 1 0 0 0-1-1zM5 10a1.59 1.59 0 0 1 1.11-1.39l.83-.26l-.16-.85a1.64 1.64 0 0 1 1.66-1.62a1.78 1.78 0 0 1 .83.2l.81.45l.5-.77a1.71 1.71 0 0 1 2.84 0l.5.77l.81-.45a1.78 1.78 0 0 1 .83-.2a1.65 1.65 0 0 1 1.67 1.6l-.16.85l.82.28A1.59 1.59 0 0 1 19 10z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-bowl-rice {
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%20d%3D%22M21%2010a3.58%203.58%200%200%200-1.8-3a3.66%203.66%200%200%200-3.63-3.13a3.86%203.86%200%200%200-1%20.13a3.7%203.7%200%200%200-5.11%200a3.86%203.86%200%200%200-1-.13A3.66%203.66%200%200%200%204.81%207A3.58%203.58%200%200%200%203%2010a1%201%200%200%200-1%201a10%2010%200%200%200%205%208.66V21a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-1.34A10%2010%200%200%200%2022%2011a1%201%200%200%200-1-1zM5%2010a1.59%201.59%200%200%201%201.11-1.39l.83-.26l-.16-.85a1.64%201.64%200%200%201%201.66-1.62a1.78%201.78%200%200%201%20.83.2l.81.45l.5-.77a1.71%201.71%200%200%201%202.84%200l.5.77l.81-.45a1.78%201.78%200%200%201%20.83-.2a1.65%201.65%200%200%201%201.67%201.6l-.16.85l.82.28A1.59%201.59%200%200%201%2019%2010z%22%20fill%3D%22currentColor%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%20d%3D%22M21%2010a3.58%203.58%200%200%200-1.8-3a3.66%203.66%200%200%200-3.63-3.13a3.86%203.86%200%200%200-1%20.13a3.7%203.7%200%200%200-5.11%200a3.86%203.86%200%200%200-1-.13A3.66%203.66%200%200%200%204.81%207A3.58%203.58%200%200%200%203%2010a1%201%200%200%200-1%201a10%2010%200%200%200%205%208.66V21a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-1.34A10%2010%200%200%200%2022%2011a1%201%200%200%200-1-1zM5%2010a1.59%201.59%200%200%201%201.11-1.39l.83-.26l-.16-.85a1.64%201.64%200%200%201%201.66-1.62a1.78%201.78%200%200%201%20.83.2l.81.45l.5-.77a1.71%201.71%200%200%201%202.84%200l.5.77l.81-.45a1.78%201.78%200%200%201%20.83-.2a1.65%201.65%200%200%201%201.67%201.6l-.16.85l.82.28A1.59%201.59%200%200%201%2019%2010z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-bowl-rice.svg?color=%231a73e8&size=48