spoon from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
spoon
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

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 512 512"><path d="M320 160c0-64-26.5-128-64-128s-64 64-64 128c.9 25 15.7 54.3 36.6 64.3.5.2.9.4 1.4.6h.1c3.4 1.9 9.8 5.5 9.8 9.7 0 0-16 198.7-16 210.1s5 20.5 10.5 26 13.1 9.2 21.3 9.2h.4c8.2 0 15.8-3.7 21.4-9.2 5.5-5.5 10.3-12.9 10.3-26s-16-210.1-16-210.1c0-4.2 6.4-7.9 9.8-9.8l1.7-.9C304.9 214 320 186 320 160" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonSpoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M320 160c0-64-26.5-128-64-128s-64 64-64 128c.9 25 15.7 54.3 36.6 64.3.5.2.9.4 1.4.6h.1c3.4 1.9 9.8 5.5 9.8 9.7 0 0-16 198.7-16 210.1s5 20.5 10.5 26 13.1 9.2 21.3 9.2h.4c8.2 0 15.8-3.7 21.4-9.2 5.5-5.5 10.3-12.9 10.3-26s-16-210.1-16-210.1c0-4.2 6.4-7.9 9.8-9.8l1.7-.9C304.9 214 320 186 320 160" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M320 160c0-64-26.5-128-64-128s-64 64-64 128c.9 25 15.7 54.3 36.6 64.3.5.2.9.4 1.4.6h.1c3.4 1.9 9.8 5.5 9.8 9.7 0 0-16 198.7-16 210.1s5 20.5 10.5 26 13.1 9.2 21.3 9.2h.4c8.2 0 15.8-3.7 21.4-9.2 5.5-5.5 10.3-12.9 10.3-26s-16-210.1-16-210.1c0-4.2 6.4-7.9 9.8-9.8l1.7-.9C304.9 214 320 186 320 160" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20d%3D%22M320%20160c0-64-26.5-128-64-128s-64%2064-64%20128c.9%2025%2015.7%2054.3%2036.6%2064.3.5.2.9.4%201.4.6h.1c3.4%201.9%209.8%205.5%209.8%209.7%200%200-16%20198.7-16%20210.1s5%2020.5%2010.5%2026%2013.1%209.2%2021.3%209.2h.4c8.2%200%2015.8-3.7%2021.4-9.2%205.5-5.5%2010.3-12.9%2010.3-26s-16-210.1-16-210.1c0-4.2%206.4-7.9%209.8-9.8l1.7-.9C304.9%20214%20320%20186%20320%20160%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M320%20160c0-64-26.5-128-64-128s-64%2064-64%20128c.9%2025%2015.7%2054.3%2036.6%2064.3.5.2.9.4%201.4.6h.1c3.4%201.9%209.8%205.5%209.8%209.7%200%200-16%20198.7-16%20210.1s5%2020.5%2010.5%2026%2013.1%209.2%2021.3%209.2h.4c8.2%200%2015.8-3.7%2021.4-9.2%205.5-5.5%2010.3-12.9%2010.3-26s-16-210.1-16-210.1c0-4.2%206.4-7.9%209.8-9.8l1.7-.9C304.9%20214%20320%20186%20320%20160%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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