money collect icon

money-collect-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
money-collect-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
money-collect-fill

2 other variants in Ant Design Icons

Use the money collect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5c-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8m-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9c0 1.3-.4 2.6-1 3.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignMoneyCollectFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5c-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8m-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9c0 1.3-.4 2.6-1 3.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5c-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8m-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9c0 1.3-.4 2.6-1 3.8"/></svg>
</template>

CSS

.icon-money-collect-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M911.5%20699.7a8%208%200%200%200-10.3-4.8L840%20717.2V179c0-37.6-30.4-68-68-68H252c-37.6%200-68%2030.4-68%2068v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5c-4.4%200-8%203.6-8%208V762c0%203.3%202.1%206.3%205.3%207.5L501%20909.1c7.1%202.6%2014.8%202.6%2021.9%200l383.8-139.5c3.2-1.2%205.3-4.2%205.3-7.5v-59.6c0-1-.2-1.9-.5-2.8m-243.8-377L564%20514.3h57.6c4.4%200%208%203.6%208%208v27.1c0%204.4-3.6%208-8%208h-76.3v39h76.3c4.4%200%208%203.6%208%208v27.1c0%204.4-3.6%208-8%208h-76.3V703c0%204.4-3.6%208-8%208h-49.9c-4.4%200-8-3.6-8-8v-63.4h-76c-4.4%200-8-3.6-8-8v-27.1c0-4.4%203.6-8%208-8h76v-39h-76c-4.4%200-8-3.6-8-8v-27.1c0-4.4%203.6-8%208-8h57L356.5%20322.8c-2.1-3.8-.7-8.7%203.2-10.8c1.2-.7%202.5-1%203.8-1h55.7a8%208%200%200%201%207.1%204.4L511%20484.2h3.3L599%20315.4c1.3-2.7%204.1-4.4%207.1-4.4h54.5c4.4%200%208%203.6%208.1%207.9c0%201.3-.4%202.6-1%203.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M911.5%20699.7a8%208%200%200%200-10.3-4.8L840%20717.2V179c0-37.6-30.4-68-68-68H252c-37.6%200-68%2030.4-68%2068v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5c-4.4%200-8%203.6-8%208V762c0%203.3%202.1%206.3%205.3%207.5L501%20909.1c7.1%202.6%2014.8%202.6%2021.9%200l383.8-139.5c3.2-1.2%205.3-4.2%205.3-7.5v-59.6c0-1-.2-1.9-.5-2.8m-243.8-377L564%20514.3h57.6c4.4%200%208%203.6%208%208v27.1c0%204.4-3.6%208-8%208h-76.3v39h76.3c4.4%200%208%203.6%208%208v27.1c0%204.4-3.6%208-8%208h-76.3V703c0%204.4-3.6%208-8%208h-49.9c-4.4%200-8-3.6-8-8v-63.4h-76c-4.4%200-8-3.6-8-8v-27.1c0-4.4%203.6-8%208-8h76v-39h-76c-4.4%200-8-3.6-8-8v-27.1c0-4.4%203.6-8%208-8h57L356.5%20322.8c-2.1-3.8-.7-8.7%203.2-10.8c1.2-.7%202.5-1%203.8-1h55.7a8%208%200%200%201%207.1%204.4L511%20484.2h3.3L599%20315.4c1.3-2.7%204.1-4.4%207.1-4.4h54.5c4.4%200%208%203.6%208.1%207.9c0%201.3-.4%202.6-1%203.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/money-collect-filled.svg?color=%231a73e8&size=48