funds icon
funds from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.
- Name
- funds
- Set
- IconPark
- Style
- Color
- Category
- Money
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More money icons from IconPark
Use the funds icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><ellipse cx="14" cy="10" rx="10" ry="5"/><path d="M4 10C4 10 4 14.2386 4 17C4 19.7614 8.47715 22 14 22C19.5228 22 24 19.7614 24 17C24 15.3644 24 10 24 10"/><path d="M4 17C4 17 4 21.2386 4 24C4 26.7614 8.47715 29 14 29C19.5228 29 24 26.7614 24 24C24 22.3644 24 17 24 17"/><path d="M4 24C4 24 4 28.2386 4 31C4 33.7614 8.47715 36 14 36C19.5228 36 24 33.7614 24 31C24 29.3644 24 24 24 24"/><path d="M4 31C4 31 4 35.2386 4 38C4 40.7614 8.47715 43 14 43C19.5228 43 24 40.7614 24 38C24 36.3644 24 31 24 31"/><ellipse cx="34" cy="24" rx="10" ry="5"/><path d="M24 24C24 24 24 28.2386 24 31C24 33.7614 28.4772 36 34 36C39.5228 36 44 33.7614 44 31C44 29.3644 44 24 44 24"/><path d="M24 31C24 31 24 35.2386 24 38C24 40.7614 28.4772 43 34 43C39.5228 43 44 40.7614 44 38C44 36.3644 44 31 44 31"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkFunds(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><ellipse cx="14" cy="10" rx="10" ry="5"/><path d="M4 10C4 10 4 14.2386 4 17C4 19.7614 8.47715 22 14 22C19.5228 22 24 19.7614 24 17C24 15.3644 24 10 24 10"/><path d="M4 17C4 17 4 21.2386 4 24C4 26.7614 8.47715 29 14 29C19.5228 29 24 26.7614 24 24C24 22.3644 24 17 24 17"/><path d="M4 24C4 24 4 28.2386 4 31C4 33.7614 8.47715 36 14 36C19.5228 36 24 33.7614 24 31C24 29.3644 24 24 24 24"/><path d="M4 31C4 31 4 35.2386 4 38C4 40.7614 8.47715 43 14 43C19.5228 43 24 40.7614 24 38C24 36.3644 24 31 24 31"/><ellipse cx="34" cy="24" rx="10" ry="5"/><path d="M24 24C24 24 24 28.2386 24 31C24 33.7614 28.4772 36 34 36C39.5228 36 44 33.7614 44 31C44 29.3644 44 24 44 24"/><path d="M24 31C24 31 24 35.2386 24 38C24 40.7614 28.4772 43 34 43C39.5228 43 44 40.7614 44 38C44 36.3644 44 31 44 31"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><ellipse cx="14" cy="10" rx="10" ry="5"/><path d="M4 10C4 10 4 14.2386 4 17C4 19.7614 8.47715 22 14 22C19.5228 22 24 19.7614 24 17C24 15.3644 24 10 24 10"/><path d="M4 17C4 17 4 21.2386 4 24C4 26.7614 8.47715 29 14 29C19.5228 29 24 26.7614 24 24C24 22.3644 24 17 24 17"/><path d="M4 24C4 24 4 28.2386 4 31C4 33.7614 8.47715 36 14 36C19.5228 36 24 33.7614 24 31C24 29.3644 24 24 24 24"/><path d="M4 31C4 31 4 35.2386 4 38C4 40.7614 8.47715 43 14 43C19.5228 43 24 40.7614 24 38C24 36.3644 24 31 24 31"/><ellipse cx="34" cy="24" rx="10" ry="5"/><path d="M24 24C24 24 24 28.2386 24 31C24 33.7614 28.4772 36 34 36C39.5228 36 44 33.7614 44 31C44 29.3644 44 24 44 24"/><path d="M24 31C24 31 24 35.2386 24 38C24 40.7614 28.4772 43 34 43C39.5228 43 44 40.7614 44 38C44 36.3644 44 31 44 31"/></g></svg> </template>
CSS
.icon-funds {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cellipse%20cx%3D%2214%22%20cy%3D%2210%22%20rx%3D%2210%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M4%2010C4%2010%204%2014.2386%204%2017C4%2019.7614%208.47715%2022%2014%2022C19.5228%2022%2024%2019.7614%2024%2017C24%2015.3644%2024%2010%2024%2010%22%2F%3E%3Cpath%20d%3D%22M4%2017C4%2017%204%2021.2386%204%2024C4%2026.7614%208.47715%2029%2014%2029C19.5228%2029%2024%2026.7614%2024%2024C24%2022.3644%2024%2017%2024%2017%22%2F%3E%3Cpath%20d%3D%22M4%2024C4%2024%204%2028.2386%204%2031C4%2033.7614%208.47715%2036%2014%2036C19.5228%2036%2024%2033.7614%2024%2031C24%2029.3644%2024%2024%2024%2024%22%2F%3E%3Cpath%20d%3D%22M4%2031C4%2031%204%2035.2386%204%2038C4%2040.7614%208.47715%2043%2014%2043C19.5228%2043%2024%2040.7614%2024%2038C24%2036.3644%2024%2031%2024%2031%22%2F%3E%3Cellipse%20cx%3D%2234%22%20cy%3D%2224%22%20rx%3D%2210%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M24%2024C24%2024%2024%2028.2386%2024%2031C24%2033.7614%2028.4772%2036%2034%2036C39.5228%2036%2044%2033.7614%2044%2031C44%2029.3644%2044%2024%2044%2024%22%2F%3E%3Cpath%20d%3D%22M24%2031C24%2031%2024%2035.2386%2024%2038C24%2040.7614%2028.4772%2043%2034%2043C39.5228%2043%2044%2040.7614%2044%2038C44%2036.3644%2044%2031%2044%2031%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cellipse%20cx%3D%2214%22%20cy%3D%2210%22%20rx%3D%2210%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M4%2010C4%2010%204%2014.2386%204%2017C4%2019.7614%208.47715%2022%2014%2022C19.5228%2022%2024%2019.7614%2024%2017C24%2015.3644%2024%2010%2024%2010%22%2F%3E%3Cpath%20d%3D%22M4%2017C4%2017%204%2021.2386%204%2024C4%2026.7614%208.47715%2029%2014%2029C19.5228%2029%2024%2026.7614%2024%2024C24%2022.3644%2024%2017%2024%2017%22%2F%3E%3Cpath%20d%3D%22M4%2024C4%2024%204%2028.2386%204%2031C4%2033.7614%208.47715%2036%2014%2036C19.5228%2036%2024%2033.7614%2024%2031C24%2029.3644%2024%2024%2024%2024%22%2F%3E%3Cpath%20d%3D%22M4%2031C4%2031%204%2035.2386%204%2038C4%2040.7614%208.47715%2043%2014%2043C19.5228%2043%2024%2040.7614%2024%2038C24%2036.3644%2024%2031%2024%2031%22%2F%3E%3Cellipse%20cx%3D%2234%22%20cy%3D%2224%22%20rx%3D%2210%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M24%2024C24%2024%2024%2028.2386%2024%2031C24%2033.7614%2028.4772%2036%2034%2036C39.5228%2036%2044%2033.7614%2044%2031C44%2029.3644%2044%2024%2044%2024%22%2F%3E%3Cpath%20d%3D%22M24%2031C24%2031%2024%2035.2386%2024%2038C24%2040.7614%2028.4772%2043%2034%2043C39.5228%2043%2044%2040.7614%2044%2038C44%2036.3644%2044%2031%2044%2031%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/funds.svg?color=%231a73e8&size=48