soup-pot-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
soup-pot-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the soup pot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 9l.707.707a1 1 0 0 1 .293.707V17a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6.586a1 1 0 0 1 .293-.707L21 9M4 11h9.5m5 0H20m-7-8l-.216.323A1.725 1.725 0 0 0 13 5.5c.582.581.672 1.492.216 2.177L13 8M9 3l-.216.323A1.725 1.725 0 0 0 9 5.5c.581.581.672 1.492.216 2.177L9 8m10-3l-5 10m-5-1h5v.5a2.5 2.5 0 0 1-5 0z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteSoupPotLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m3 9l.707.707a1 1 0 0 1 .293.707V17a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6.586a1 1 0 0 1 .293-.707L21 9M4 11h9.5m5 0H20m-7-8l-.216.323A1.725 1.725 0 0 0 13 5.5c.582.581.672 1.492.216 2.177L13 8M9 3l-.216.323A1.725 1.725 0 0 0 9 5.5c.581.581.672 1.492.216 2.177L9 8m10-3l-5 10m-5-1h5v.5a2.5 2.5 0 0 1-5 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 9l.707.707a1 1 0 0 1 .293.707V17a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6.586a1 1 0 0 1 .293-.707L21 9M4 11h9.5m5 0H20m-7-8l-.216.323A1.725 1.725 0 0 0 13 5.5c.582.581.672 1.492.216 2.177L13 8M9 3l-.216.323A1.725 1.725 0 0 0 9 5.5c.581.581.672 1.492.216 2.177L9 8m10-3l-5 10m-5-1h5v.5a2.5 2.5 0 0 1-5 0z"/></svg>
</template>

CSS

.icon-soup-pot-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m3%209l.707.707a1%201%200%200%201%20.293.707V17a3%203%200%200%200%203%203h10a3%203%200%200%200%203-3v-6.586a1%201%200%200%201%20.293-.707L21%209M4%2011h9.5m5%200H20m-7-8l-.216.323A1.725%201.725%200%200%200%2013%205.5c.582.581.672%201.492.216%202.177L13%208M9%203l-.216.323A1.725%201.725%200%200%200%209%205.5c.581.581.672%201.492.216%202.177L9%208m10-3l-5%2010m-5-1h5v.5a2.5%202.5%200%200%201-5%200z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m3%209l.707.707a1%201%200%200%201%20.293.707V17a3%203%200%200%200%203%203h10a3%203%200%200%200%203-3v-6.586a1%201%200%200%201%20.293-.707L21%209M4%2011h9.5m5%200H20m-7-8l-.216.323A1.725%201.725%200%200%200%2013%205.5c.582.581.672%201.492.216%202.177L13%208M9%203l-.216.323A1.725%201.725%200%200%200%209%205.5c.581.581.672%201.492.216%202.177L9%208m10-3l-5%2010m-5-1h5v.5a2.5%202.5%200%200%201-5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/soup-pot-line.svg?color=%231a73e8&size=48