spoon-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
spoon-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the spoon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.03 13.739L4.422 7.705a2.337 2.337 0 1 1 3.283-3.283l6.034 7.608c1.307-.571 3.3-.648 4.979 1.03c1.015 1.016 1.647 2.258 1.863 3.44c.21 1.15.049 2.426-.803 3.278c-.851.852-2.128 1.013-3.277.803c-1.182-.216-2.425-.848-3.44-1.864c-1.68-1.679-1.602-3.671-1.031-4.978" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSpoonFill(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" fillRule="evenodd" d="M12.03 13.739L4.422 7.705a2.337 2.337 0 1 1 3.283-3.283l6.034 7.608c1.307-.571 3.3-.648 4.979 1.03c1.015 1.016 1.647 2.258 1.863 3.44c.21 1.15.049 2.426-.803 3.278c-.851.852-2.128 1.013-3.277.803c-1.182-.216-2.425-.848-3.44-1.864c-1.68-1.679-1.602-3.671-1.031-4.978" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.03 13.739L4.422 7.705a2.337 2.337 0 1 1 3.283-3.283l6.034 7.608c1.307-.571 3.3-.648 4.979 1.03c1.015 1.016 1.647 2.258 1.863 3.44c.21 1.15.049 2.426-.803 3.278c-.851.852-2.128 1.013-3.277.803c-1.182-.216-2.425-.848-3.44-1.864c-1.68-1.679-1.602-3.671-1.031-4.978" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-spoon-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.03%2013.739L4.422%207.705a2.337%202.337%200%201%201%203.283-3.283l6.034%207.608c1.307-.571%203.3-.648%204.979%201.03c1.015%201.016%201.647%202.258%201.863%203.44c.21%201.15.049%202.426-.803%203.278c-.851.852-2.128%201.013-3.277.803c-1.182-.216-2.425-.848-3.44-1.864c-1.68-1.679-1.602-3.671-1.031-4.978%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.03%2013.739L4.422%207.705a2.337%202.337%200%201%201%203.283-3.283l6.034%207.608c1.307-.571%203.3-.648%204.979%201.03c1.015%201.016%201.647%202.258%201.863%203.44c.21%201.15.049%202.426-.803%203.278c-.851.852-2.128%201.013-3.277.803c-1.182-.216-2.425-.848-3.44-1.864c-1.68-1.679-1.602-3.671-1.031-4.978%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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