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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M41.9 38.4L31.5 28c-3.1-3.1-.4-11-8.6-19.2C17.1 3 7.6-.2 3.7 3.7S3 17.1 8.8 22.9c8.2 8.2 16 5.5 19.2 8.6l10.4 10.4c4.3 4.3 4.6 5.8 11.3 14.8c3.3 4.5 6.5 7.3 10.4 3.4c4-4 1.1-7.1-3.4-10.4c-9-6.7-10.4-7-14.8-11.3"/><path fill="#fff" d="M15.6 5.9C21 12.8 22.8 20.8 20 26c.2 0 .4.1.5.1c1.9 0 3.6-.5 4.8-1.7s2-2.9 1.7-4.8c-.4-2.8-1.9-6-5.2-9.3c-1.8-1.9-4-3.4-6.2-4.4"/><path fill="#94989b" d="M13.2 23.7C6.3 16.8 4 7.9 7.7 3.3c-1.3.1-2.3.5-3.1 1.3C1.5 7.7 4 16.3 9.7 22c2.3 2.3 4.6 3.7 6.7 4.6c0 0 0-.1-.1-.1c-1.1-.8-2.1-1.8-3.1-2.8"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSpoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M41.9 38.4L31.5 28c-3.1-3.1-.4-11-8.6-19.2C17.1 3 7.6-.2 3.7 3.7S3 17.1 8.8 22.9c8.2 8.2 16 5.5 19.2 8.6l10.4 10.4c4.3 4.3 4.6 5.8 11.3 14.8c3.3 4.5 6.5 7.3 10.4 3.4c4-4 1.1-7.1-3.4-10.4c-9-6.7-10.4-7-14.8-11.3"/><path fill="#fff" d="M15.6 5.9C21 12.8 22.8 20.8 20 26c.2 0 .4.1.5.1c1.9 0 3.6-.5 4.8-1.7s2-2.9 1.7-4.8c-.4-2.8-1.9-6-5.2-9.3c-1.8-1.9-4-3.4-6.2-4.4"/><path fill="#94989b" d="M13.2 23.7C6.3 16.8 4 7.9 7.7 3.3c-1.3.1-2.3.5-3.1 1.3C1.5 7.7 4 16.3 9.7 22c2.3 2.3 4.6 3.7 6.7 4.6c0 0 0-.1-.1-.1c-1.1-.8-2.1-1.8-3.1-2.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M41.9 38.4L31.5 28c-3.1-3.1-.4-11-8.6-19.2C17.1 3 7.6-.2 3.7 3.7S3 17.1 8.8 22.9c8.2 8.2 16 5.5 19.2 8.6l10.4 10.4c4.3 4.3 4.6 5.8 11.3 14.8c3.3 4.5 6.5 7.3 10.4 3.4c4-4 1.1-7.1-3.4-10.4c-9-6.7-10.4-7-14.8-11.3"/><path fill="#fff" d="M15.6 5.9C21 12.8 22.8 20.8 20 26c.2 0 .4.1.5.1c1.9 0 3.6-.5 4.8-1.7s2-2.9 1.7-4.8c-.4-2.8-1.9-6-5.2-9.3c-1.8-1.9-4-3.4-6.2-4.4"/><path fill="#94989b" d="M13.2 23.7C6.3 16.8 4 7.9 7.7 3.3c-1.3.1-2.3.5-3.1 1.3C1.5 7.7 4 16.3 9.7 22c2.3 2.3 4.6 3.7 6.7 4.6c0 0 0-.1-.1-.1c-1.1-.8-2.1-1.8-3.1-2.8"/></svg>
</template>

CSS

.icon-spoon {
  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%23d0d0d0%22%20d%3D%22M41.9%2038.4L31.5%2028c-3.1-3.1-.4-11-8.6-19.2C17.1%203%207.6-.2%203.7%203.7S3%2017.1%208.8%2022.9c8.2%208.2%2016%205.5%2019.2%208.6l10.4%2010.4c4.3%204.3%204.6%205.8%2011.3%2014.8c3.3%204.5%206.5%207.3%2010.4%203.4c4-4%201.1-7.1-3.4-10.4c-9-6.7-10.4-7-14.8-11.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.6%205.9C21%2012.8%2022.8%2020.8%2020%2026c.2%200%20.4.1.5.1c1.9%200%203.6-.5%204.8-1.7s2-2.9%201.7-4.8c-.4-2.8-1.9-6-5.2-9.3c-1.8-1.9-4-3.4-6.2-4.4%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M13.2%2023.7C6.3%2016.8%204%207.9%207.7%203.3c-1.3.1-2.3.5-3.1%201.3C1.5%207.7%204%2016.3%209.7%2022c2.3%202.3%204.6%203.7%206.7%204.6c0%200%200-.1-.1-.1c-1.1-.8-2.1-1.8-3.1-2.8%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%23d0d0d0%22%20d%3D%22M41.9%2038.4L31.5%2028c-3.1-3.1-.4-11-8.6-19.2C17.1%203%207.6-.2%203.7%203.7S3%2017.1%208.8%2022.9c8.2%208.2%2016%205.5%2019.2%208.6l10.4%2010.4c4.3%204.3%204.6%205.8%2011.3%2014.8c3.3%204.5%206.5%207.3%2010.4%203.4c4-4%201.1-7.1-3.4-10.4c-9-6.7-10.4-7-14.8-11.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.6%205.9C21%2012.8%2022.8%2020.8%2020%2026c.2%200%20.4.1.5.1c1.9%200%203.6-.5%204.8-1.7s2-2.9%201.7-4.8c-.4-2.8-1.9-6-5.2-9.3c-1.8-1.9-4-3.4-6.2-4.4%22%2F%3E%3Cpath%20fill%3D%22%2394989b%22%20d%3D%22M13.2%2023.7C6.3%2016.8%204%207.9%207.7%203.3c-1.3.1-2.3.5-3.1%201.3C1.5%207.7%204%2016.3%209.7%2022c2.3%202.3%204.6%203.7%206.7%204.6c0%200%200-.1-.1-.1c-1.1-.8-2.1-1.8-3.1-2.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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