SVG Support for Favicons

Browser UI Update

SVG favicons are now well supported in browsers. SVG favicons, being scalable, are better in the sense that only a single file needs to be fetched from the server for displaying different icon sizes.

Note that the MIME type is required when specifying a SVG favicon.

<link rel="icon" href="icon.svg" type="image/svg+xml" />

Browser Compatibility

March 5, 2020

Comments

Loading Comments