# Files

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

---

LLMS index: [llms.txt](/brand/v2.0.0/llms.txt)

---

## 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 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/`](https://github.com/projectious-work/brand/tree/main/brand/logo).

| Asset | Link |
|---|---|
| SVG — light | [icon-light.svg](/brand/downloads/logo/svg/icon-light.svg) |
| SVG — dark | [icon-dark.svg](/brand/downloads/logo/svg/icon-dark.svg) |
| SVG — mono black | [icon-mono-black.svg](/brand/downloads/logo/svg/icon-mono-black.svg) |
| SVG — mono white | [icon-mono-white.svg](/brand/downloads/logo/svg/icon-mono-white.svg) |
| SVG — mono grey | [icon-mono-gray.svg](/brand/downloads/logo/svg/icon-mono-gray.svg) |

<div class="alert alert-warning" role="alert"><div class="h4 alert-heading" role="heading">Licence</div>


Logo files are brand assets, not MIT-licensed code. You may reference and
display them under the terms in
[Licensing](/brand/v2.0.0/docs/governance/licensing/); you may not modify
them or use them to imply endorsement. See also the
[Trademark guidelines](/brand/v2.0.0/docs/governance/trademark/).
</div>
