utensil-spoon from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.

Name
utensil-spoon
Set
Font Awesome Solid
Style
Solid
Category
Maps
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome Solid

Use the utensil spoon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M309.8 284.9c-14.5-17.6-21.8-39.2-21.8-60.8c0-80.2 96-160.2 192-160.2c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L118.6 566.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidUtensilSpoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M309.8 284.9c-14.5-17.6-21.8-39.2-21.8-60.8c0-80.2 96-160.2 192-160.2c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L118.6 566.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M309.8 284.9c-14.5-17.6-21.8-39.2-21.8-60.8c0-80.2 96-160.2 192-160.2c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L118.6 566.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3z"/></svg>
</template>

CSS

.icon-utensil-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M309.8%20284.9c-14.5-17.6-21.8-39.2-21.8-60.8c0-80.2%2096-160.2%20192-160.2c53%200%2096%2043%2096%2096c0%2096-80%20192-160.2%20192c-21.6%200-43.2-7.3-60.8-21.8L118.6%20566.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M309.8%20284.9c-14.5-17.6-21.8-39.2-21.8-60.8c0-80.2%2096-160.2%20192-160.2c53%200%2096%2043%2096%2096c0%2096-80%20192-160.2%20192c-21.6%200-43.2-7.3-60.8-21.8L118.6%20566.6c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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