saving-pot-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
saving-pot-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the saving pot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.802 22.5H5.198l-.788-3.544C3.09 18.37 1.444 17.353.295 16.21L0 15.916V8.501h1.934l.953-1.59l-1.248-3.12l1.134-.265c1.114-.258 2.57-.193 3.994.592l.02-.011a23 23 0 0 1 .712-.408a15 15 0 0 1 1.504-.741c.457-.185.892-.34 1.314-.468a6.5 6.5 0 0 0 12.25 4.35l.093.16c2.465 4.268 1.425 9.596-2.226 12.657l-.632 2.844h-5.604l-.445-2h-2.506zM4.5 11.5h2.004V9.496H4.5z"/><path fill="currentColor" d="M16.5 0a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9"/></svg>

React

import type { SVGProps } from "react";

export function TdesignSavingPotFilled(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="M10.802 22.5H5.198l-.788-3.544C3.09 18.37 1.444 17.353.295 16.21L0 15.916V8.501h1.934l.953-1.59l-1.248-3.12l1.134-.265c1.114-.258 2.57-.193 3.994.592l.02-.011a23 23 0 0 1 .712-.408a15 15 0 0 1 1.504-.741c.457-.185.892-.34 1.314-.468a6.5 6.5 0 0 0 12.25 4.35l.093.16c2.465 4.268 1.425 9.596-2.226 12.657l-.632 2.844h-5.604l-.445-2h-2.506zM4.5 11.5h2.004V9.496H4.5z"/><path fill="currentColor" d="M16.5 0a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.802 22.5H5.198l-.788-3.544C3.09 18.37 1.444 17.353.295 16.21L0 15.916V8.501h1.934l.953-1.59l-1.248-3.12l1.134-.265c1.114-.258 2.57-.193 3.994.592l.02-.011a23 23 0 0 1 .712-.408a15 15 0 0 1 1.504-.741c.457-.185.892-.34 1.314-.468a6.5 6.5 0 0 0 12.25 4.35l.093.16c2.465 4.268 1.425 9.596-2.226 12.657l-.632 2.844h-5.604l-.445-2h-2.506zM4.5 11.5h2.004V9.496H4.5z"/><path fill="currentColor" d="M16.5 0a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9"/></svg>
</template>

CSS

.icon-saving-pot-filled {
  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%22M10.802%2022.5H5.198l-.788-3.544C3.09%2018.37%201.444%2017.353.295%2016.21L0%2015.916V8.501h1.934l.953-1.59l-1.248-3.12l1.134-.265c1.114-.258%202.57-.193%203.994.592l.02-.011a23%2023%200%200%201%20.712-.408a15%2015%200%200%201%201.504-.741c.457-.185.892-.34%201.314-.468a6.5%206.5%200%200%200%2012.25%204.35l.093.16c2.465%204.268%201.425%209.596-2.226%2012.657l-.632%202.844h-5.604l-.445-2h-2.506zM4.5%2011.5h2.004V9.496H4.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%200a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9%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%22M10.802%2022.5H5.198l-.788-3.544C3.09%2018.37%201.444%2017.353.295%2016.21L0%2015.916V8.501h1.934l.953-1.59l-1.248-3.12l1.134-.265c1.114-.258%202.57-.193%203.994.592l.02-.011a23%2023%200%200%201%20.712-.408a15%2015%200%200%201%201.504-.741c.457-.185.892-.34%201.314-.468a6.5%206.5%200%200%200%2012.25%204.35l.093.16c2.465%204.268%201.425%209.596-2.226%2012.657l-.632%202.844h-5.604l-.445-2h-2.506zM4.5%2011.5h2.004V9.496H4.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%200a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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