Add icons to this collection by clicking the heart icon.
Online Payment icon - also known as smartphone, credit card, online payment, business and finance, and mobile money. 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="M23 7V6c0-2.208-1.792-4-4-4H9C6.792 2 5 3.792 5 6v20c0 2.208 1.792 4 4 4h10c2.208 0 4-1.792 4-4v-3a1 1 0 0 0-2 0v3a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 0 2 0z"
            />
            <path
                d="M12 7h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2zM6 25h16a1 1 0 0 0 0-2H6a1 1 0 0 0 0 2zM27 12c0-1.656-1.344-3-3-3H14c-1.656 0-3 1.344-3 3v6c0 1.656 1.344 3 3 3h10c1.656 0 3-1.344 3-3zm-2 0v6a1 1 0 0 1-1 1H14a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1z"
            />
            <path d="M12 15h14a1 1 0 0 0 0-2H12a1 1 0 0 0 0 2z" />
        </g>
    </g>
</svg>
More icons in the same style and category