cutlery-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
cutlery-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the cutlery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2 24 24"><path fill="currentColor" d="m11.955 10.5l-8.298 8.3a2 2 0 1 1-2.829-2.828l8.299-8.299c-.173-1.518.515-3.343 1.954-4.783C13.23.741 16.237.266 17.8 1.83c1.562 1.562 1.087 4.57-1.06 6.717c-1.44 1.44-3.266 2.128-4.784 1.955z"/></svg>

React

import type { SVGProps } from "react";

export function JamCutleryF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2 24 24"><path fill="currentColor" d="m11.955 10.5l-8.298 8.3a2 2 0 1 1-2.829-2.828l8.299-8.299c-.173-1.518.515-3.343 1.954-4.783C13.23.741 16.237.266 17.8 1.83c1.562 1.562 1.087 4.57-1.06 6.717c-1.44 1.44-3.266 2.128-4.784 1.955z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2 24 24"><path fill="currentColor" d="m11.955 10.5l-8.298 8.3a2 2 0 1 1-2.829-2.828l8.299-8.299c-.173-1.518.515-3.343 1.954-4.783C13.23.741 16.237.266 17.8 1.83c1.562 1.562 1.087 4.57-1.06 6.717c-1.44 1.44-3.266 2.128-4.784 1.955z"/></svg>
</template>

CSS

.icon-cutlery-f {
  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%22-2.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.955%2010.5l-8.298%208.3a2%202%200%201%201-2.829-2.828l8.299-8.299c-.173-1.518.515-3.343%201.954-4.783C13.23.741%2016.237.266%2017.8%201.83c1.562%201.562%201.087%204.57-1.06%206.717c-1.44%201.44-3.266%202.128-4.784%201.955z%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%22-2.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.955%2010.5l-8.298%208.3a2%202%200%201%201-2.829-2.828l8.299-8.299c-.173-1.518.515-3.343%201.954-4.783C13.23.741%2016.237.266%2017.8%201.83c1.562%201.562%201.087%204.57-1.06%206.717c-1.44%201.44-3.266%202.128-4.784%201.955z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/cutlery-f.svg?color=%231a73e8&size=48