Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-my-account-links .acfw-store-credits-link a:before{
visibility:hidden;
}
body .wd-my-account-links .acfw-store-credits-link a{
background-image:url(http://yoursite.com/wp-content/uploads/2022/05/w-airplane.svg);
background-repeat:no-repeat;
background-position:center center;
background-size:50% 50%;
}
Please upload the image into the Media library, then replace the URL in background-image:url(http://yoursite.com/wp-content/uploads/2022/05/w-airplane.svg);
If the image does not look nice, let me know I will correct the CSS.
Best Regards