Label vector graphics

Embed a Made Mark label into an SVG. The label is written into the file's own <metadata> element as XMP — the standard place XMP-aware tools look — with an optional visible badge nested into a corner. Everything runs in your browser; your file never leaves your device.

1 · Your graphic (SVG)

Drop an SVG here or click to choose a file

2 · How was this graphic made? (required)

3 · Visible badge (optional)

Nests the mark icon into a corner of the graphic. Because the badge is itself vector, it stays crisp at any size. Without a badge the label is metadata-only — only a <metadata> element is added; the rest of your SVG is untouched.

The badge is placed using the SVG's viewBox (or its pixel width and height). SVG stays lossless vector either way — nothing is ever rasterized.

4 · Download

Verify the embedded label with exiftool -XMP-mm:all yourfile.svg, or inspect it in any XMP-aware tool. Some optimizers (e.g. SVGO) strip <metadata> by default — that's a tool behavior, not a Made Mark limitation.