Downloads

All Made Mark assets are available below.

License

The specification

CC0, public domain. No attribution required.

The mark icons

CC BY-ND 4.0. Use unmodified. Do not modify or recolor. Credit: Made Mark, mademark.org.

The name and logo

Trademarks of Daniel Richard Skrok. Use to refer to this specification. Do not use to represent a competing system.

Logo

Made Mark logo on light background

Dark logo

Download SVG

PNG downloads

Made Mark logo on dark background

White logo

Download SVG

PNG downloads

Minimum height: 24px

Clear space: equal to the height of the [m] mark on all sides

On light backgrounds (white or near-white): use the dark version (#231F20 fill)

On dark backgrounds: use the white version (#ffffff fill)

Ensure minimum contrast ratio of 7:1 between the logo and its background (WCAG AAA)

Do not recolor, stretch, rotate, or add effects

Do not place on backgrounds that reduce contrast below 7:1

Mark icons

Made Mark [m] icon

The [m] icon

Download SVG

PNG downloads

Human Made mark icon

Human Made

Download SVG

PNG downloads

Human Designed, AI Made mark icon

Human Designed, AI Made

Download SVG

PNG downloads

AI Made mark icon

AI Made

Download SVG

PNG downloads

Badges

Add a clickable Made Mark badge to your content. The badge links to the mark definition page.

Human Made

<a href="https://mademark.org/marks/human-made"
   rel="license">
  <img src="https://mademark.org/assets/svg/mm-icon-human-made.svg"
       alt="Human Made — Made Mark"
       width="40" height="40">
</a>

Human Designed, AI Made

<a href="https://mademark.org/marks/human-designed-ai-made"
   rel="license">
  <img src="https://mademark.org/assets/svg/mm-icon-human-designed-ai-made.svg"
       alt="Human Designed, AI Made — Made Mark"
       width="40" height="40">
</a>

AI Made

<a href="https://mademark.org/marks/ai-made"
   rel="license">
  <img src="https://mademark.org/assets/svg/mm-icon-ai-made.svg"
       alt="AI Made — Made Mark"
       width="40" height="40">
</a>

Label strings

Copy these strings into your content, metadata, or code.

MM · Human Made
MM · Human Designed, AI Made
MM · AI Made

Full form

MM · Human Designed, AI Made · Claude Sonnet 4.6 · Anthropic · CC BY 4.0

For developers

The JSON-LD namespace resolves at:

https://mademark.org/ns

Reference this as your @context value to use the Made Mark vocabulary in your own JSON-LD.

JSON-LD (web pages)

{
  "@context": "https://mademark.org/ns",
  "madeMark": {
    "mark": "https://mademark.org/marks/human-designed-ai-made",
    "model": "Claude Sonnet 4.6",
    "provider": "Anthropic",
    "sourceLicense": "CC BY 4.0"
  }
}

XMP (images and media)

Add to your file's XMP metadata block.

<rdf:Description rdf:about=""
  xmlns:mm="https://mademark.org/ns/">
  <mm:mark>https://mademark.org/marks/human-designed-ai-made</mm:mark>
  <mm:model>Claude Sonnet 4.6</mm:model>
  <mm:provider>Anthropic</mm:provider>
  <mm:sourceLicense>CC BY 4.0</mm:sourceLicense>
</rdf:Description>

C2PA assertion (signed media)

Include this assertion in your C2PA manifest.

{
  "label": "https://mademark.org/marks/human-designed-ai-made",
  "data": {
    "@context": "https://mademark.org/ns",
    "mark": "https://mademark.org/marks/human-designed-ai-made",
    "model": "Claude Sonnet 4.6",
    "provider": "Anthropic",
    "sourceLicense": "CC BY 4.0"
  }
}

Need everything? Download the complete Made Mark asset pack including all SVGs, all PNG sizes, README, and LICENSE.

Download complete asset pack (ZIP)