dumpling emoji
dumpling from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- dumpling
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the dumpling emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M57.09 18.09a6.4 6.4 0 0 0-2.467-1.533a4.37 4.37 0 0 0-3.793-.224a4.477 4.477 0 0 0-6.104-2.962a4.46 4.46 0 0 0-6.223-.2a4.445 4.445 0 0 0-6.532.574a4.472 4.472 0 0 0-6.716 2.333a4.434 4.434 0 0 0-5.252 4.424a4 4 0 0 0 .055.545a4.405 4.405 0 0 0-3.98 5.207a4.472 4.472 0 0 0-2.332 6.716a4.445 4.445 0 0 0-.575 6.532a4.445 4.445 0 0 0 .575 6.532A4.487 4.487 0 0 0 15.7 52.62a6.486 6.486 0 0 0 11.07 4.98l30.32-30.32a6.52 6.52 0 0 0 0-9.192z"/><path fill="none" stroke="#f1b31c" stroke-linecap="round" stroke-width="2" d="m14.25 33.21l3.393.613M20.56 21.28l2.823 2.014m9.097-9.314l.593 3.396"/><path fill="none" stroke="#f1b31c" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.001" d="M50.4 8.855A12.77 14.13 0 0 1 39-4.115a12.77 14.13 0 0 1 9.473-14.75" paint-order="stroke fill markers" transform="matrix(.6322 .7748 -.7436 .6686 0 0)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M57.59 18.33a6.4 6.4 0 0 0-2.467-1.533a4.37 4.37 0 0 0-3.793-.224a4.477 4.477 0 0 0-6.104-2.962a4.46 4.46 0 0 0-6.223-.2a4.445 4.445 0 0 0-6.532.574a4.472 4.472 0 0 0-6.716 2.333a4.434 4.434 0 0 0-5.252 4.424a4 4 0 0 0 .055.545a4.405 4.405 0 0 0-3.98 5.207a4.472 4.472 0 0 0-2.332 6.716a4.445 4.445 0 0 0-.575 6.532a4.445 4.445 0 0 0 .575 6.532A4.487 4.487 0 0 0 16.2 52.86a6.486 6.486 0 0 0 11.07 4.98l30.32-30.32a6.52 6.52 0 0 0 0-9.192z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDumpling(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M57.09 18.09a6.4 6.4 0 0 0-2.467-1.533a4.37 4.37 0 0 0-3.793-.224a4.477 4.477 0 0 0-6.104-2.962a4.46 4.46 0 0 0-6.223-.2a4.445 4.445 0 0 0-6.532.574a4.472 4.472 0 0 0-6.716 2.333a4.434 4.434 0 0 0-5.252 4.424a4 4 0 0 0 .055.545a4.405 4.405 0 0 0-3.98 5.207a4.472 4.472 0 0 0-2.332 6.716a4.445 4.445 0 0 0-.575 6.532a4.445 4.445 0 0 0 .575 6.532A4.487 4.487 0 0 0 15.7 52.62a6.486 6.486 0 0 0 11.07 4.98l30.32-30.32a6.52 6.52 0 0 0 0-9.192z"/><path fill="none" stroke="#f1b31c" strokeLinecap="round" strokeWidth="2" d="m14.25 33.21l3.393.613M20.56 21.28l2.823 2.014m9.097-9.314l.593 3.396"/><path fill="none" stroke="#f1b31c" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2.001" d="M50.4 8.855A12.77 14.13 0 0 1 39-4.115a12.77 14.13 0 0 1 9.473-14.75" paintOrder="stroke fill markers" transform="matrix(.6322 .7748 -.7436 .6686 0 0)"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M57.59 18.33a6.4 6.4 0 0 0-2.467-1.533a4.37 4.37 0 0 0-3.793-.224a4.477 4.477 0 0 0-6.104-2.962a4.46 4.46 0 0 0-6.223-.2a4.445 4.445 0 0 0-6.532.574a4.472 4.472 0 0 0-6.716 2.333a4.434 4.434 0 0 0-5.252 4.424a4 4 0 0 0 .055.545a4.405 4.405 0 0 0-3.98 5.207a4.472 4.472 0 0 0-2.332 6.716a4.445 4.445 0 0 0-.575 6.532a4.445 4.445 0 0 0 .575 6.532A4.487 4.487 0 0 0 16.2 52.86a6.486 6.486 0 0 0 11.07 4.98l30.32-30.32a6.52 6.52 0 0 0 0-9.192z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M57.09 18.09a6.4 6.4 0 0 0-2.467-1.533a4.37 4.37 0 0 0-3.793-.224a4.477 4.477 0 0 0-6.104-2.962a4.46 4.46 0 0 0-6.223-.2a4.445 4.445 0 0 0-6.532.574a4.472 4.472 0 0 0-6.716 2.333a4.434 4.434 0 0 0-5.252 4.424a4 4 0 0 0 .055.545a4.405 4.405 0 0 0-3.98 5.207a4.472 4.472 0 0 0-2.332 6.716a4.445 4.445 0 0 0-.575 6.532a4.445 4.445 0 0 0 .575 6.532A4.487 4.487 0 0 0 15.7 52.62a6.486 6.486 0 0 0 11.07 4.98l30.32-30.32a6.52 6.52 0 0 0 0-9.192z"/><path fill="none" stroke="#f1b31c" stroke-linecap="round" stroke-width="2" d="m14.25 33.21l3.393.613M20.56 21.28l2.823 2.014m9.097-9.314l.593 3.396"/><path fill="none" stroke="#f1b31c" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.001" d="M50.4 8.855A12.77 14.13 0 0 1 39-4.115a12.77 14.13 0 0 1 9.473-14.75" paint-order="stroke fill markers" transform="matrix(.6322 .7748 -.7436 .6686 0 0)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M57.59 18.33a6.4 6.4 0 0 0-2.467-1.533a4.37 4.37 0 0 0-3.793-.224a4.477 4.477 0 0 0-6.104-2.962a4.46 4.46 0 0 0-6.223-.2a4.445 4.445 0 0 0-6.532.574a4.472 4.472 0 0 0-6.716 2.333a4.434 4.434 0 0 0-5.252 4.424a4 4 0 0 0 .055.545a4.405 4.405 0 0 0-3.98 5.207a4.472 4.472 0 0 0-2.332 6.716a4.445 4.445 0 0 0-.575 6.532a4.445 4.445 0 0 0 .575 6.532A4.487 4.487 0 0 0 16.2 52.86a6.486 6.486 0 0 0 11.07 4.98l30.32-30.32a6.52 6.52 0 0 0 0-9.192z"/></svg> </template>
CSS
.icon-dumpling {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M57.09%2018.09a6.4%206.4%200%200%200-2.467-1.533a4.37%204.37%200%200%200-3.793-.224a4.477%204.477%200%200%200-6.104-2.962a4.46%204.46%200%200%200-6.223-.2a4.445%204.445%200%200%200-6.532.574a4.472%204.472%200%200%200-6.716%202.333a4.434%204.434%200%200%200-5.252%204.424a4%204%200%200%200%20.055.545a4.405%204.405%200%200%200-3.98%205.207a4.472%204.472%200%200%200-2.332%206.716a4.445%204.445%200%200%200-.575%206.532a4.445%204.445%200%200%200%20.575%206.532A4.487%204.487%200%200%200%2015.7%2052.62a6.486%206.486%200%200%200%2011.07%204.98l30.32-30.32a6.52%206.52%200%200%200%200-9.192z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m14.25%2033.21l3.393.613M20.56%2021.28l2.823%202.014m9.097-9.314l.593%203.396%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.001%22%20d%3D%22M50.4%208.855A12.77%2014.13%200%200%201%2039-4.115a12.77%2014.13%200%200%201%209.473-14.75%22%20paint-order%3D%22stroke%20fill%20markers%22%20transform%3D%22matrix(.6322%20.7748%20-.7436%20.6686%200%200)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M57.59%2018.33a6.4%206.4%200%200%200-2.467-1.533a4.37%204.37%200%200%200-3.793-.224a4.477%204.477%200%200%200-6.104-2.962a4.46%204.46%200%200%200-6.223-.2a4.445%204.445%200%200%200-6.532.574a4.472%204.472%200%200%200-6.716%202.333a4.434%204.434%200%200%200-5.252%204.424a4%204%200%200%200%20.055.545a4.405%204.405%200%200%200-3.98%205.207a4.472%204.472%200%200%200-2.332%206.716a4.445%204.445%200%200%200-.575%206.532a4.445%204.445%200%200%200%20.575%206.532A4.487%204.487%200%200%200%2016.2%2052.86a6.486%206.486%200%200%200%2011.07%204.98l30.32-30.32a6.52%206.52%200%200%200%200-9.192z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M57.09%2018.09a6.4%206.4%200%200%200-2.467-1.533a4.37%204.37%200%200%200-3.793-.224a4.477%204.477%200%200%200-6.104-2.962a4.46%204.46%200%200%200-6.223-.2a4.445%204.445%200%200%200-6.532.574a4.472%204.472%200%200%200-6.716%202.333a4.434%204.434%200%200%200-5.252%204.424a4%204%200%200%200%20.055.545a4.405%204.405%200%200%200-3.98%205.207a4.472%204.472%200%200%200-2.332%206.716a4.445%204.445%200%200%200-.575%206.532a4.445%204.445%200%200%200%20.575%206.532A4.487%204.487%200%200%200%2015.7%2052.62a6.486%206.486%200%200%200%2011.07%204.98l30.32-30.32a6.52%206.52%200%200%200%200-9.192z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m14.25%2033.21l3.393.613M20.56%2021.28l2.823%202.014m9.097-9.314l.593%203.396%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.001%22%20d%3D%22M50.4%208.855A12.77%2014.13%200%200%201%2039-4.115a12.77%2014.13%200%200%201%209.473-14.75%22%20paint-order%3D%22stroke%20fill%20markers%22%20transform%3D%22matrix(.6322%20.7748%20-.7436%20.6686%200%200)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M57.59%2018.33a6.4%206.4%200%200%200-2.467-1.533a4.37%204.37%200%200%200-3.793-.224a4.477%204.477%200%200%200-6.104-2.962a4.46%204.46%200%200%200-6.223-.2a4.445%204.445%200%200%200-6.532.574a4.472%204.472%200%200%200-6.716%202.333a4.434%204.434%200%200%200-5.252%204.424a4%204%200%200%200%20.055.545a4.405%204.405%200%200%200-3.98%205.207a4.472%204.472%200%200%200-2.332%206.716a4.445%204.445%200%200%200-.575%206.532a4.445%204.445%200%200%200%20.575%206.532A4.487%204.487%200%200%200%2016.2%2052.86a6.486%206.486%200%200%200%2011.07%204.98l30.32-30.32a6.52%206.52%200%200%200%200-9.192z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/dumpling.svg?color=%231a73e8&size=48