screenshotof

← back

nvidia.com

compare every icon variant the api exposes for this domain

/icon (32×32 PNG) for nvidia.com /icon 32×32 PNG
/icon-lg (180×180 PNG) for nvidia.com /icon-lg 180×180 PNG
/icon-best (native (often SVG)) for nvidia.com /icon-best native (often SVG)

which one to use

endpoint size use when
/icon 32×32 PNG inline lists, autocomplete, browser-tab-style usage
/icon-lg 180×180 PNG cards, product tiles, mobile home-screen icons
/icon-best native (often SVG) crisp display at any size — when SVG works for you

usage

in html

<img src="https://screenshotof.com/icon/nvidia.com" alt="nvidia.com" width="32" height="32" />

with curl

$ curl https://screenshotof.com/icon/nvidia.com > icon.png
$ curl https://screenshotof.com/icon-lg/nvidia.com > icon-lg.png
$ curl https://screenshotof.com/icon-best/nvidia.com > icon-best.png

how it works

the api walks several sources in priority order to find the best icon: page <link rel="icon"> tags, web app manifest entries, apple-touch-icon, fallback to /favicon.ico at the root, and finally the Google s2 favicon service. responses are cached aggressively, so subsequent requests for the same domain return instantly.

no api key required, up to 1,000 requests per day per ip. support@urlbox.com for higher limits.