cooked rice emoji
cooked-rice from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.
- Name
- cooked-rice
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Food
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More food icons from Emoji One (Colored)
Use the cooked rice emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#62727a" d="M62 34.1c0 16.3-13.4 25-30 25s-30-8.7-30-25C2 23 15.4 18.9 32 18.9S62 23 62 34.1"/><path fill="#e6eded" d="M57.3 26.1c2.9-7.2-2.9-4.9-1.6-7.4c2.1-3.9-4.6-9.2-6.9-8.6c-.7-4.5-6.2-7.6-13-5.6C34.4 1 16.8-.1 15.2 10c-2.4-.6-9 4.8-6.9 8.6c1.3 2.5-4.5.2-1.6 7.4c-1.7 1.9-2.1 9.2-1.3 10C10 41 21 44 32 44s22-3 26.6-8c.8-.8.4-8.1-1.3-9.9"/><ellipse cx="32" cy="57.6" fill="#3e4347" rx="14.4" ry="4.4"/><path fill="#62727a" d="M59 26.3v5.5c0 7.5-12.1 10.9-27 10.9S5 39.4 5 31.8v-5.5c-1.9 2.1-3 4.7-3 7.8c0 16.3 13.4 25 30 25s30-8.7 30-25c0-3.1-1.1-5.7-3-7.8"/><path fill="#d2d8d9" d="M51.7 28.3c-7.4-1.9-9.1 3.5-1.7 5.4c7.5 2 9.1-3.5 1.7-5.4M44 33.2c-5.4-5.3-9.6-1.6-4.2 3.9c5.5 5.4 9.7 1.4 4.2-3.9m2.9-15c-6.5 3.9-3.9 8.9 2.7 5c6.7-3.9 3.9-9-2.7-5m-4.5-9.7c-7-3-9.5 2.1-2.5 5.1c7 3.1 9.5-2.1 2.5-5.1M25.2 4.9c-7.1 2.7-5.4 8 1.7 5.4c7.3-2.6 5.4-8.1-1.7-5.4m-7.8 11.7c-6.5-4-9.7.6-3.2 4.7c6.4 4.1 9.7-.7 3.2-4.7m14.7 2.1c-7.3 2.1-6.1 7.6 1.3 5.6c7.4-2.1 6.1-7.7-1.3-5.6m-20.2 9.8c-6.8 3.5-4.5 8.6 2.3 5.2c7-3.4 4.5-8.7-2.3-5.2m16.3 4.9c-7.3-2.2-9.2 3-1.9 5.4c7.3 2.3 9.2-3.2 1.9-5.4"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneCookedRice(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#62727a" d="M62 34.1c0 16.3-13.4 25-30 25s-30-8.7-30-25C2 23 15.4 18.9 32 18.9S62 23 62 34.1"/><path fill="#e6eded" d="M57.3 26.1c2.9-7.2-2.9-4.9-1.6-7.4c2.1-3.9-4.6-9.2-6.9-8.6c-.7-4.5-6.2-7.6-13-5.6C34.4 1 16.8-.1 15.2 10c-2.4-.6-9 4.8-6.9 8.6c1.3 2.5-4.5.2-1.6 7.4c-1.7 1.9-2.1 9.2-1.3 10C10 41 21 44 32 44s22-3 26.6-8c.8-.8.4-8.1-1.3-9.9"/><ellipse cx="32" cy="57.6" fill="#3e4347" rx="14.4" ry="4.4"/><path fill="#62727a" d="M59 26.3v5.5c0 7.5-12.1 10.9-27 10.9S5 39.4 5 31.8v-5.5c-1.9 2.1-3 4.7-3 7.8c0 16.3 13.4 25 30 25s30-8.7 30-25c0-3.1-1.1-5.7-3-7.8"/><path fill="#d2d8d9" d="M51.7 28.3c-7.4-1.9-9.1 3.5-1.7 5.4c7.5 2 9.1-3.5 1.7-5.4M44 33.2c-5.4-5.3-9.6-1.6-4.2 3.9c5.5 5.4 9.7 1.4 4.2-3.9m2.9-15c-6.5 3.9-3.9 8.9 2.7 5c6.7-3.9 3.9-9-2.7-5m-4.5-9.7c-7-3-9.5 2.1-2.5 5.1c7 3.1 9.5-2.1 2.5-5.1M25.2 4.9c-7.1 2.7-5.4 8 1.7 5.4c7.3-2.6 5.4-8.1-1.7-5.4m-7.8 11.7c-6.5-4-9.7.6-3.2 4.7c6.4 4.1 9.7-.7 3.2-4.7m14.7 2.1c-7.3 2.1-6.1 7.6 1.3 5.6c7.4-2.1 6.1-7.7-1.3-5.6m-20.2 9.8c-6.8 3.5-4.5 8.6 2.3 5.2c7-3.4 4.5-8.7-2.3-5.2m16.3 4.9c-7.3-2.2-9.2 3-1.9 5.4c7.3 2.3 9.2-3.2 1.9-5.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#62727a" d="M62 34.1c0 16.3-13.4 25-30 25s-30-8.7-30-25C2 23 15.4 18.9 32 18.9S62 23 62 34.1"/><path fill="#e6eded" d="M57.3 26.1c2.9-7.2-2.9-4.9-1.6-7.4c2.1-3.9-4.6-9.2-6.9-8.6c-.7-4.5-6.2-7.6-13-5.6C34.4 1 16.8-.1 15.2 10c-2.4-.6-9 4.8-6.9 8.6c1.3 2.5-4.5.2-1.6 7.4c-1.7 1.9-2.1 9.2-1.3 10C10 41 21 44 32 44s22-3 26.6-8c.8-.8.4-8.1-1.3-9.9"/><ellipse cx="32" cy="57.6" fill="#3e4347" rx="14.4" ry="4.4"/><path fill="#62727a" d="M59 26.3v5.5c0 7.5-12.1 10.9-27 10.9S5 39.4 5 31.8v-5.5c-1.9 2.1-3 4.7-3 7.8c0 16.3 13.4 25 30 25s30-8.7 30-25c0-3.1-1.1-5.7-3-7.8"/><path fill="#d2d8d9" d="M51.7 28.3c-7.4-1.9-9.1 3.5-1.7 5.4c7.5 2 9.1-3.5 1.7-5.4M44 33.2c-5.4-5.3-9.6-1.6-4.2 3.9c5.5 5.4 9.7 1.4 4.2-3.9m2.9-15c-6.5 3.9-3.9 8.9 2.7 5c6.7-3.9 3.9-9-2.7-5m-4.5-9.7c-7-3-9.5 2.1-2.5 5.1c7 3.1 9.5-2.1 2.5-5.1M25.2 4.9c-7.1 2.7-5.4 8 1.7 5.4c7.3-2.6 5.4-8.1-1.7-5.4m-7.8 11.7c-6.5-4-9.7.6-3.2 4.7c6.4 4.1 9.7-.7 3.2-4.7m14.7 2.1c-7.3 2.1-6.1 7.6 1.3 5.6c7.4-2.1 6.1-7.7-1.3-5.6m-20.2 9.8c-6.8 3.5-4.5 8.6 2.3 5.2c7-3.4 4.5-8.7-2.3-5.2m16.3 4.9c-7.3-2.2-9.2 3-1.9 5.4c7.3 2.3 9.2-3.2 1.9-5.4"/></svg> </template>
CSS
.icon-cooked-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%2064%2064%22%3E%3Cpath%20fill%3D%22%2362727a%22%20d%3D%22M62%2034.1c0%2016.3-13.4%2025-30%2025s-30-8.7-30-25C2%2023%2015.4%2018.9%2032%2018.9S62%2023%2062%2034.1%22%2F%3E%3Cpath%20fill%3D%22%23e6eded%22%20d%3D%22M57.3%2026.1c2.9-7.2-2.9-4.9-1.6-7.4c2.1-3.9-4.6-9.2-6.9-8.6c-.7-4.5-6.2-7.6-13-5.6C34.4%201%2016.8-.1%2015.2%2010c-2.4-.6-9%204.8-6.9%208.6c1.3%202.5-4.5.2-1.6%207.4c-1.7%201.9-2.1%209.2-1.3%2010C10%2041%2021%2044%2032%2044s22-3%2026.6-8c.8-.8.4-8.1-1.3-9.9%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2257.6%22%20fill%3D%22%233e4347%22%20rx%3D%2214.4%22%20ry%3D%224.4%22%2F%3E%3Cpath%20fill%3D%22%2362727a%22%20d%3D%22M59%2026.3v5.5c0%207.5-12.1%2010.9-27%2010.9S5%2039.4%205%2031.8v-5.5c-1.9%202.1-3%204.7-3%207.8c0%2016.3%2013.4%2025%2030%2025s30-8.7%2030-25c0-3.1-1.1-5.7-3-7.8%22%2F%3E%3Cpath%20fill%3D%22%23d2d8d9%22%20d%3D%22M51.7%2028.3c-7.4-1.9-9.1%203.5-1.7%205.4c7.5%202%209.1-3.5%201.7-5.4M44%2033.2c-5.4-5.3-9.6-1.6-4.2%203.9c5.5%205.4%209.7%201.4%204.2-3.9m2.9-15c-6.5%203.9-3.9%208.9%202.7%205c6.7-3.9%203.9-9-2.7-5m-4.5-9.7c-7-3-9.5%202.1-2.5%205.1c7%203.1%209.5-2.1%202.5-5.1M25.2%204.9c-7.1%202.7-5.4%208%201.7%205.4c7.3-2.6%205.4-8.1-1.7-5.4m-7.8%2011.7c-6.5-4-9.7.6-3.2%204.7c6.4%204.1%209.7-.7%203.2-4.7m14.7%202.1c-7.3%202.1-6.1%207.6%201.3%205.6c7.4-2.1%206.1-7.7-1.3-5.6m-20.2%209.8c-6.8%203.5-4.5%208.6%202.3%205.2c7-3.4%204.5-8.7-2.3-5.2m16.3%204.9c-7.3-2.2-9.2%203-1.9%205.4c7.3%202.3%209.2-3.2%201.9-5.4%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2362727a%22%20d%3D%22M62%2034.1c0%2016.3-13.4%2025-30%2025s-30-8.7-30-25C2%2023%2015.4%2018.9%2032%2018.9S62%2023%2062%2034.1%22%2F%3E%3Cpath%20fill%3D%22%23e6eded%22%20d%3D%22M57.3%2026.1c2.9-7.2-2.9-4.9-1.6-7.4c2.1-3.9-4.6-9.2-6.9-8.6c-.7-4.5-6.2-7.6-13-5.6C34.4%201%2016.8-.1%2015.2%2010c-2.4-.6-9%204.8-6.9%208.6c1.3%202.5-4.5.2-1.6%207.4c-1.7%201.9-2.1%209.2-1.3%2010C10%2041%2021%2044%2032%2044s22-3%2026.6-8c.8-.8.4-8.1-1.3-9.9%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2257.6%22%20fill%3D%22%233e4347%22%20rx%3D%2214.4%22%20ry%3D%224.4%22%2F%3E%3Cpath%20fill%3D%22%2362727a%22%20d%3D%22M59%2026.3v5.5c0%207.5-12.1%2010.9-27%2010.9S5%2039.4%205%2031.8v-5.5c-1.9%202.1-3%204.7-3%207.8c0%2016.3%2013.4%2025%2030%2025s30-8.7%2030-25c0-3.1-1.1-5.7-3-7.8%22%2F%3E%3Cpath%20fill%3D%22%23d2d8d9%22%20d%3D%22M51.7%2028.3c-7.4-1.9-9.1%203.5-1.7%205.4c7.5%202%209.1-3.5%201.7-5.4M44%2033.2c-5.4-5.3-9.6-1.6-4.2%203.9c5.5%205.4%209.7%201.4%204.2-3.9m2.9-15c-6.5%203.9-3.9%208.9%202.7%205c6.7-3.9%203.9-9-2.7-5m-4.5-9.7c-7-3-9.5%202.1-2.5%205.1c7%203.1%209.5-2.1%202.5-5.1M25.2%204.9c-7.1%202.7-5.4%208%201.7%205.4c7.3-2.6%205.4-8.1-1.7-5.4m-7.8%2011.7c-6.5-4-9.7.6-3.2%204.7c6.4%204.1%209.7-.7%203.2-4.7m14.7%202.1c-7.3%202.1-6.1%207.6%201.3%205.6c7.4-2.1%206.1-7.7-1.3-5.6m-20.2%209.8c-6.8%203.5-4.5%208.6%202.3%205.2c7-3.4%204.5-8.7-2.3-5.2m16.3%204.9c-7.3-2.2-9.2%203-1.9%205.4c7.3%202.3%209.2-3.2%201.9-5.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/cooked-rice.svg?color=%231a73e8&size=48