fork-spoon from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
fork-spoon
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
fork-spoon-outline, fork-spoon-outline-sharp, fork-spoon-sharp

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the fork spoon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22v-9.15q-1.35-.35-2.175-1.425T3 9V2h2v6h1V2h2v6h1V2h2v7q0 1.35-.825 2.425T8 12.85V22zm10 0v-9.525q-1.35-.45-2.175-1.887T13 7.325Q13 5.1 14.175 3.55T17 2t2.825 1.562T21 7.35q0 1.825-.825 3.25T18 12.475V22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsForkSpoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22v-9.15q-1.35-.35-2.175-1.425T3 9V2h2v6h1V2h2v6h1V2h2v7q0 1.35-.825 2.425T8 12.85V22zm10 0v-9.525q-1.35-.45-2.175-1.887T13 7.325Q13 5.1 14.175 3.55T17 2t2.825 1.562T21 7.35q0 1.825-.825 3.25T18 12.475V22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22v-9.15q-1.35-.35-2.175-1.425T3 9V2h2v6h1V2h2v6h1V2h2v7q0 1.35-.825 2.425T8 12.85V22zm10 0v-9.525q-1.35-.45-2.175-1.887T13 7.325Q13 5.1 14.175 3.55T17 2t2.825 1.562T21 7.35q0 1.825-.825 3.25T18 12.475V22z"/></svg>
</template>

CSS

.icon-fork-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2022v-9.15q-1.35-.35-2.175-1.425T3%209V2h2v6h1V2h2v6h1V2h2v7q0%201.35-.825%202.425T8%2012.85V22zm10%200v-9.525q-1.35-.45-2.175-1.887T13%207.325Q13%205.1%2014.175%203.55T17%202t2.825%201.562T21%207.35q0%201.825-.825%203.25T18%2012.475V22z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2022v-9.15q-1.35-.35-2.175-1.425T3%209V2h2v6h1V2h2v6h1V2h2v7q0%201.35-.825%202.425T8%2012.85V22zm10%200v-9.525q-1.35-.45-2.175-1.887T13%207.325Q13%205.1%2014.175%203.55T17%202t2.825%201.562T21%207.35q0%201.825-.825%203.25T18%2012.475V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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