Add icons to this collection by clicking the heart icon.
Cash icon - also known as currency, money, stack, bill, cash, banknote, and business and finance. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 512 512"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffedad" />
        <stop offset="1" stop-color="#ffffe5" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="459.5"
        y2="30"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fd5900" />
        <stop offset="1" stop-color="#ffde00" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M0 459.5h512V497c0 8.284-6.716 15-15 15H15c-8.284 0-15-6.716-15-15zm512-105H0V407h512zm0-99.5V15c0-8.284-6.716-15-15-15H15C6.716 0 0 6.716 0 15v240c0 8.284 6.716 15 15 15h482c8.284 0 15-6.716 15-15z"
    />
    <path
        fill="url(#b)"
        d="M512 354.5H0V317c0-8.284 6.716-15 15-15h482c8.284 0 15 6.716 15 15zM0 407v52.5h512V407zM482 30v210H30V30zm-30 75c0-3.979-1.58-7.794-4.394-10.606l-30-30A14.992 14.992 0 0 0 407 60H105c-3.978 0-7.793 1.58-10.606 4.394l-30 30A14.996 14.996 0 0 0 60 105v60c0 3.979 1.581 7.794 4.394 10.606l30 30A14.996 14.996 0 0 0 105 210h302c3.979 0 7.794-1.58 10.606-4.394l30-30A14.992 14.992 0 0 0 452 165zm-121 30c0-41.355-33.645-75-75-75s-75 33.645-75 75 33.645 75 75 75 75-33.645 75-75zm46-15c-8.284 0-15 6.716-15 15s6.716 15 15 15 15-6.716 15-15-6.716-15-15-15zm-242 0c-8.284 0-15 6.716-15 15s6.716 15 15 15 15-6.716 15-15-6.716-15-15-15z"
    />
</svg>
More icons in the same style and category