spoon from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.

Name
spoon
Set
Noto Emoji
Style
Default
Category
Food & Drink
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More food & drink icons from Noto Emoji

Use the spoon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#9d9d9d" d="M64.52 50.91c-.26-9.45-.37-17.84-6.27-26.94C48.75 9.32 22.97-2.35 13.03 5.16C2.01 13.49 8.8 39.24 19.57 50.64C34.25 66.2 46.7 60.17 53.49 64.02c5.84 3.31 18.2 20.38 26.28 29.74s22.17 25.12 24.99 28.07s6.94 2.65 8.07 2.05c1.61-.84 4.72-3.45 4.34-4.47c-.38-1.03-45.35-52.82-45.35-52.82l-6.92-9.23c-.01-.01-.25-1.71-.38-6.45"/><path fill="#c8c8c8" d="M14.5 7.56c-8.95 7.36-3.08 28.02 3.79 36.53C31.75 60.75 44.26 55.3 51.82 58.38s8.97 6.54 18.33 16.92s36.29 46.35 43.39 47.97c.9.21 3.88-2.93 5.42-4.85s2.97-4.53 1.82-6.33c-1.15-1.79-52.94-54.73-55.63-57.42s-2.95-7.95-3.2-10.51c-.26-2.56-1.15-16.92-12.18-25.76S22.45 1.03 14.5 7.56"/><path fill="#e0e0e0" d="M53.72 29.36s1.23 14.27-11.43 12.47c-13.22-1.87-19.28-19.75-22.02-25.7c-2.58-5.61-7.84-4.81-8.03 2.27c-.22 8.27 5.78 26.76 21.93 33.17c15.2 6.03 24.94.76 24.66-8.22c-.3-9.16-5.11-13.99-5.11-13.99"/><path fill="#fff" d="M37.84 44.64c8.69 3.04 14.46-.57 15.02 5.01c.39 3.85-6.61 6.71-19.09 1.89s-18.71-18.9-19.65-21.92s-1.7-7.47.09-8.22s3.69 2.46 5.95 6.8s6.63 12.57 17.68 16.44m67.71 67.17c-1.45 1.09 4.63 8.5 7.56 8.98c2.93.47 7.22-5.29 5.39-6.14c-1.23-.57-1.98 1.13-5.39.38c-3.4-.76-5.67-4.63-7.56-3.22"/></svg>

React

import type { SVGProps } from "react";

