spoon emoji
spoon from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- spoon
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the spoon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M43.457 21.323c0-5.058-2.61-9.159-5.832-9.159s-5.832 4.1-5.832 9.159c0 4.698 1.355 8.566 4.257 9.094l-.811 28.412a2 2 0 1 0 4 0L39.21 30.41c2.897-.535 4.247-4.396 4.247-9.088"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.457 21.323c0-5.058-2.61-9.159-5.832-9.159s-5.832 4.1-5.832 9.159c0 4.698 1.355 8.566 4.257 9.094h0l-.811 28.412a2 2 0 1 0 4 0L39.21 30.41h0c2.897-.535 4.247-4.396 4.247-9.088"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiSpoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M43.457 21.323c0-5.058-2.61-9.159-5.832-9.159s-5.832 4.1-5.832 9.159c0 4.698 1.355 8.566 4.257 9.094l-.811 28.412a2 2 0 1 0 4 0L39.21 30.41c2.897-.535 4.247-4.396 4.247-9.088"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M43.457 21.323c0-5.058-2.61-9.159-5.832-9.159s-5.832 4.1-5.832 9.159c0 4.698 1.355 8.566 4.257 9.094h0l-.811 28.412a2 2 0 1 0 4 0L39.21 30.41h0c2.897-.535 4.247-4.396 4.247-9.088"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M43.457 21.323c0-5.058-2.61-9.159-5.832-9.159s-5.832 4.1-5.832 9.159c0 4.698 1.355 8.566 4.257 9.094l-.811 28.412a2 2 0 1 0 4 0L39.21 30.41c2.897-.535 4.247-4.396 4.247-9.088"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.457 21.323c0-5.058-2.61-9.159-5.832-9.159s-5.832 4.1-5.832 9.159c0 4.698 1.355 8.566 4.257 9.094h0l-.811 28.412a2 2 0 1 0 4 0L39.21 30.41h0c2.897-.535 4.247-4.396 4.247-9.088"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M43.457%2021.323c0-5.058-2.61-9.159-5.832-9.159s-5.832%204.1-5.832%209.159c0%204.698%201.355%208.566%204.257%209.094l-.811%2028.412a2%202%200%201%200%204%200L39.21%2030.41c2.897-.535%204.247-4.396%204.247-9.088%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.457%2021.323c0-5.058-2.61-9.159-5.832-9.159s-5.832%204.1-5.832%209.159c0%204.698%201.355%208.566%204.257%209.094h0l-.811%2028.412a2%202%200%201%200%204%200L39.21%2030.41h0c2.897-.535%204.247-4.396%204.247-9.088%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M43.457%2021.323c0-5.058-2.61-9.159-5.832-9.159s-5.832%204.1-5.832%209.159c0%204.698%201.355%208.566%204.257%209.094l-.811%2028.412a2%202%200%201%200%204%200L39.21%2030.41c2.897-.535%204.247-4.396%204.247-9.088%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.457%2021.323c0-5.058-2.61-9.159-5.832-9.159s-5.832%204.1-5.832%209.159c0%204.698%201.355%208.566%204.257%209.094h0l-.811%2028.412a2%202%200%201%200%204%200L39.21%2030.41h0c2.897-.535%204.247-4.396%204.247-9.088%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/spoon.svg?color=%231a73e8&size=48