money collect icon

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

Name
money-collect-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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" fill-opacity=".15" d="m256 744.4l256 93.1l256-93.1V184H256zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.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.8L564 515.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.3V704c0 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 323.8c-2.1-3.8-.7-8.7 3.2-10.8"/><path fill="currentColor" d="M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-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 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.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.8M768 744.4l-256 93.1l-256-93.1V184h512z"/><path fill="currentColor" d="M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8c-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.8z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignMoneyCollectTwotone(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" fillOpacity=".15" d="m256 744.4l256 93.1l256-93.1V184H256zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.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.8L564 515.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.3V704c0 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 323.8c-2.1-3.8-.7-8.7 3.2-10.8"/><path fill="currentColor" d="M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-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 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.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.8M768 744.4l-256 93.1l-256-93.1V184h512z"/><path fill="currentColor" d="M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8c-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="m256 744.4l256 93.1l256-93.1V184H256zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.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.8L564 515.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.3V704c0 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 323.8c-2.1-3.8-.7-8.7 3.2-10.8"/><path fill="currentColor" d="M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-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 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.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.8M768 744.4l-256 93.1l-256-93.1V184h512z"/><path fill="currentColor" d="M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8c-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.8z"/></svg>
</template>

CSS

.icon-money-collect-twotone {
  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%20fill-opacity%3D%22.15%22%20d%3D%22m256%20744.4l256%2093.1l256-93.1V184H256zM359.7%20313c1.2-.7%202.5-1%203.8-1h55.7a8%208%200%200%201%207.1%204.4L511%20485.2h3.3L599%20316.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.8L564%20515.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.3V704c0%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%20323.8c-2.1-3.8-.7-8.7%203.2-10.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M911.5%20700.7a8%208%200%200%200-10.3-4.8L840%20718.2V180c0-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%208V763c0%203.3%202.1%206.3%205.3%207.5L501%20910.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.8M768%20744.4l-256%2093.1l-256-93.1V184h512z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M460.4%20515.4h-57c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76v39h-76c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76V704c0%204.4%203.6%208%208%208h49.9c4.4%200%208-3.6%208-8v-63.5h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2%201-2.5%201-3.8c-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3%200-5.8%201.7-7.1%204.4l-84.7%20168.8H511l-84.7-168.8a8%208%200%200%200-7.1-4.4h-55.7c-1.3%200-2.6.3-3.8%201c-3.9%202.1-5.3%207-3.2%2010.8z%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%20fill-opacity%3D%22.15%22%20d%3D%22m256%20744.4l256%2093.1l256-93.1V184H256zM359.7%20313c1.2-.7%202.5-1%203.8-1h55.7a8%208%200%200%201%207.1%204.4L511%20485.2h3.3L599%20316.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.8L564%20515.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.3V704c0%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%20323.8c-2.1-3.8-.7-8.7%203.2-10.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M911.5%20700.7a8%208%200%200%200-10.3-4.8L840%20718.2V180c0-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%208V763c0%203.3%202.1%206.3%205.3%207.5L501%20910.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.8M768%20744.4l-256%2093.1l-256-93.1V184h512z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M460.4%20515.4h-57c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76v39h-76c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76V704c0%204.4%203.6%208%208%208h49.9c4.4%200%208-3.6%208-8v-63.5h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2%201-2.5%201-3.8c-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3%200-5.8%201.7-7.1%204.4l-84.7%20168.8H511l-84.7-168.8a8%208%200%200%200-7.1-4.4h-55.7c-1.3%200-2.6.3-3.8%201c-3.9%202.1-5.3%207-3.2%2010.8z%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-twotone.svg?color=%231a73e8&size=48