Convert an image to BIMI SVG
Convert PNG, JPG, or GIF images to BIMI-compliant SVG format. The converter ensures your logo meets BIMI requirements with version 1.2 and baseProfile tiny-ps format — everything runs in your browser, and nothing is uploaded to a server.
What this converter does
BIMI requires your logo to be published as SVG Tiny PS — an SVG document declaring
version="1.2" and baseProfile="tiny-ps". This tool wraps your
image in a compliant SVG shell on a square canvas (rounded up to the nearest power of two,
capped at 512), embeds the image data directly, and adds a <title>
element from your file name.
Common issues
- Raster inside SVG: embedding a bitmap is accepted by many inbox providers, but a true vector logo is smaller and scales cleanly. If you have vector artwork, export SVG Tiny PS from your design tool instead.
- File size: BIMI logos should stay small — the validation panel warns above 32KB. Use a simpler or smaller source image if the result is large.
- Non-square artwork: BIMI displays logos in round or square slots. Square source images with a transparent or solid background work best.
Next steps
Upload the converted file to a publicly accessible HTTPS URL, reference it from the
l= parameter of the TXT record at default._bimi.yourdomain.com,
then use the BIMI checker to verify the full configuration.
Related guides
- BIMI SVG logo requirements — the SVG Tiny PS rules the converter follows.
- What is BIMI? — where the logo fits in the wider setup.
- VMC and CMC certificates — the certificate that vouches for your logo.