BIMI SVG Tiny 1.2 Converter | iN2 Tools

Convert PNG, JPEG, or GIF images into vector paths and generate standard-compliant BIMI SVG Tiny 1.2 files.

BIMI SVG Tiny 1.2 Converter

Convert PNG, JPEG, or GIF raster images into standard-compliant vector paths wrapped in the official SVG Tiny 1.2 Portable/Secure (SVG P/S) profile required by BIMI mail clients.

BIMI SVG Converter

Upload a PNG, JPEG, or GIF logo. The tool will trace the image into vector paths, wrap it in the compliant SVG Tiny 1.2 Portable/Secure (SVG P/S) profile, and center it inside a square viewBox.

BIMI SVG Preview

Choose an image on the left and click "Convert to Vector SVG" to start.

BIMI Compliance Checklist

✓ Pure Vector Paths (No Raster Embeds):--
✓ Version attribute is SVG 1.2:--
✓ baseProfile attribute is tiny-ps:--
✓ ViewBox has Square aspect ratio:--
✓ Fluid scaling (No fixed Width/Height):--
✓ Secure (No external styles/scripts):--

About SVG Tiny 1.2 PS Profile Requirements

The BIMI Working Group mandates that brand logos published in DNS records adhere strictly to the SVG Tiny 1.2 Portable Secure (tiny-ps) XML profile. Traditional SVG files created by graphics software like Adobe Illustrator or Inkscape often fail validation because they contain non-standard XML tags, raster images, or external scripts.

Key Technical Specifications for BIMI SVGs

  • XML Attributes: Root <svg> element must include version="1.2" and baseProfile="tiny-ps".
  • No Embedded Bitmaps: Embedded PNG or JPEG data URIs inside <image> tags are strictly forbidden. All graphics must consist of pure vector <path> or <polygon> elements.
  • Square viewBox Aspect Ratio: The viewBox attribute must be square (e.g. viewBox="0 0 512 512") with no fixed width or height style properties.
  • No External References: Must not reference external CSS stylesheets, JavaScript files, or external web fonts.

Related BIMI Tools