rice ball icon
rice-ball from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- rice-ball
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the rice ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16 21.81c-1.22.116-2.591.187-4 .19a44 44 0 0 1-4-.19V14h8z"/><path d="M9.748 3.086C6.675 6.374 2.964 12.62 2.091 17.292c-.263 1.405 0 2.537 1.351 3.551c.503.378 2.267.75 4.558.967V14h8v7.81c2.29-.216 4.055-.589 4.558-.967c1.35-1.014 1.614-2.146 1.35-3.551c-.872-4.672-4.583-10.918-7.656-14.206C13.575 2.362 12.788 2 12 2s-1.575.362-2.252 1.086"/><path stroke="currentColor" stroke-width="2" d="M16 21.81V14H8v7.81m-5.909-4.518C2.964 12.62 6.675 6.374 9.748 3.086C10.425 2.362 11.212 2 12 2s1.575.362 2.252 1.086c3.073 3.288 6.784 9.534 7.657 14.206c.263 1.405 0 2.537-1.351 3.551c-.771.58-4.506 1.147-8.558 1.157c-4.052-.01-7.787-.578-8.558-1.157c-1.35-1.014-1.614-2.146-1.35-3.551Z"/><path stroke="currentColor" stroke-width="2" d="M9.296 10.187h.003v.004h-.003zm2.702-4.059h.004v.004h-.004zm2.702 4.06h.004v.003h-.003z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignRiceBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16 21.81c-1.22.116-2.591.187-4 .19a44 44 0 0 1-4-.19V14h8z"/><path d="M9.748 3.086C6.675 6.374 2.964 12.62 2.091 17.292c-.263 1.405 0 2.537 1.351 3.551c.503.378 2.267.75 4.558.967V14h8v7.81c2.29-.216 4.055-.589 4.558-.967c1.35-1.014 1.614-2.146 1.35-3.551c-.872-4.672-4.583-10.918-7.656-14.206C13.575 2.362 12.788 2 12 2s-1.575.362-2.252 1.086"/><path stroke="currentColor" strokeWidth="2" d="M16 21.81V14H8v7.81m-5.909-4.518C2.964 12.62 6.675 6.374 9.748 3.086C10.425 2.362 11.212 2 12 2s1.575.362 2.252 1.086c3.073 3.288 6.784 9.534 7.657 14.206c.263 1.405 0 2.537-1.351 3.551c-.771.58-4.506 1.147-8.558 1.157c-4.052-.01-7.787-.578-8.558-1.157c-1.35-1.014-1.614-2.146-1.35-3.551Z"/><path stroke="currentColor" strokeWidth="2" d="M9.296 10.187h.003v.004h-.003zm2.702-4.059h.004v.004h-.004zm2.702 4.06h.004v.003h-.003z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M16 21.81c-1.22.116-2.591.187-4 .19a44 44 0 0 1-4-.19V14h8z"/><path d="M9.748 3.086C6.675 6.374 2.964 12.62 2.091 17.292c-.263 1.405 0 2.537 1.351 3.551c.503.378 2.267.75 4.558.967V14h8v7.81c2.29-.216 4.055-.589 4.558-.967c1.35-1.014 1.614-2.146 1.35-3.551c-.872-4.672-4.583-10.918-7.656-14.206C13.575 2.362 12.788 2 12 2s-1.575.362-2.252 1.086"/><path stroke="currentColor" stroke-width="2" d="M16 21.81V14H8v7.81m-5.909-4.518C2.964 12.62 6.675 6.374 9.748 3.086C10.425 2.362 11.212 2 12 2s1.575.362 2.252 1.086c3.073 3.288 6.784 9.534 7.657 14.206c.263 1.405 0 2.537-1.351 3.551c-.771.58-4.506 1.147-8.558 1.157c-4.052-.01-7.787-.578-8.558-1.157c-1.35-1.014-1.614-2.146-1.35-3.551Z"/><path stroke="currentColor" stroke-width="2" d="M9.296 10.187h.003v.004h-.003zm2.702-4.059h.004v.004h-.004zm2.702 4.06h.004v.003h-.003z"/></g></svg> </template>
CSS
.icon-rice-ball {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16%2021.81c-1.22.116-2.591.187-4%20.19a44%2044%200%200%201-4-.19V14h8z%22%2F%3E%3Cpath%20d%3D%22M9.748%203.086C6.675%206.374%202.964%2012.62%202.091%2017.292c-.263%201.405%200%202.537%201.351%203.551c.503.378%202.267.75%204.558.967V14h8v7.81c2.29-.216%204.055-.589%204.558-.967c1.35-1.014%201.614-2.146%201.35-3.551c-.872-4.672-4.583-10.918-7.656-14.206C13.575%202.362%2012.788%202%2012%202s-1.575.362-2.252%201.086%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M16%2021.81V14H8v7.81m-5.909-4.518C2.964%2012.62%206.675%206.374%209.748%203.086C10.425%202.362%2011.212%202%2012%202s1.575.362%202.252%201.086c3.073%203.288%206.784%209.534%207.657%2014.206c.263%201.405%200%202.537-1.351%203.551c-.771.58-4.506%201.147-8.558%201.157c-4.052-.01-7.787-.578-8.558-1.157c-1.35-1.014-1.614-2.146-1.35-3.551Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M9.296%2010.187h.003v.004h-.003zm2.702-4.059h.004v.004h-.004zm2.702%204.06h.004v.003h-.003z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16%2021.81c-1.22.116-2.591.187-4%20.19a44%2044%200%200%201-4-.19V14h8z%22%2F%3E%3Cpath%20d%3D%22M9.748%203.086C6.675%206.374%202.964%2012.62%202.091%2017.292c-.263%201.405%200%202.537%201.351%203.551c.503.378%202.267.75%204.558.967V14h8v7.81c2.29-.216%204.055-.589%204.558-.967c1.35-1.014%201.614-2.146%201.35-3.551c-.872-4.672-4.583-10.918-7.656-14.206C13.575%202.362%2012.788%202%2012%202s-1.575.362-2.252%201.086%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M16%2021.81V14H8v7.81m-5.909-4.518C2.964%2012.62%206.675%206.374%209.748%203.086C10.425%202.362%2011.212%202%2012%202s1.575.362%202.252%201.086c3.073%203.288%206.784%209.534%207.657%2014.206c.263%201.405%200%202.537-1.351%203.551c-.771.58-4.506%201.147-8.558%201.157c-4.052-.01-7.787-.578-8.558-1.157c-1.35-1.014-1.614-2.146-1.35-3.551Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M9.296%2010.187h.003v.004h-.003zm2.702-4.059h.004v.004h-.004zm2.702%204.06h.004v.003h-.003z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/rice-ball.svg?color=%231a73e8&size=48