Files
Delivered formats, when to use each, and where to download them.
Formats
| Format | Contents | Use for |
|---|---|---|
| SVG | Vector source | Primary for web and print |
| PNG @1x | 16 / 32 / 48 / 64 / 128 / 256 / 512px | Native-resolution raster |
| PNG @2x | 2× pixel dimensions | Retina — required for web |
| PNG @3x | 3× pixel dimensions | Super-retina — mobile |
| ICO | Multi-resolution (16 + 32 + 48) | Favicon |
| apple-touch | 180×180 PNG | iOS home screen |
SVG is the source. Raster exports exist for contexts that cannot take vector — prefer SVG wherever the medium allows it.
Variants
Each raster size ships in five variants:
icon-light— for light surfacesicon-dark— for dark surfacesicon-mono-black— single-colour blackicon-mono-white— single-colour white, reversedicon-mono-gray— single-colour grey
Downloads
The logo files are served from this site and are also in the repository under
brand/logo/.
| Asset | Link |
|---|---|
| SVG — light | icon-light.svg |
| SVG — dark | icon-dark.svg |
| SVG — mono black | icon-mono-black.svg |
| SVG — mono white | icon-mono-white.svg |
| SVG — mono grey | icon-mono-gray.svg |
Licence
Logo files are brand assets, not MIT-licensed code. You may reference and display them under the terms in Licensing; you may not modify them or use them to imply endorsement. See also the Trademark guidelines.