dumpling-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
dumpling-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Use the dumpling icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.003 2.04a3.53 3.53 0 0 1 2.602.62l.09.07l.149-.11a3.53 3.53 0 0 1 3.044-.462l.207.072a3.53 3.53 0 0 1 1.99 1.903l.014.031l.045-.004a3.53 3.53 0 0 1 2.624.879l.153.144l.358.358c1.976 1.977-.32 6.748-4.655 11.083c-4.336 4.335-9.106 6.632-11.083 4.655l-.382-.382l-.135-.145a3.53 3.53 0 0 1-.87-2.556l.01-.1l-.162-.072A3.53 3.53 0 0 1 2.164 15.9l-.055-.192a3.53 3.53 0 0 1 .56-2.937l.062-.079l-.07-.092a3.53 3.53 0 0 1-.644-2.401l.025-.2a3.53 3.53 0 0 1 1.707-2.505l.046-.026l-.005-.14a3.53 3.53 0 0 1 .885-2.345l.15-.16l.159-.149A3.53 3.53 0 0 1 7.33 3.79l.14.004l.026-.046a3.53 3.53 0 0 1 2.308-1.67z"/></svg>

React

import type { SVGProps } from "react";

export function TablerDumplingFilled(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="M10.003 2.04a3.53 3.53 0 0 1 2.602.62l.09.07l.149-.11a3.53 3.53 0 0 1 3.044-.462l.207.072a3.53 3.53 0 0 1 1.99 1.903l.014.031l.045-.004a3.53 3.53 0 0 1 2.624.879l.153.144l.358.358c1.976 1.977-.32 6.748-4.655 11.083c-4.336 4.335-9.106 6.632-11.083 4.655l-.382-.382l-.135-.145a3.53 3.53 0 0 1-.87-2.556l.01-.1l-.162-.072A3.53 3.53 0 0 1 2.164 15.9l-.055-.192a3.53 3.53 0 0 1 .56-2.937l.062-.079l-.07-.092a3.53 3.53 0 0 1-.644-2.401l.025-.2a3.53 3.53 0 0 1 1.707-2.505l.046-.026l-.005-.14a3.53 3.53 0 0 1 .885-2.345l.15-.16l.159-.149A3.53 3.53 0 0 1 7.33 3.79l.14.004l.026-.046a3.53 3.53 0 0 1 2.308-1.67z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.003 2.04a3.53 3.53 0 0 1 2.602.62l.09.07l.149-.11a3.53 3.53 0 0 1 3.044-.462l.207.072a3.53 3.53 0 0 1 1.99 1.903l.014.031l.045-.004a3.53 3.53 0 0 1 2.624.879l.153.144l.358.358c1.976 1.977-.32 6.748-4.655 11.083c-4.336 4.335-9.106 6.632-11.083 4.655l-.382-.382l-.135-.145a3.53 3.53 0 0 1-.87-2.556l.01-.1l-.162-.072A3.53 3.53 0 0 1 2.164 15.9l-.055-.192a3.53 3.53 0 0 1 .56-2.937l.062-.079l-.07-.092a3.53 3.53 0 0 1-.644-2.401l.025-.2a3.53 3.53 0 0 1 1.707-2.505l.046-.026l-.005-.14a3.53 3.53 0 0 1 .885-2.345l.15-.16l.159-.149A3.53 3.53 0 0 1 7.33 3.79l.14.004l.026-.046a3.53 3.53 0 0 1 2.308-1.67z"/></svg>
</template>

CSS

.icon-dumpling-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%22M10.003%202.04a3.53%203.53%200%200%201%202.602.62l.09.07l.149-.11a3.53%203.53%200%200%201%203.044-.462l.207.072a3.53%203.53%200%200%201%201.99%201.903l.014.031l.045-.004a3.53%203.53%200%200%201%202.624.879l.153.144l.358.358c1.976%201.977-.32%206.748-4.655%2011.083c-4.336%204.335-9.106%206.632-11.083%204.655l-.382-.382l-.135-.145a3.53%203.53%200%200%201-.87-2.556l.01-.1l-.162-.072A3.53%203.53%200%200%201%202.164%2015.9l-.055-.192a3.53%203.53%200%200%201%20.56-2.937l.062-.079l-.07-.092a3.53%203.53%200%200%201-.644-2.401l.025-.2a3.53%203.53%200%200%201%201.707-2.505l.046-.026l-.005-.14a3.53%203.53%200%200%201%20.885-2.345l.15-.16l.159-.149A3.53%203.53%200%200%201%207.33%203.79l.14.004l.026-.046a3.53%203.53%200%200%201%202.308-1.67z%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%22M10.003%202.04a3.53%203.53%200%200%201%202.602.62l.09.07l.149-.11a3.53%203.53%200%200%201%203.044-.462l.207.072a3.53%203.53%200%200%201%201.99%201.903l.014.031l.045-.004a3.53%203.53%200%200%201%202.624.879l.153.144l.358.358c1.976%201.977-.32%206.748-4.655%2011.083c-4.336%204.335-9.106%206.632-11.083%204.655l-.382-.382l-.135-.145a3.53%203.53%200%200%201-.87-2.556l.01-.1l-.162-.072A3.53%203.53%200%200%201%202.164%2015.9l-.055-.192a3.53%203.53%200%200%201%20.56-2.937l.062-.079l-.07-.092a3.53%203.53%200%200%201-.644-2.401l.025-.2a3.53%203.53%200%200%201%201.707-2.505l.046-.026l-.005-.14a3.53%203.53%200%200%201%20.885-2.345l.15-.16l.159-.149A3.53%203.53%200%200%201%207.33%203.79l.14.004l.026-.046a3.53%203.53%200%200%201%202.308-1.67z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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