Downloads
All Made Mark assets are available below.
License
CC0, public domain. No attribution required.
CC BY-ND 4.0. Use unmodified. Do not modify or recolor. Credit: Made Mark, mademark.org.
Trademarks of Daniel Richard Skrok. Use to refer to this specification. Do not use to represent a competing system.
Logo
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
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.
Full form
For developers
The JSON-LD namespace resolves at:
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.