dango from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.

Name
dango
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 dango emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f29a2e" d="M50.9 48.6c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l10.6 10.6c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="47" cy="47" fill="#8cc63e" rx="13.6" ry="12" transform="rotate(-45.001 46.998 46.997)"/><path fill="#f29a2e" d="M38.3 35.9c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="30.9" cy="30.9" fill="#dae3ea" rx="13.6" ry="12" transform="rotate(-45.001 30.91 30.911)"/><path fill="#f29a2e" d="M22.2 19.9c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="14.8" cy="14.8" fill="#ff99ad" rx="13.6" ry="12" transform="rotate(-45.001 14.822 14.824)"/><path fill="#f29a2e" d="M6.1 3.8c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneDango(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f29a2e" d="M50.9 48.6c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l10.6 10.6c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="47" cy="47" fill="#8cc63e" rx="13.6" ry="12" transform="rotate(-45.001 46.998 46.997)"/><path fill="#f29a2e" d="M38.3 35.9c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="30.9" cy="30.9" fill="#dae3ea" rx="13.6" ry="12" transform="rotate(-45.001 30.91 30.911)"/><path fill="#f29a2e" d="M22.2 19.9c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="14.8" cy="14.8" fill="#ff99ad" rx="13.6" ry="12" transform="rotate(-45.001 14.822 14.824)"/><path fill="#f29a2e" d="M6.1 3.8c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f29a2e" d="M50.9 48.6c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l10.6 10.6c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="47" cy="47" fill="#8cc63e" rx="13.6" ry="12" transform="rotate(-45.001 46.998 46.997)"/><path fill="#f29a2e" d="M38.3 35.9c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="30.9" cy="30.9" fill="#dae3ea" rx="13.6" ry="12" transform="rotate(-45.001 30.91 30.911)"/><path fill="#f29a2e" d="M22.2 19.9c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/><ellipse cx="14.8" cy="14.8" fill="#ff99ad" rx="13.6" ry="12" transform="rotate(-45.001 14.822 14.824)"/><path fill="#f29a2e" d="M6.1 3.8c-.6-.6-1.7-.6-2.3 0s-.6 1.7 0 2.3l3.7 3.7c.6.6 1.7.6 2.3 0s.6-1.7 0-2.3z"/></svg>
</template>

CSS

.icon-dango {
  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%23f29a2e%22%20d%3D%22M50.9%2048.6c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l10.6%2010.6c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%22%2F%3E%3Cellipse%20cx%3D%2247%22%20cy%3D%2247%22%20fill%3D%22%238cc63e%22%20rx%3D%2213.6%22%20ry%3D%2212%22%20transform%3D%22rotate(-45.001%2046.998%2046.997)%22%2F%3E%3Cpath%20fill%3D%22%23f29a2e%22%20d%3D%22M38.3%2035.9c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l3.7%203.7c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%22%2F%3E%3Cellipse%20cx%3D%2230.9%22%20cy%3D%2230.9%22%20fill%3D%22%23dae3ea%22%20rx%3D%2213.6%22%20ry%3D%2212%22%20transform%3D%22rotate(-45.001%2030.91%2030.911)%22%2F%3E%3Cpath%20fill%3D%22%23f29a2e%22%20d%3D%22M22.2%2019.9c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l3.7%203.7c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%22%2F%3E%3Cellipse%20cx%3D%2214.8%22%20cy%3D%2214.8%22%20fill%3D%22%23ff99ad%22%20rx%3D%2213.6%22%20ry%3D%2212%22%20transform%3D%22rotate(-45.001%2014.822%2014.824)%22%2F%3E%3Cpath%20fill%3D%22%23f29a2e%22%20d%3D%22M6.1%203.8c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l3.7%203.7c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%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%23f29a2e%22%20d%3D%22M50.9%2048.6c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l10.6%2010.6c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%22%2F%3E%3Cellipse%20cx%3D%2247%22%20cy%3D%2247%22%20fill%3D%22%238cc63e%22%20rx%3D%2213.6%22%20ry%3D%2212%22%20transform%3D%22rotate(-45.001%2046.998%2046.997)%22%2F%3E%3Cpath%20fill%3D%22%23f29a2e%22%20d%3D%22M38.3%2035.9c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l3.7%203.7c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%22%2F%3E%3Cellipse%20cx%3D%2230.9%22%20cy%3D%2230.9%22%20fill%3D%22%23dae3ea%22%20rx%3D%2213.6%22%20ry%3D%2212%22%20transform%3D%22rotate(-45.001%2030.91%2030.911)%22%2F%3E%3Cpath%20fill%3D%22%23f29a2e%22%20d%3D%22M22.2%2019.9c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l3.7%203.7c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%22%2F%3E%3Cellipse%20cx%3D%2214.8%22%20cy%3D%2214.8%22%20fill%3D%22%23ff99ad%22%20rx%3D%2213.6%22%20ry%3D%2212%22%20transform%3D%22rotate(-45.001%2014.822%2014.824)%22%2F%3E%3Cpath%20fill%3D%22%23f29a2e%22%20d%3D%22M6.1%203.8c-.6-.6-1.7-.6-2.3%200s-.6%201.7%200%202.3l3.7%203.7c.6.6%201.7.6%202.3%200s.6-1.7%200-2.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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