rice ball icon
rice-ball-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- rice-ball-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="M9.017 2.403C9.847 1.515 10.887 1 12 1s2.153.515 2.983 1.403c1.603 1.716 3.345 4.17 4.796 6.781c1.448 2.605 2.649 5.44 3.113 7.924c.15.805.169 1.628-.108 2.432c-.28.814-.828 1.504-1.626 2.103c-.367.275-.92.457-1.443.592c-.57.147-1.276.28-2.067.39q-.314.045-.648.084V14H7v8.71a32 32 0 0 1-.648-.085a19 19 0 0 1-2.067-.39c-.522-.135-1.076-.317-1.443-.592c-.798-.6-1.345-1.29-1.626-2.103c-.277-.804-.258-1.627-.108-2.432c.464-2.483 1.665-5.32 3.113-7.924c1.451-2.61 3.193-5.065 4.796-6.78m1.981 2.725v2.004h2.004V5.128zM8.296 9.187v2.004h2.003V9.187zm7.408 0h-2.003v2.004h2.003z"/><path fill="currentColor" d="M15 16v6.895c-.953.064-1.966.102-2.998.105h-.005A46 46 0 0 1 9 22.895V16z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignRiceBallFilled(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.017 2.403C9.847 1.515 10.887 1 12 1s2.153.515 2.983 1.403c1.603 1.716 3.345 4.17 4.796 6.781c1.448 2.605 2.649 5.44 3.113 7.924c.15.805.169 1.628-.108 2.432c-.28.814-.828 1.504-1.626 2.103c-.367.275-.92.457-1.443.592c-.57.147-1.276.28-2.067.39q-.314.045-.648.084V14H7v8.71a32 32 0 0 1-.648-.085a19 19 0 0 1-2.067-.39c-.522-.135-1.076-.317-1.443-.592c-.798-.6-1.345-1.29-1.626-2.103c-.277-.804-.258-1.627-.108-2.432c.464-2.483 1.665-5.32 3.113-7.924c1.451-2.61 3.193-5.065 4.796-6.78m1.981 2.725v2.004h2.004V5.128zM8.296 9.187v2.004h2.003V9.187zm7.408 0h-2.003v2.004h2.003z"/><path fill="currentColor" d="M15 16v6.895c-.953.064-1.966.102-2.998.105h-.005A46 46 0 0 1 9 22.895V16z"/></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.017 2.403C9.847 1.515 10.887 1 12 1s2.153.515 2.983 1.403c1.603 1.716 3.345 4.17 4.796 6.781c1.448 2.605 2.649 5.44 3.113 7.924c.15.805.169 1.628-.108 2.432c-.28.814-.828 1.504-1.626 2.103c-.367.275-.92.457-1.443.592c-.57.147-1.276.28-2.067.39q-.314.045-.648.084V14H7v8.71a32 32 0 0 1-.648-.085a19 19 0 0 1-2.067-.39c-.522-.135-1.076-.317-1.443-.592c-.798-.6-1.345-1.29-1.626-2.103c-.277-.804-.258-1.627-.108-2.432c.464-2.483 1.665-5.32 3.113-7.924c1.451-2.61 3.193-5.065 4.796-6.78m1.981 2.725v2.004h2.004V5.128zM8.296 9.187v2.004h2.003V9.187zm7.408 0h-2.003v2.004h2.003z"/><path fill="currentColor" d="M15 16v6.895c-.953.064-1.966.102-2.998.105h-.005A46 46 0 0 1 9 22.895V16z"/></svg> </template>
CSS
.icon-rice-ball-filled {
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.017%202.403C9.847%201.515%2010.887%201%2012%201s2.153.515%202.983%201.403c1.603%201.716%203.345%204.17%204.796%206.781c1.448%202.605%202.649%205.44%203.113%207.924c.15.805.169%201.628-.108%202.432c-.28.814-.828%201.504-1.626%202.103c-.367.275-.92.457-1.443.592c-.57.147-1.276.28-2.067.39q-.314.045-.648.084V14H7v8.71a32%2032%200%200%201-.648-.085a19%2019%200%200%201-2.067-.39c-.522-.135-1.076-.317-1.443-.592c-.798-.6-1.345-1.29-1.626-2.103c-.277-.804-.258-1.627-.108-2.432c.464-2.483%201.665-5.32%203.113-7.924c1.451-2.61%203.193-5.065%204.796-6.78m1.981%202.725v2.004h2.004V5.128zM8.296%209.187v2.004h2.003V9.187zm7.408%200h-2.003v2.004h2.003z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2016v6.895c-.953.064-1.966.102-2.998.105h-.005A46%2046%200%200%201%209%2022.895V16z%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.017%202.403C9.847%201.515%2010.887%201%2012%201s2.153.515%202.983%201.403c1.603%201.716%203.345%204.17%204.796%206.781c1.448%202.605%202.649%205.44%203.113%207.924c.15.805.169%201.628-.108%202.432c-.28.814-.828%201.504-1.626%202.103c-.367.275-.92.457-1.443.592c-.57.147-1.276.28-2.067.39q-.314.045-.648.084V14H7v8.71a32%2032%200%200%201-.648-.085a19%2019%200%200%201-2.067-.39c-.522-.135-1.076-.317-1.443-.592c-.798-.6-1.345-1.29-1.626-2.103c-.277-.804-.258-1.627-.108-2.432c.464-2.483%201.665-5.32%203.113-7.924c1.451-2.61%203.193-5.065%204.796-6.78m1.981%202.725v2.004h2.004V5.128zM8.296%209.187v2.004h2.003V9.187zm7.408%200h-2.003v2.004h2.003z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2016v6.895c-.953.064-1.966.102-2.998.105h-.005A46%2046%200%200%201%209%2022.895V16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/rice-ball-filled.svg?color=%231a73e8&size=48