utensils from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
utensils
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the utensils 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="M7 11.5V21M4 3v5c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 11 6.068 11 7 11s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C10 9.398 10 8.932 10 8V3"/><path d="M7 8V3"/><path stroke-linejoin="round" d="M16 21v-7m0 0V3a4 4 0 0 1 4 4v3.333c0 1.564 0 2.346-.413 2.884q-.16.21-.37.37c-.538.413-1.32.413-2.884.413z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsUtensils(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="M7 11.5V21M4 3v5c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 11 6.068 11 7 11s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C10 9.398 10 8.932 10 8V3"/><path d="M7 8V3"/><path strokeLinejoin="round" d="M16 21v-7m0 0V3a4 4 0 0 1 4 4v3.333c0 1.564 0 2.346-.413 2.884q-.16.21-.37.37c-.538.413-1.32.413-2.884.413z"/></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="M7 11.5V21M4 3v5c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 11 6.068 11 7 11s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C10 9.398 10 8.932 10 8V3"/><path d="M7 8V3"/><path stroke-linejoin="round" d="M16 21v-7m0 0V3a4 4 0 0 1 4 4v3.333c0 1.564 0 2.346-.413 2.884q-.16.21-.37.37c-.538.413-1.32.413-2.884.413z"/></g></svg>
</template>

CSS

.icon-utensils {
  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%22M7%2011.5V21M4%203v5c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C5.602%2011%206.068%2011%207%2011s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C10%209.398%2010%208.932%2010%208V3%22%2F%3E%3Cpath%20d%3D%22M7%208V3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2021v-7m0%200V3a4%204%200%200%201%204%204v3.333c0%201.564%200%202.346-.413%202.884q-.16.21-.37.37c-.538.413-1.32.413-2.884.413z%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%22M7%2011.5V21M4%203v5c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C5.602%2011%206.068%2011%207%2011s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C10%209.398%2010%208.932%2010%208V3%22%2F%3E%3Cpath%20d%3D%22M7%208V3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2021v-7m0%200V3a4%204%200%200%201%204%204v3.333c0%201.564%200%202.346-.413%202.884q-.16.21-.37.37c-.538.413-1.32.413-2.884.413z%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/utensils.svg?color=%231a73e8&size=48