Add icons to this collection by clicking the heart icon.
Credit Card icon - also known as money, bank, payment, debit card, credit card, 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 32 32"
>
    <linearGradient
        id="a"
        x1="0"
        x2="1"
        y1="0"
        y2="0"
        gradientTransform="matrix(0 26 -26 0 16 3)"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ff9100" />
        <stop offset="1" stop-color="#ffc400" />
    </linearGradient>
    <g fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2">
        <g fill="url(#a)">
            <path
                d="M30 9c0-1.656-1.344-3-3-3H5C3.344 6 2 7.344 2 9v14c0 1.656 1.344 3 3 3h22c1.656 0 3-1.344 3-3zm-2 0v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h22a1 1 0 0 1 1 1z"
            />
            <path
                d="M3 13h26a1 1 0 0 0 0-2H3a1 1 0 0 0 0 2zM23 18h2a1 1 0 0 0 0-2h-2a1 1 0 0 0 0 2zM19 22h6a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2zM14 18a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2zm-6 0v2h4v-2z"
            />
        </g>
    </g>
</svg>
More icons in the same style and category