rice-ball from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
rice-ball
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the rice ball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m16.685 7.603l-1.6-1.18a.79.79 0 0 1-.17-1.11c.26-.36.76-.43 1.11-.17l1.6 1.18c.36.26.43.76.17 1.11c-.26.36-.76.43-1.11.17m-4.93 1.12l-1.18 1.6c-.26.34-.19.84.16 1.1c.36.26.85.19 1.11-.16l1.18-1.6c.26-.35.19-.85-.17-1.11a.78.78 0 0 0-1.1.17m11.29 3.86l-.92-1.76a.794.794 0 0 0-1.41.73l.92 1.76a.794.794 0 0 0 1.41-.73m-10.18 4.119l-.81-1.81a.795.795 0 0 1 1.45-.65l.81 1.81a.795.795 0 0 1-1.45.65m-4.94-1.089l-1.76.92a.794.794 0 0 0 .73 1.41l1.76-.92c.39-.2.54-.68.34-1.07a.8.8 0 0 0-1.07-.34m18.54 3.06l-1.6-1.18a.79.79 0 0 0-1.11.17c-.26.35-.19.85.17 1.11l1.6 1.18c.35.26.85.19 1.11-.17c.25-.35.18-.85-.17-1.11m-6.24-1.92l-1.98.14c-.44.03-.82-.3-.85-.73c-.04-.44.29-.82.73-.85l1.98-.14c.44-.04.82.29.85.73c.04.44-.29.82-.73.85m5.87 6.54l-1.46 1.35a.791.791 0 1 1-1.08-1.16l1.46-1.35a.791.791 0 1 1 1.08 1.16m-18.61-2.19l1 1.72a.8.8 0 0 1-.3 1.08c-.38.22-.86.09-1.08-.29l-.99-1.72a.79.79 0 0 1 .29-1.08c.38-.22.86-.09 1.08.29m8.39-10.49l1.82.78c.4.18.59.64.42 1.04a.79.79 0 0 1-1.04.42l-1.82-.78a.79.79 0 0 1-.42-1.04a.79.79 0 0 1 1.04-.42"/><path d="M21.736 29h.491a7.768 7.768 0 0 0 6.719-11.66L22.152 5.56a7.1 7.1 0 0 0-12.309 0L3.049 17.342A7.772 7.772 0 0 0 9.769 29h.495c.55.614 1.348 1 2.236 1h7a3 3 0 0 0 2.236-1m.764-2.007V19a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v7.993a5.77 5.77 0 0 1-4.718-8.652l6.794-11.783a5.1 5.1 0 0 1 8.844 0l6.794 11.783a5.77 5.77 0 0 1-4.714 8.652"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRiceBall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m16.685 7.603l-1.6-1.18a.79.79 0 0 1-.17-1.11c.26-.36.76-.43 1.11-.17l1.6 1.18c.36.26.43.76.17 1.11c-.26.36-.76.43-1.11.17m-4.93 1.12l-1.18 1.6c-.26.34-.19.84.16 1.1c.36.26.85.19 1.11-.16l1.18-1.6c.26-.35.19-.85-.17-1.11a.78.78 0 0 0-1.1.17m11.29 3.86l-.92-1.76a.794.794 0 0 0-1.41.73l.92 1.76a.794.794 0 0 0 1.41-.73m-10.18 4.119l-.81-1.81a.795.795 0 0 1 1.45-.65l.81 1.81a.795.795 0 0 1-1.45.65m-4.94-1.089l-1.76.92a.794.794 0 0 0 .73 1.41l1.76-.92c.39-.2.54-.68.34-1.07a.8.8 0 0 0-1.07-.34m18.54 3.06l-1.6-1.18a.79.79 0 0 0-1.11.17c-.26.35-.19.85.17 1.11l1.6 1.18c.35.26.85.19 1.11-.17c.25-.35.18-.85-.17-1.11m-6.24-1.92l-1.98.14c-.44.03-.82-.3-.85-.73c-.04-.44.29-.82.73-.85l1.98-.14c.44-.04.82.29.85.73c.04.44-.29.82-.73.85m5.87 6.54l-1.46 1.35a.791.791 0 1 1-1.08-1.16l1.46-1.35a.791.791 0 1 1 1.08 1.16m-18.61-2.19l1 1.72a.8.8 0 0 1-.3 1.08c-.38.22-.86.09-1.08-.29l-.99-1.72a.79.79 0 0 1 .29-1.08c.38-.22.86-.09 1.08.29m8.39-10.49l1.82.78c.4.18.59.64.42 1.04a.79.79 0 0 1-1.04.42l-1.82-.78a.79.79 0 0 1-.42-1.04a.79.79 0 0 1 1.04-.42"/><path d="M21.736 29h.491a7.768 7.768 0 0 0 6.719-11.66L22.152 5.56a7.1 7.1 0 0 0-12.309 0L3.049 17.342A7.772 7.772 0 0 0 9.769 29h.495c.55.614 1.348 1 2.236 1h7a3 3 0 0 0 2.236-1m.764-2.007V19a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v7.993a5.77 5.77 0 0 1-4.718-8.652l6.794-11.783a5.1 5.1 0 0 1 8.844 0l6.794 11.783a5.77 5.77 0 0 1-4.714 8.652"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m16.685 7.603l-1.6-1.18a.79.79 0 0 1-.17-1.11c.26-.36.76-.43 1.11-.17l1.6 1.18c.36.26.43.76.17 1.11c-.26.36-.76.43-1.11.17m-4.93 1.12l-1.18 1.6c-.26.34-.19.84.16 1.1c.36.26.85.19 1.11-.16l1.18-1.6c.26-.35.19-.85-.17-1.11a.78.78 0 0 0-1.1.17m11.29 3.86l-.92-1.76a.794.794 0 0 0-1.41.73l.92 1.76a.794.794 0 0 0 1.41-.73m-10.18 4.119l-.81-1.81a.795.795 0 0 1 1.45-.65l.81 1.81a.795.795 0 0 1-1.45.65m-4.94-1.089l-1.76.92a.794.794 0 0 0 .73 1.41l1.76-.92c.39-.2.54-.68.34-1.07a.8.8 0 0 0-1.07-.34m18.54 3.06l-1.6-1.18a.79.79 0 0 0-1.11.17c-.26.35-.19.85.17 1.11l1.6 1.18c.35.26.85.19 1.11-.17c.25-.35.18-.85-.17-1.11m-6.24-1.92l-1.98.14c-.44.03-.82-.3-.85-.73c-.04-.44.29-.82.73-.85l1.98-.14c.44-.04.82.29.85.73c.04.44-.29.82-.73.85m5.87 6.54l-1.46 1.35a.791.791 0 1 1-1.08-1.16l1.46-1.35a.791.791 0 1 1 1.08 1.16m-18.61-2.19l1 1.72a.8.8 0 0 1-.3 1.08c-.38.22-.86.09-1.08-.29l-.99-1.72a.79.79 0 0 1 .29-1.08c.38-.22.86-.09 1.08.29m8.39-10.49l1.82.78c.4.18.59.64.42 1.04a.79.79 0 0 1-1.04.42l-1.82-.78a.79.79 0 0 1-.42-1.04a.79.79 0 0 1 1.04-.42"/><path d="M21.736 29h.491a7.768 7.768 0 0 0 6.719-11.66L22.152 5.56a7.1 7.1 0 0 0-12.309 0L3.049 17.342A7.772 7.772 0 0 0 9.769 29h.495c.55.614 1.348 1 2.236 1h7a3 3 0 0 0 2.236-1m.764-2.007V19a1 1 0 0 0-1-1h-11a1 1 0 0 0-1 1v7.993a5.77 5.77 0 0 1-4.718-8.652l6.794-11.783a5.1 5.1 0 0 1 8.844 0l6.794 11.783a5.77 5.77 0 0 1-4.714 8.652"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m16.685%207.603l-1.6-1.18a.79.79%200%200%201-.17-1.11c.26-.36.76-.43%201.11-.17l1.6%201.18c.36.26.43.76.17%201.11c-.26.36-.76.43-1.11.17m-4.93%201.12l-1.18%201.6c-.26.34-.19.84.16%201.1c.36.26.85.19%201.11-.16l1.18-1.6c.26-.35.19-.85-.17-1.11a.78.78%200%200%200-1.1.17m11.29%203.86l-.92-1.76a.794.794%200%200%200-1.41.73l.92%201.76a.794.794%200%200%200%201.41-.73m-10.18%204.119l-.81-1.81a.795.795%200%200%201%201.45-.65l.81%201.81a.795.795%200%200%201-1.45.65m-4.94-1.089l-1.76.92a.794.794%200%200%200%20.73%201.41l1.76-.92c.39-.2.54-.68.34-1.07a.8.8%200%200%200-1.07-.34m18.54%203.06l-1.6-1.18a.79.79%200%200%200-1.11.17c-.26.35-.19.85.17%201.11l1.6%201.18c.35.26.85.19%201.11-.17c.25-.35.18-.85-.17-1.11m-6.24-1.92l-1.98.14c-.44.03-.82-.3-.85-.73c-.04-.44.29-.82.73-.85l1.98-.14c.44-.04.82.29.85.73c.04.44-.29.82-.73.85m5.87%206.54l-1.46%201.35a.791.791%200%201%201-1.08-1.16l1.46-1.35a.791.791%200%201%201%201.08%201.16m-18.61-2.19l1%201.72a.8.8%200%200%201-.3%201.08c-.38.22-.86.09-1.08-.29l-.99-1.72a.79.79%200%200%201%20.29-1.08c.38-.22.86-.09%201.08.29m8.39-10.49l1.82.78c.4.18.59.64.42%201.04a.79.79%200%200%201-1.04.42l-1.82-.78a.79.79%200%200%201-.42-1.04a.79.79%200%200%201%201.04-.42%22%2F%3E%3Cpath%20d%3D%22M21.736%2029h.491a7.768%207.768%200%200%200%206.719-11.66L22.152%205.56a7.1%207.1%200%200%200-12.309%200L3.049%2017.342A7.772%207.772%200%200%200%209.769%2029h.495c.55.614%201.348%201%202.236%201h7a3%203%200%200%200%202.236-1m.764-2.007V19a1%201%200%200%200-1-1h-11a1%201%200%200%200-1%201v7.993a5.77%205.77%200%200%201-4.718-8.652l6.794-11.783a5.1%205.1%200%200%201%208.844%200l6.794%2011.783a5.77%205.77%200%200%201-4.714%208.652%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m16.685%207.603l-1.6-1.18a.79.79%200%200%201-.17-1.11c.26-.36.76-.43%201.11-.17l1.6%201.18c.36.26.43.76.17%201.11c-.26.36-.76.43-1.11.17m-4.93%201.12l-1.18%201.6c-.26.34-.19.84.16%201.1c.36.26.85.19%201.11-.16l1.18-1.6c.26-.35.19-.85-.17-1.11a.78.78%200%200%200-1.1.17m11.29%203.86l-.92-1.76a.794.794%200%200%200-1.41.73l.92%201.76a.794.794%200%200%200%201.41-.73m-10.18%204.119l-.81-1.81a.795.795%200%200%201%201.45-.65l.81%201.81a.795.795%200%200%201-1.45.65m-4.94-1.089l-1.76.92a.794.794%200%200%200%20.73%201.41l1.76-.92c.39-.2.54-.68.34-1.07a.8.8%200%200%200-1.07-.34m18.54%203.06l-1.6-1.18a.79.79%200%200%200-1.11.17c-.26.35-.19.85.17%201.11l1.6%201.18c.35.26.85.19%201.11-.17c.25-.35.18-.85-.17-1.11m-6.24-1.92l-1.98.14c-.44.03-.82-.3-.85-.73c-.04-.44.29-.82.73-.85l1.98-.14c.44-.04.82.29.85.73c.04.44-.29.82-.73.85m5.87%206.54l-1.46%201.35a.791.791%200%201%201-1.08-1.16l1.46-1.35a.791.791%200%201%201%201.08%201.16m-18.61-2.19l1%201.72a.8.8%200%200%201-.3%201.08c-.38.22-.86.09-1.08-.29l-.99-1.72a.79.79%200%200%201%20.29-1.08c.38-.22.86-.09%201.08.29m8.39-10.49l1.82.78c.4.18.59.64.42%201.04a.79.79%200%200%201-1.04.42l-1.82-.78a.79.79%200%200%201-.42-1.04a.79.79%200%200%201%201.04-.42%22%2F%3E%3Cpath%20d%3D%22M21.736%2029h.491a7.768%207.768%200%200%200%206.719-11.66L22.152%205.56a7.1%207.1%200%200%200-12.309%200L3.049%2017.342A7.772%207.772%200%200%200%209.769%2029h.495c.55.614%201.348%201%202.236%201h7a3%203%200%200%200%202.236-1m.764-2.007V19a1%201%200%200%200-1-1h-11a1%201%200%200%200-1%201v7.993a5.77%205.77%200%200%201-4.718-8.652l6.794-11.783a5.1%205.1%200%200%201%208.844%200l6.794%2011.783a5.77%205.77%200%200%201-4.714%208.652%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/rice-ball.svg?color=%231a73e8&size=48