rice-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
rice-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Related icons in TDesign Icons

Use the rice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4C8.855 4 6.17 5.211 5.493 7.714A15 15 0 0 0 5.057 10h13.886a15 15 0 0 0-.435-2.282C17.831 5.212 15.148 4 12 4m-8.952 6c.08-.886.257-1.859.514-2.809C4.605 3.341 8.564 2 12 2c3.44 0 7.397 1.343 8.439 5.196c.256.948.433 1.92.513 2.804H22v2c0 5.523-4.477 10-10 10S2 17.523 2 12v-2zm7.95-5.002h2.004v2.004h-2.004zm-3 2h2.004v2.004H7.998zm6 0h2.004v2.004h-2.004z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignRiceFilled(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="M12 4C8.855 4 6.17 5.211 5.493 7.714A15 15 0 0 0 5.057 10h13.886a15 15 0 0 0-.435-2.282C17.831 5.212 15.148 4 12 4m-8.952 6c.08-.886.257-1.859.514-2.809C4.605 3.341 8.564 2 12 2c3.44 0 7.397 1.343 8.439 5.196c.256.948.433 1.92.513 2.804H22v2c0 5.523-4.477 10-10 10S2 17.523 2 12v-2zm7.95-5.002h2.004v2.004h-2.004zm-3 2h2.004v2.004H7.998zm6 0h2.004v2.004h-2.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4C8.855 4 6.17 5.211 5.493 7.714A15 15 0 0 0 5.057 10h13.886a15 15 0 0 0-.435-2.282C17.831 5.212 15.148 4 12 4m-8.952 6c.08-.886.257-1.859.514-2.809C4.605 3.341 8.564 2 12 2c3.44 0 7.397 1.343 8.439 5.196c.256.948.433 1.92.513 2.804H22v2c0 5.523-4.477 10-10 10S2 17.523 2 12v-2zm7.95-5.002h2.004v2.004h-2.004zm-3 2h2.004v2.004H7.998zm6 0h2.004v2.004h-2.004z"/></svg>
</template>

CSS

.icon-rice-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%22M12%204C8.855%204%206.17%205.211%205.493%207.714A15%2015%200%200%200%205.057%2010h13.886a15%2015%200%200%200-.435-2.282C17.831%205.212%2015.148%204%2012%204m-8.952%206c.08-.886.257-1.859.514-2.809C4.605%203.341%208.564%202%2012%202c3.44%200%207.397%201.343%208.439%205.196c.256.948.433%201.92.513%202.804H22v2c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012v-2zm7.95-5.002h2.004v2.004h-2.004zm-3%202h2.004v2.004H7.998zm6%200h2.004v2.004h-2.004z%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%22M12%204C8.855%204%206.17%205.211%205.493%207.714A15%2015%200%200%200%205.057%2010h13.886a15%2015%200%200%200-.435-2.282C17.831%205.212%2015.148%204%2012%204m-8.952%206c.08-.886.257-1.859.514-2.809C4.605%203.341%208.564%202%2012%202c3.44%200%207.397%201.343%208.439%205.196c.256.948.433%201.92.513%202.804H22v2c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012v-2zm7.95-5.002h2.004v2.004h-2.004zm-3%202h2.004v2.004H7.998zm6%200h2.004v2.004h-2.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/rice-filled.svg?color=%231a73e8&size=48