export function NotoSpoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#9d9d9d" d="M64.52 50.91c-.26-9.45-.37-17.84-6.27-26.94C48.75 9.32 22.97-2.35 13.03 5.16C2.01 13.49 8.8 39.24 19.57 50.64C34.25 66.2 46.7 60.17 53.49 64.02c5.84 3.31 18.2 20.38 26.28 29.74s22.17 25.12 24.99 28.07s6.94 2.65 8.07 2.05c1.61-.84 4.72-3.45 4.34-4.47c-.38-1.03-45.35-52.82-45.35-52.82l-6.92-9.23c-.01-.01-.25-1.71-.38-6.45"/><path fill="#c8c8c8" d="M14.5 7.56c-8.95 7.36-3.08 28.02 3.79 36.53C31.75 60.75 44.26 55.3 51.82 58.38s8.97 6.54 18.33 16.92s36.29 46.35 43.39 47.97c.9.21 3.88-2.93 5.42-4.85s2.97-4.53 1.82-6.33c-1.15-1.79-52.94-54.73-55.63-57.42s-2.95-7.95-3.2-10.51c-.26-2.56-1.15-16.92-12.18-25.76S22.45 1.03 14.5 7.56"/><path fill="#e0e0e0" d="M53.72 29.36s1.23 14.27-11.43 12.47c-13.22-1.87-19.28-19.75-22.02-25.7c-2.58-5.61-7.84-4.81-8.03 2.27c-.22 8.27 5.78 26.76 21.93 33.17c15.2 6.03 24.94.76 24.66-8.22c-.3-9.16-5.11-13.99-5.11-13.99"/><path fill="#fff" d="M37.84 44.64c8.69 3.04 14.46-.57 15.02 5.01c.39 3.85-6.61 6.71-19.09 1.89s-18.71-18.9-19.65-21.92s-1.7-7.47.09-8.22s3.69 2.46 5.95 6.8s6.63 12.57 17.68 16.44m67.71 67.17c-1.45 1.09 4.63 8.5 7.56 8.98c2.93.47 7.22-5.29 5.39-6.14c-1.23-.57-1.98 1.13-5.39.38c-3.4-.76-5.67-4.63-7.56-3.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#9d9d9d" d="M64.52 50.91c-.26-9.45-.37-17.84-6.27-26.94C48.75 9.32 22.97-2.35 13.03 5.16C2.01 13.49 8.8 39.24 19.57 50.64C34.25 66.2 46.7 60.17 53.49 64.02c5.84 3.31 18.2 20.38 26.28 29.74s22.17 25.12 24.99 28.07s6.94 2.65 8.07 2.05c1.61-.84 4.72-3.45 4.34-4.47c-.38-1.03-45.35-52.82-45.35-52.82l-6.92-9.23c-.01-.01-.25-1.71-.38-6.45"/><path fill="#c8c8c8" d="M14.5 7.56c-8.95 7.36-3.08 28.02 3.79 36.53C31.75 60.75 44.26 55.3 51.82 58.38s8.97 6.54 18.33 16.92s36.29 46.35 43.39 47.97c.9.21 3.88-2.93 5.42-4.85s2.97-4.53 1.82-6.33c-1.15-1.79-52.94-54.73-55.63-57.42s-2.95-7.95-3.2-10.51c-.26-2.56-1.15-16.92-12.18-25.76S22.45 1.03 14.5 7.56"/><path fill="#e0e0e0" d="M53.72 29.36s1.23 14.27-11.43 12.47c-13.22-1.87-19.28-19.75-22.02-25.7c-2.58-5.61-7.84-4.81-8.03 2.27c-.22 8.27 5.78 26.76 21.93 33.17c15.2 6.03 24.94.76 24.66-8.22c-.3-9.16-5.11-13.99-5.11-13.99"/><path fill="#fff" d="M37.84 44.64c8.69 3.04 14.46-.57 15.02 5.01c.39 3.85-6.61 6.71-19.09 1.89s-18.71-18.9-19.65-21.92s-1.7-7.47.09-8.22s3.69 2.46 5.95 6.8s6.63 12.57 17.68 16.44m67.71 67.17c-1.45 1.09 4.63 8.5 7.56 8.98c2.93.47 7.22-5.29 5.39-6.14c-1.23-.57-1.98 1.13-5.39.38c-3.4-.76-5.67-4.63-7.56-3.22"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%239d9d9d%22%20d%3D%22M64.52%2050.91c-.26-9.45-.37-17.84-6.27-26.94C48.75%209.32%2022.97-2.35%2013.03%205.16C2.01%2013.49%208.8%2039.24%2019.57%2050.64C34.25%2066.2%2046.7%2060.17%2053.49%2064.02c5.84%203.31%2018.2%2020.38%2026.28%2029.74s22.17%2025.12%2024.99%2028.07s6.94%202.65%208.07%202.05c1.61-.84%204.72-3.45%204.34-4.47c-.38-1.03-45.35-52.82-45.35-52.82l-6.92-9.23c-.01-.01-.25-1.71-.38-6.45%22%2F%3E%3Cpath%20fill%3D%22%23c8c8c8%22%20d%3D%22M14.5%207.56c-8.95%207.36-3.08%2028.02%203.79%2036.53C31.75%2060.75%2044.26%2055.3%2051.82%2058.38s8.97%206.54%2018.33%2016.92s36.29%2046.35%2043.39%2047.97c.9.21%203.88-2.93%205.42-4.85s2.97-4.53%201.82-6.33c-1.15-1.79-52.94-54.73-55.63-57.42s-2.95-7.95-3.2-10.51c-.26-2.56-1.15-16.92-12.18-25.76S22.45%201.03%2014.5%207.56%22%2F%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M53.72%2029.36s1.23%2014.27-11.43%2012.47c-13.22-1.87-19.28-19.75-22.02-25.7c-2.58-5.61-7.84-4.81-8.03%202.27c-.22%208.27%205.78%2026.76%2021.93%2033.17c15.2%206.03%2024.94.76%2024.66-8.22c-.3-9.16-5.11-13.99-5.11-13.99%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.84%2044.64c8.69%203.04%2014.46-.57%2015.02%205.01c.39%203.85-6.61%206.71-19.09%201.89s-18.71-18.9-19.65-21.92s-1.7-7.47.09-8.22s3.69%202.46%205.95%206.8s6.63%2012.57%2017.68%2016.44m67.71%2067.17c-1.45%201.09%204.63%208.5%207.56%208.98c2.93.47%207.22-5.29%205.39-6.14c-1.23-.57-1.98%201.13-5.39.38c-3.4-.76-5.67-4.63-7.56-3.22%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%20128%20128%22%3E%3Cpath%20fill%3D%22%239d9d9d%22%20d%3D%22M64.52%2050.91c-.26-9.45-.37-17.84-6.27-26.94C48.75%209.32%2022.97-2.35%2013.03%205.16C2.01%2013.49%208.8%2039.24%2019.57%2050.64C34.25%2066.2%2046.7%2060.17%2053.49%2064.02c5.84%203.31%2018.2%2020.38%2026.28%2029.74s22.17%2025.12%2024.99%2028.07s6.94%202.65%208.07%202.05c1.61-.84%204.72-3.45%204.34-4.47c-.38-1.03-45.35-52.82-45.35-52.82l-6.92-9.23c-.01-.01-.25-1.71-.38-6.45%22%2F%3E%3Cpath%20fill%3D%22%23c8c8c8%22%20d%3D%22M14.5%207.56c-8.95%207.36-3.08%2028.02%203.79%2036.53C31.75%2060.75%2044.26%2055.3%2051.82%2058.38s8.97%206.54%2018.33%2016.92s36.29%2046.35%2043.39%2047.97c.9.21%203.88-2.93%205.42-4.85s2.97-4.53%201.82-6.33c-1.15-1.79-52.94-54.73-55.63-57.42s-2.95-7.95-3.2-10.51c-.26-2.56-1.15-16.92-12.18-25.76S22.45%201.03%2014.5%207.56%22%2F%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M53.72%2029.36s1.23%2014.27-11.43%2012.47c-13.22-1.87-19.28-19.75-22.02-25.7c-2.58-5.61-7.84-4.81-8.03%202.27c-.22%208.27%205.78%2026.76%2021.93%2033.17c15.2%206.03%2024.94.76%2024.66-8.22c-.3-9.16-5.11-13.99-5.11-13.99%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.84%2044.64c8.69%203.04%2014.46-.57%2015.02%205.01c.39%203.85-6.61%206.71-19.09%201.89s-18.71-18.9-19.65-21.92s-1.7-7.47.09-8.22s3.69%202.46%205.95%206.8s6.63%2012.57%2017.68%2016.44m67.71%2067.17c-1.45%201.09%204.63%208.5%207.56%208.98c2.93.47%207.22-5.29%205.39-6.14c-1.23-.57-1.98%201.13-5.39.38c-3.4-.76-5.67-4.63-7.56-3.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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