Issue is the background is not transparent, image is skewed and not taking up the full size of the image document.
Use the icon from your international site.
https://yvesrocherusa.com/cdn/shop/files/favicon-32x32.png
However, If you’re wanting full coverage for new/old browsers and devices and have access to the original logo file @260x260px…
Check out this site https://realfavicongenerator.net you can create all possible favicons from a logo upload and test how they will display on different browsers / devices.
You will need to load icons to admin > content > files and incorporate to your theme.liquid.
Depending on how many options you select during setup something like this
Making sure to comment out / remove an icon being loaded from theme settings.
{%- if settings.favicon != blank -%}
{%- endif -%}
Regards