spoon and knife icon
spoon-and-knife from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- spoon-and-knife
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the spoon and knife icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M6.5 17.33A6.99 6.99 0 0 0 12 20a6.98 6.98 0 0 0 5-2.101M8.5 6.936A6.97 6.97 0 0 1 12 6c1.959 0 3.73.804 5 2.101"/><path d="M16 13a4 4 0 1 1-8 0a4 4 0 0 1 8 0ZM6 7c0 1.38-.895 2-2 2s-2-.62-2-2s.895-3 2-3s2 1.62 2 3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 13V4h.5a2 2 0 0 1 2 2v7zm0 0v7M4 9v11"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSpoonAndKnife(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M6.5 17.33A6.99 6.99 0 0 0 12 20a6.98 6.98 0 0 0 5-2.101M8.5 6.936A6.97 6.97 0 0 1 12 6c1.959 0 3.73.804 5 2.101"/><path d="M16 13a4 4 0 1 1-8 0a4 4 0 0 1 8 0ZM6 7c0 1.38-.895 2-2 2s-2-.62-2-2s.895-3 2-3s2 1.62 2 3Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19.5 13V4h.5a2 2 0 0 1 2 2v7zm0 0v7M4 9v11"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M6.5 17.33A6.99 6.99 0 0 0 12 20a6.98 6.98 0 0 0 5-2.101M8.5 6.936A6.97 6.97 0 0 1 12 6c1.959 0 3.73.804 5 2.101"/><path d="M16 13a4 4 0 1 1-8 0a4 4 0 0 1 8 0ZM6 7c0 1.38-.895 2-2 2s-2-.62-2-2s.895-3 2-3s2 1.62 2 3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 13V4h.5a2 2 0 0 1 2 2v7zm0 0v7M4 9v11"/></g></svg> </template>
CSS
.icon-spoon-and-knife {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2017.33A6.99%206.99%200%200%200%2012%2020a6.98%206.98%200%200%200%205-2.101M8.5%206.936A6.97%206.97%200%200%201%2012%206c1.959%200%203.73.804%205%202.101%22%2F%3E%3Cpath%20d%3D%22M16%2013a4%204%200%201%201-8%200a4%204%200%200%201%208%200ZM6%207c0%201.38-.895%202-2%202s-2-.62-2-2s.895-3%202-3s2%201.62%202%203Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.5%2013V4h.5a2%202%200%200%201%202%202v7zm0%200v7M4%209v11%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2017.33A6.99%206.99%200%200%200%2012%2020a6.98%206.98%200%200%200%205-2.101M8.5%206.936A6.97%206.97%200%200%201%2012%206c1.959%200%203.73.804%205%202.101%22%2F%3E%3Cpath%20d%3D%22M16%2013a4%204%200%201%201-8%200a4%204%200%200%201%208%200ZM6%207c0%201.38-.895%202-2%202s-2-.62-2-2s.895-3%202-3s2%201.62%202%203Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.5%2013V4h.5a2%202%200%200%201%202%202v7zm0%200v7M4%209v11%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/spoon-and-knife.svg?color=%231a73e8&size=48