spoon and fork icon

spoon-and-fork from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
spoon-and-fork
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the spoon and fork 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m22 6.502l-3.44 3.44a1.5 1.5 0 0 1-2.12 0l-.69-.69l-.69-.69a1.5 1.5 0 0 1 0-2.12l3.44-3.44m-2.75 6.25L4 21.002M20 4.999l-2.5 2.5"/><path d="M7.99 8.99c-1.195 1.194-2.833 1.493-4.326 0S1.388 4.778 2.582 3.583C3.777 2.39 6.496 3.172 7.99 4.665s1.195 3.13 0 4.325Zm0 0L20 21.001M9.205 2.397A10 10 0 0 1 12 2c1.152 0 2.258.195 3.288.553M2.049 11Q2 11.494 2 12c0 2.032.606 3.922 1.647 5.5m4.126 3.565c1.284.6 2.716.935 4.227.935a10 10 0 0 0 4.262-.951m4.09-3.549A9.95 9.95 0 0 0 22 12q-.002-.868-.143-1.696"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSpoonAndFork(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m22 6.502l-3.44 3.44a1.5 1.5 0 0 1-2.12 0l-.69-.69l-.69-.69a1.5 1.5 0 0 1 0-2.12l3.44-3.44m-2.75 6.25L4 21.002M20 4.999l-2.5 2.5"/><path d="M7.99 8.99c-1.195 1.194-2.833 1.493-4.326 0S1.388 4.778 2.582 3.583C3.777 2.39 6.496 3.172 7.99 4.665s1.195 3.13 0 4.325Zm0 0L20 21.001M9.205 2.397A10 10 0 0 1 12 2c1.152 0 2.258.195 3.288.553M2.049 11Q2 11.494 2 12c0 2.032.606 3.922 1.647 5.5m4.126 3.565c1.284.6 2.716.935 4.227.935a10 10 0 0 0 4.262-.951m4.09-3.549A9.95 9.95 0 0 0 22 12q-.002-.868-.143-1.696"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m22 6.502l-3.44 3.44a1.5 1.5 0 0 1-2.12 0l-.69-.69l-.69-.69a1.5 1.5 0 0 1 0-2.12l3.44-3.44m-2.75 6.25L4 21.002M20 4.999l-2.5 2.5"/><path d="M7.99 8.99c-1.195 1.194-2.833 1.493-4.326 0S1.388 4.778 2.582 3.583C3.777 2.39 6.496 3.172 7.99 4.665s1.195 3.13 0 4.325Zm0 0L20 21.001M9.205 2.397A10 10 0 0 1 12 2c1.152 0 2.258.195 3.288.553M2.049 11Q2 11.494 2 12c0 2.032.606 3.922 1.647 5.5m4.126 3.565c1.284.6 2.716.935 4.227.935a10 10 0 0 0 4.262-.951m4.09-3.549A9.95 9.95 0 0 0 22 12q-.002-.868-.143-1.696"/></g></svg>
</template>

CSS

.icon-spoon-and-fork {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m22%206.502l-3.44%203.44a1.5%201.5%200%200%201-2.12%200l-.69-.69l-.69-.69a1.5%201.5%200%200%201%200-2.12l3.44-3.44m-2.75%206.25L4%2021.002M20%204.999l-2.5%202.5%22%2F%3E%3Cpath%20d%3D%22M7.99%208.99c-1.195%201.194-2.833%201.493-4.326%200S1.388%204.778%202.582%203.583C3.777%202.39%206.496%203.172%207.99%204.665s1.195%203.13%200%204.325Zm0%200L20%2021.001M9.205%202.397A10%2010%200%200%201%2012%202c1.152%200%202.258.195%203.288.553M2.049%2011Q2%2011.494%202%2012c0%202.032.606%203.922%201.647%205.5m4.126%203.565c1.284.6%202.716.935%204.227.935a10%2010%200%200%200%204.262-.951m4.09-3.549A9.95%209.95%200%200%200%2022%2012q-.002-.868-.143-1.696%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m22%206.502l-3.44%203.44a1.5%201.5%200%200%201-2.12%200l-.69-.69l-.69-.69a1.5%201.5%200%200%201%200-2.12l3.44-3.44m-2.75%206.25L4%2021.002M20%204.999l-2.5%202.5%22%2F%3E%3Cpath%20d%3D%22M7.99%208.99c-1.195%201.194-2.833%201.493-4.326%200S1.388%204.778%202.582%203.583C3.777%202.39%206.496%203.172%207.99%204.665s1.195%203.13%200%204.325Zm0%200L20%2021.001M9.205%202.397A10%2010%200%200%201%2012%202c1.152%200%202.258.195%203.288.553M2.049%2011Q2%2011.494%202%2012c0%202.032.606%203.922%201.647%205.5m4.126%203.565c1.284.6%202.716.935%204.227.935a10%2010%200%200%200%204.262-.951m4.09-3.549A9.95%209.95%200%200%200%2022%2012q-.002-.868-.143-1.696%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-fork.svg?color=%231a73e8&size=48