If I access my email by gmail the image is not show. I check on the console, the result like this :
<img height="auto" src="https://ci3.googleusercontent.com/proxy/FRiMvuFDuHsnsih1mT_f-SHbIvJofPq035DMK98WUoNfazcCaDvtNGMiWNEujSuhSXpQWhHNKqCr9d059g-JgnFYGam_koQ5ke6eH9zs_9tMdISPcV6aZDqS=s0-d-e1-ft#https://test.my-website.com/secret/image/upload/v123/facebook.svg" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px" width="30" class="CToWUd">
But if I access by email office, it is show, the result like this :
<img data-imagetype="External" src="https://test.my-website.com/secret/image/upload/v123/facebook.svg" height="auto" width="30" style="border:0; display:block; outline:none; text-decoration:none; height:auto; width:100%; font-size:13px">
It appears that the image is blocked by Google
How can I solve this problem?