kitchen utensils icon
kitchen-utensils from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- kitchen-utensils
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the kitchen 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 d="M11.983 14V3m0 11c-1.658 0-3.003 1.435-3.003 2.625c0 1.75 1.345 4.375 3.003 4.375s3.003-2.625 3.003-4.375c0-1.19-1.345-2.625-3.003-2.625Zm-7.005-3.972V21M3.686 3.13l-.783.078a1 1 0 0 0-.89 1.148l.67 4.315c.113.731.743 1.34 1.483 1.34H5.79c.74 0 1.37-.609 1.484-1.34l.669-4.315a1 1 0 0 0-.89-1.148l-.78-.078a13 13 0 0 0-2.587 0Z"/><path stroke-linejoin="round" d="M17.996 13.818V3.026c1.159.32 3.085 1.527 3.405 4.502l.573 4.514c.1.793-.101 1.584-.89 1.72c-.66.113-1.661.15-3.088.056m0 0V21"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsKitchenUtensils(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 d="M11.983 14V3m0 11c-1.658 0-3.003 1.435-3.003 2.625c0 1.75 1.345 4.375 3.003 4.375s3.003-2.625 3.003-4.375c0-1.19-1.345-2.625-3.003-2.625Zm-7.005-3.972V21M3.686 3.13l-.783.078a1 1 0 0 0-.89 1.148l.67 4.315c.113.731.743 1.34 1.483 1.34H5.79c.74 0 1.37-.609 1.484-1.34l.669-4.315a1 1 0 0 0-.89-1.148l-.78-.078a13 13 0 0 0-2.587 0Z"/><path strokeLinejoin="round" d="M17.996 13.818V3.026c1.159.32 3.085 1.527 3.405 4.502l.573 4.514c.1.793-.101 1.584-.89 1.72c-.66.113-1.661.15-3.088.056m0 0V21"/></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 d="M11.983 14V3m0 11c-1.658 0-3.003 1.435-3.003 2.625c0 1.75 1.345 4.375 3.003 4.375s3.003-2.625 3.003-4.375c0-1.19-1.345-2.625-3.003-2.625Zm-7.005-3.972V21M3.686 3.13l-.783.078a1 1 0 0 0-.89 1.148l.67 4.315c.113.731.743 1.34 1.483 1.34H5.79c.74 0 1.37-.609 1.484-1.34l.669-4.315a1 1 0 0 0-.89-1.148l-.78-.078a13 13 0 0 0-2.587 0Z"/><path stroke-linejoin="round" d="M17.996 13.818V3.026c1.159.32 3.085 1.527 3.405 4.502l.573 4.514c.1.793-.101 1.584-.89 1.72c-.66.113-1.661.15-3.088.056m0 0V21"/></g></svg> </template>
CSS
.icon-kitchen-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%20d%3D%22M11.983%2014V3m0%2011c-1.658%200-3.003%201.435-3.003%202.625c0%201.75%201.345%204.375%203.003%204.375s3.003-2.625%203.003-4.375c0-1.19-1.345-2.625-3.003-2.625Zm-7.005-3.972V21M3.686%203.13l-.783.078a1%201%200%200%200-.89%201.148l.67%204.315c.113.731.743%201.34%201.483%201.34H5.79c.74%200%201.37-.609%201.484-1.34l.669-4.315a1%201%200%200%200-.89-1.148l-.78-.078a13%2013%200%200%200-2.587%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.996%2013.818V3.026c1.159.32%203.085%201.527%203.405%204.502l.573%204.514c.1.793-.101%201.584-.89%201.72c-.66.113-1.661.15-3.088.056m0%200V21%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%20d%3D%22M11.983%2014V3m0%2011c-1.658%200-3.003%201.435-3.003%202.625c0%201.75%201.345%204.375%203.003%204.375s3.003-2.625%203.003-4.375c0-1.19-1.345-2.625-3.003-2.625Zm-7.005-3.972V21M3.686%203.13l-.783.078a1%201%200%200%200-.89%201.148l.67%204.315c.113.731.743%201.34%201.483%201.34H5.79c.74%200%201.37-.609%201.484-1.34l.669-4.315a1%201%200%200%200-.89-1.148l-.78-.078a13%2013%200%200%200-2.587%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17.996%2013.818V3.026c1.159.32%203.085%201.527%203.405%204.502l.573%204.514c.1.793-.101%201.584-.89%201.72c-.66.113-1.661.15-3.088.056m0%200V21%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/kitchen-utensils.svg?color=%231a73e8&size=48