Back to Tools

BIMI SVG Validator

Validate your SVG logo against BIMI (Brand Indicators for Message Identification) requirements. Check for SVG Tiny PS profile, correct dimensions, file size, and more.

BIMI SVG Validator

Check if your SVG logo meets BIMI (Brand Indicators for Message Identification) requirements

Sample Valid BIMI SVG

<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny-ps" viewBox="0 0 100 100">
  <title>Company Logo</title>
  <rect width="100" height="100" rx="15" fill="#FF6B35"/>
  <text x="50" y="62" text-anchor="middle" font-family="Arial" font-size="40" font-weight="bold" fill="white">S</text>
</svg>

BIMI SVG Requirements

  • Use SVG Tiny PS (Portable/Secure) profile with baseProfile="tiny-ps"
  • Include a <title> element with your brand name
  • The logo must be square (equal width and height in viewBox)
  • No scripts, animations, or external references are allowed
  • No raster images. Use only vector shapes
  • File size must be under 32KB
  • Avoid <style> elements. Use inline presentation attributes instead
  • You also need a Verified Mark Certificate (VMC) from a certificate authority to display your logo in inboxes
  • BIMI is currently supported by Gmail, Yahoo, Apple Mail, and Fastmail

About this tool

BIMI lets you display your brand logo next to your emails in supporting inboxes like Gmail, Apple Mail, and Yahoo. But BIMI has strict SVG requirements that regular logos often fail. Your SVG must use the Tiny PS profile, be square, contain no scripts or animations, and stay under 32KB. This validator checks all those requirements instantly. Before setting up BIMI, make sure your domain has proper DMARC authentication (with p=quarantine or p=reject), a valid SPF record, and DKIM signing. You can also check your existing BIMI DNS record with our lookup tool.

Frequently Asked Questions