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

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