Rune Project
Umbrella identity
Use the official Rune Project, Rune Engine, and Rune Story marks in product UI, documentation, presentations, integrations, and community material.
Umbrella identity
Rendering foundation
Scripted motion product
| Situation | Asset |
|---|---|
| Product name must be visible | Light or dark lockup |
| Standalone mark at 32px or larger | Color display mark |
| Navigation or favicon at 24px or smaller | Light or dark 16px optical mark |
| Single-ink artwork or inline SVG | Monochrome mark |
| A custom composition already names the product | Glyph-only asset |
The 16px asset is independently drawn for optical clarity. Do not shrink the 64px master and treat it as the small mark.
| Product | Stone color | White-rune contrast |
|---|---|---|
| Rune Project | #15499D | 8.50:1 |
| Rune Engine | #A62C2D | 6.95:1 |
| Rune Story | #0B7F91 | 4.71:1 |
Canonical display marks use one flat stone color and a white rune. Do not add gradients, texture, facets, highlights, or shadows to the official SVG.
For dark UI chrome, use the fixed-white -16-dark.svg optical mark. The currentColor monochrome assets work best when embedded inline; an external <img> does not inherit the host element's text color.
Rune wordmarks use Sora:
Rune uses weight 700.Project, Engine, and Story use weight 400.-0.035em tracking and the proportions generated from rune-brand.json.Official lockup SVGs embed the pinned Sora bytes and do not require a platform font. The downloadable font remains licensed under the included SIL Open Font License.
rune-brand.json.Use the stable site URLs when linking from web content:
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="/brand/rune-engine-lockup-dark.svg">
<img
src="/brand/rune-engine-lockup-light.svg"
alt="Rune Engine">
</picture>Use responsive optical marks in navigation:
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="/brand/rune-project-16-dark.svg">
<img
src="/brand/rune-project-16.svg"
width="24"
height="24"
alt="Rune Project">
</picture>Repository contributors should edit assets/brand/rune-brand.json, run eng/Generate-BrandAssets.ps1, and commit the generated assets together. Do not hand-edit an SVG.
This toolkit explains visual usage and provides the assets Rune publishes today. It does not define a separate trademark, endorsement, merchandise, or commercial licensing policy. Rune currently distributes canonical SVG assets and the Sora source font; it does not publish PNG/print bundles or an npm brand package.