Files

Delivered formats, when to use each, and where to download them.

Formats

FormatContentsUse for
SVGVector sourcePrimary for web and print
PNG @1x16 / 32 / 48 / 64 / 128 / 256 / 512pxNative-resolution raster
PNG @2x2× pixel dimensionsRetina — required for web
PNG @3x3× pixel dimensionsSuper-retina — mobile
ICOMulti-resolution (16 + 32 + 48)Favicon
apple-touch180×180 PNGiOS 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 surfaces
  • icon-dark — for dark surfaces
  • icon-mono-black — single-colour black
  • icon-mono-white — single-colour white, reversed
  • icon-mono-gray — single-colour grey

Downloads

The logo files are served from this site and are also in the repository under brand/logo/.

AssetLink
SVG — lighticon-light.svg
SVG — darkicon-dark.svg
SVG — mono blackicon-mono-black.svg
SVG — mono whiteicon-mono-white.svg
SVG — mono greyicon-mono-gray.svg