TypeGPU favicons
Cut from typegpu-symbol-mono-on-light.svg.

Copy every file in this zip to the root of your site, then put this in <head>:

<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">

Serve them from your own domain. A favicon loads on every page view, so
hotlinking one makes someone else's uptime your uptime.

The manifest names the brand and its colours; edit it if the app it
installs as is called something else.
