TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Favicon in 2025: Three files that fit most needs

4 pointsby microflash3 months ago

1 comment

osxman3 months ago
Some instructions are slightly outdated: &#x27;We need sizes=&quot;32x32&quot; for &lt;link&gt; to .ico file in order to fix the Chrome bug where it chooses an ICO file over an SVG.&#x27; Explanation: this revers to an old 2021 bug which is already – for a long time – solved in Chrome.<p>Probably small typo, by editor of article: &#x27;With just three PNG images in this minimum set, …&#x27; Set contains an .ico, .svg and .png file -&gt; SVG and .ico files are not PNG&#x27;s.<p>For the rest very useful!