cooking pot icon

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

Name
cooking-pot
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the cooking pot 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="M16.333 9.5H7.667c-1.564 0-2.346 0-2.885.413a2 2 0 0 0-.369.37C4 10.82 4 11.603 4 13.167c0 3.127 0 4.69.827 5.768c.212.277.46.526.738.738c1.077.827 2.64.827 5.768.827h1.334c3.127 0 4.69 0 5.768-.827c.277-.212.526-.46.738-.738c.827-1.077.827-2.64.827-5.768c0-1.564 0-2.346-.413-2.884a2 2 0 0 0-.37-.37c-.538-.413-1.32-.413-2.884-.413m3.667 2h2m-20 0h2"/><path d="M4 6.5h16m-5 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3.5 12.932 3.5 12 3.5s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 5.102 9 5.568 9 6.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCookingPot(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="M16.333 9.5H7.667c-1.564 0-2.346 0-2.885.413a2 2 0 0 0-.369.37C4 10.82 4 11.603 4 13.167c0 3.127 0 4.69.827 5.768c.212.277.46.526.738.738c1.077.827 2.64.827 5.768.827h1.334c3.127 0 4.69 0 5.768-.827c.277-.212.526-.46.738-.738c.827-1.077.827-2.64.827-5.768c0-1.564 0-2.346-.413-2.884a2 2 0 0 0-.37-.37c-.538-.413-1.32-.413-2.884-.413m3.667 2h2m-20 0h2"/><path d="M4 6.5h16m-5 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3.5 12.932 3.5 12 3.5s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 5.102 9 5.568 9 6.5"/></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="M16.333 9.5H7.667c-1.564 0-2.346 0-2.885.413a2 2 0 0 0-.369.37C4 10.82 4 11.603 4 13.167c0 3.127 0 4.69.827 5.768c.212.277.46.526.738.738c1.077.827 2.64.827 5.768.827h1.334c3.127 0 4.69 0 5.768-.827c.277-.212.526-.46.738-.738c.827-1.077.827-2.64.827-5.768c0-1.564 0-2.346-.413-2.884a2 2 0 0 0-.37-.37c-.538-.413-1.32-.413-2.884-.413m3.667 2h2m-20 0h2"/><path d="M4 6.5h16m-5 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 3.5 12.932 3.5 12 3.5s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 5.102 9 5.568 9 6.5"/></g></svg>
</template>

CSS

.icon-cooking-pot {
  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%22M16.333%209.5H7.667c-1.564%200-2.346%200-2.885.413a2%202%200%200%200-.369.37C4%2010.82%204%2011.603%204%2013.167c0%203.127%200%204.69.827%205.768c.212.277.46.526.738.738c1.077.827%202.64.827%205.768.827h1.334c3.127%200%204.69%200%205.768-.827c.277-.212.526-.46.738-.738c.827-1.077.827-2.64.827-5.768c0-1.564%200-2.346-.413-2.884a2%202%200%200%200-.37-.37c-.538-.413-1.32-.413-2.884-.413m3.667%202h2m-20%200h2%22%2F%3E%3Cpath%20d%3D%22M4%206.5h16m-5%200c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%203.5%2012.932%203.5%2012%203.5s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%205.102%209%205.568%209%206.5%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%22M16.333%209.5H7.667c-1.564%200-2.346%200-2.885.413a2%202%200%200%200-.369.37C4%2010.82%204%2011.603%204%2013.167c0%203.127%200%204.69.827%205.768c.212.277.46.526.738.738c1.077.827%202.64.827%205.768.827h1.334c3.127%200%204.69%200%205.768-.827c.277-.212.526-.46.738-.738c.827-1.077.827-2.64.827-5.768c0-1.564%200-2.346-.413-2.884a2%202%200%200%200-.37-.37c-.538-.413-1.32-.413-2.884-.413m3.667%202h2m-20%200h2%22%2F%3E%3Cpath%20d%3D%22M4%206.5h16m-5%200c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%203.5%2012.932%203.5%2012%203.5s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%205.102%209%205.568%209%206.5%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/cooking-pot.svg?color=%231a73e8&size=48