money collect icon
money-collect-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- money-collect-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- money-collect, money-collect-outline
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 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.8M512 837.5l-256-93.1V184h512v560.4zM660.6 312h-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.8l103.9 191.6h-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.9"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignMoneyCollectOutlined(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 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.8M512 837.5l-256-93.1V184h512v560.4zM660.6 312h-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.8l103.9 191.6h-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.9"/></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 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.8M512 837.5l-256-93.1V184h512v560.4zM660.6 312h-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.8l103.9 191.6h-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.9"/></svg> </template>
CSS
.icon-money-collect-outlined {
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%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.8M512%20837.5l-256-93.1V184h512v560.4zM660.6%20312h-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.8l103.9%20191.6h-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.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%201024%201024%22%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.8M512%20837.5l-256-93.1V184h512v560.4zM660.6%20312h-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.8l103.9%20191.6h-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.9%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-outlined.svg?color=%231a73e8&size=48