Remove Stripe Woocommerce Credit Card Icons (and replace with image)

The easiest way to hide all icons is to add this to your child’s functions.php file

add_filter( 'wc_stripe_payment_icons', 'hide_my_icons' );