soup pot icon
soup-pot-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- soup-pot-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" d="M20.293 8.293a1 1 0 0 1 1.414 1.414l-.707.707V17a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-6.586l-.707-.707a1 1 0 0 1 1.414-1.414L4.414 9c.276.276.463.624.543 1h10.425l-1.5 3H9a1 1 0 0 0-1 1v.5a3.5 3.5 0 0 0 6.844 1.036q.027-.042.05-.089L17.618 10h1.425c.08-.376.267-.724.543-1zM12.913 15a1.5 1.5 0 0 1-2.826 0zm5.192-10.446a1 1 0 0 1 1.79.893l-2.778 5.554h-2.235zM8.168 2.445a1 1 0 0 1 1.664 1.11l-.216.323a.725.725 0 0 0 .09.915a2.725 2.725 0 0 1 .342 3.438l-.216.324a1 1 0 1 1-1.664-1.11l.216-.323a.726.726 0 0 0-.091-.915a2.725 2.725 0 0 1-.341-3.438zm4 0a1 1 0 0 1 1.664 1.11l-.216.323a.726.726 0 0 0 .09.915a2.725 2.725 0 0 1 .342 3.438l-.216.324a1 1 0 1 1-1.664-1.11l.216-.323a.725.725 0 0 0-.091-.915a2.725 2.725 0 0 1-.341-3.438z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSoupPotFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.293 8.293a1 1 0 0 1 1.414 1.414l-.707.707V17a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-6.586l-.707-.707a1 1 0 0 1 1.414-1.414L4.414 9c.276.276.463.624.543 1h10.425l-1.5 3H9a1 1 0 0 0-1 1v.5a3.5 3.5 0 0 0 6.844 1.036q.027-.042.05-.089L17.618 10h1.425c.08-.376.267-.724.543-1zM12.913 15a1.5 1.5 0 0 1-2.826 0zm5.192-10.446a1 1 0 0 1 1.79.893l-2.778 5.554h-2.235zM8.168 2.445a1 1 0 0 1 1.664 1.11l-.216.323a.725.725 0 0 0 .09.915a2.725 2.725 0 0 1 .342 3.438l-.216.324a1 1 0 1 1-1.664-1.11l.216-.323a.726.726 0 0 0-.091-.915a2.725 2.725 0 0 1-.341-3.438zm4 0a1 1 0 0 1 1.664 1.11l-.216.323a.726.726 0 0 0 .09.915a2.725 2.725 0 0 1 .342 3.438l-.216.324a1 1 0 1 1-1.664-1.11l.216-.323a.725.725 0 0 0-.091-.915a2.725 2.725 0 0 1-.341-3.438z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.293 8.293a1 1 0 0 1 1.414 1.414l-.707.707V17a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-6.586l-.707-.707a1 1 0 0 1 1.414-1.414L4.414 9c.276.276.463.624.543 1h10.425l-1.5 3H9a1 1 0 0 0-1 1v.5a3.5 3.5 0 0 0 6.844 1.036q.027-.042.05-.089L17.618 10h1.425c.08-.376.267-.724.543-1zM12.913 15a1.5 1.5 0 0 1-2.826 0zm5.192-10.446a1 1 0 0 1 1.79.893l-2.778 5.554h-2.235zM8.168 2.445a1 1 0 0 1 1.664 1.11l-.216.323a.725.725 0 0 0 .09.915a2.725 2.725 0 0 1 .342 3.438l-.216.324a1 1 0 1 1-1.664-1.11l.216-.323a.726.726 0 0 0-.091-.915a2.725 2.725 0 0 1-.341-3.438zm4 0a1 1 0 0 1 1.664 1.11l-.216.323a.726.726 0 0 0 .09.915a2.725 2.725 0 0 1 .342 3.438l-.216.324a1 1 0 1 1-1.664-1.11l.216-.323a.725.725 0 0 0-.091-.915a2.725 2.725 0 0 1-.341-3.438z"/></svg> </template>
CSS
.icon-soup-pot-fill {
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%22currentColor%22%20d%3D%22M20.293%208.293a1%201%200%200%201%201.414%201.414l-.707.707V17a4%204%200%200%201-4%204H7a4%204%200%200%201-4-4v-6.586l-.707-.707a1%201%200%200%201%201.414-1.414L4.414%209c.276.276.463.624.543%201h10.425l-1.5%203H9a1%201%200%200%200-1%201v.5a3.5%203.5%200%200%200%206.844%201.036q.027-.042.05-.089L17.618%2010h1.425c.08-.376.267-.724.543-1zM12.913%2015a1.5%201.5%200%200%201-2.826%200zm5.192-10.446a1%201%200%200%201%201.79.893l-2.778%205.554h-2.235zM8.168%202.445a1%201%200%200%201%201.664%201.11l-.216.323a.725.725%200%200%200%20.09.915a2.725%202.725%200%200%201%20.342%203.438l-.216.324a1%201%200%201%201-1.664-1.11l.216-.323a.726.726%200%200%200-.091-.915a2.725%202.725%200%200%201-.341-3.438zm4%200a1%201%200%200%201%201.664%201.11l-.216.323a.726.726%200%200%200%20.09.915a2.725%202.725%200%200%201%20.342%203.438l-.216.324a1%201%200%201%201-1.664-1.11l.216-.323a.725.725%200%200%200-.091-.915a2.725%202.725%200%200%201-.341-3.438z%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%22currentColor%22%20d%3D%22M20.293%208.293a1%201%200%200%201%201.414%201.414l-.707.707V17a4%204%200%200%201-4%204H7a4%204%200%200%201-4-4v-6.586l-.707-.707a1%201%200%200%201%201.414-1.414L4.414%209c.276.276.463.624.543%201h10.425l-1.5%203H9a1%201%200%200%200-1%201v.5a3.5%203.5%200%200%200%206.844%201.036q.027-.042.05-.089L17.618%2010h1.425c.08-.376.267-.724.543-1zM12.913%2015a1.5%201.5%200%200%201-2.826%200zm5.192-10.446a1%201%200%200%201%201.79.893l-2.778%205.554h-2.235zM8.168%202.445a1%201%200%200%201%201.664%201.11l-.216.323a.725.725%200%200%200%20.09.915a2.725%202.725%200%200%201%20.342%203.438l-.216.324a1%201%200%201%201-1.664-1.11l.216-.323a.726.726%200%200%200-.091-.915a2.725%202.725%200%200%201-.341-3.438zm4%200a1%201%200%200%201%201.664%201.11l-.216.323a.726.726%200%200%200%20.09.915a2.725%202.725%200%200%201%20.342%203.438l-.216.324a1%201%200%201%201-1.664-1.11l.216-.323a.725.725%200%200%200-.091-.915a2.725%202.725%200%200%201-.341-3.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/soup-pot-fill.svg?color=%231a73e8&size=48