"Google pay button icon" not visible in specific iOS versions

Hi, The below code is used for loading GPay icon dynamically from Google in "WKWebView". The same code works for later versions of IOS like 16.4, but issue happens in 16.1 ,16.2 and 16.3 versions.

<div class="align-self-center"> <div class="google-pay-button gpay" id="google-pay-button-div" style="display: inline-block !important;position:relative !important;"> <div> <button type="button" aria-label="Google Pay" class="gpay-button black plain short en"> </button> </div> </div> </div>

while loading this code from IOS 16.3 the icon (Gpay icon) is completely black, looks like it's not loaded properly. Please assist us on what can be the issue, and how we can proceed to solve the issue.

Not working

Working