> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://mpp.dev/api/mcp` to find what you need.

# Brand \[MPP brand assets and downloads]

## Logo

<div style={{ alignItems: "center", display: "flex", gap: "1rem", justifyContent: "space-between", marginBottom: "1rem" }}>
  <p style={{ color: "var(--vocs-text-color-secondary)", margin: 0 }}>
    The primary MPP logo for all MPP communication materials.
  </p>

  * [logo-dark.svg](/logo-dark.svg)
  * [logo-light.svg](/logo-light.svg)
</div>

<div style={{ display: "grid", gap: "1rem", gridTemplateColumns: "repeat(2, minmax(0, 1fr))", marginBottom: "2rem" }}>
  <div style={{ alignItems: "center", background: "#010101", borderRadius: "12px", display: "flex", justifyContent: "center", minHeight: "154px", padding: "2rem" }}>
    <img alt="MPP logo on a dark background" src="/logo-light.svg" style={{ maxWidth: "250px", width: "100%" }} />
  </div>

  <div style={{ alignItems: "center", background: "#ebebeb", border: "1px solid rgba(0, 0, 0, 0.1)", borderRadius: "12px", display: "flex", justifyContent: "center", minHeight: "154px", padding: "2rem" }}>
    <img alt="MPP logo on a light background" src="/logo-dark.svg" style={{ maxWidth: "250px", width: "100%" }} />
  </div>
</div>

## Logo lockup

<div style={{ alignItems: "center", display: "flex", gap: "1rem", justifyContent: "space-between", marginBottom: "1rem" }}>
  <p style={{ color: "var(--vocs-text-color-secondary)", margin: 0 }}>
    The MPP logo with descriptor. This is a secondary logo for communication that needs extra explanation.
  </p>

  * [lockup-dark.svg](/lockup-dark.svg)
  * [lockup-light.svg](/lockup-light.svg)
</div>

<div style={{ display: "grid", gap: "1rem", gridTemplateColumns: "repeat(2, minmax(0, 1fr))", marginBottom: "2rem" }}>
  <div style={{ alignItems: "center", background: "#010101", borderRadius: "12px", display: "flex", justifyContent: "center", minHeight: "154px", padding: "2rem" }}>
    <img alt="MPP logo lockup on a dark background" src="/lockup-light.svg" style={{ maxWidth: "250px", width: "100%" }} />
  </div>

  <div style={{ alignItems: "center", background: "#ebebeb", border: "1px solid rgba(0, 0, 0, 0.1)", borderRadius: "12px", display: "flex", justifyContent: "center", minHeight: "154px", padding: "2rem" }}>
    <img alt="MPP logo lockup on a light background" src="/lockup-dark.svg" style={{ maxWidth: "250px", width: "100%" }} />
  </div>
</div>

## Avatar

<div style={{ alignItems: "center", display: "flex", gap: "1rem", justifyContent: "space-between", marginBottom: "1rem" }}>
  <p style={{ color: "var(--vocs-text-color-secondary)", margin: 0 }}>
    The MPP Avatar. Use this dedicated icon asset for social media channels and app icons.
  </p>

  * [avatar.svg](/avatar.svg)
</div>

<div style={{ alignItems: "center", background: "#010101", borderRadius: "12px", display: "flex", justifyContent: "center", marginBottom: "2rem", minHeight: "280px", padding: "2rem" }}>
  <img alt="MPP avatar" src="/avatar.svg" style={{ height: "190px", width: "190px" }} />
</div>

## Usage guidelines

* Use the light logo on dark backgrounds and the dark logo on light backgrounds.
* Keep clear space around each asset.
* Do not distort, recolor, rotate, or redraw the logo.
* Use the Avatar only where a compact mark is required.
