SVG Mail Test
by nevkatz
HTML
<div>
<!--<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill-rule="evenodd" clip-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M0-1h640v640H0V-1z" fill="#27628e" vectornator:layerName="layer6"/><g vectornator:layerName="Untitled">
<path d="M481.038 225.556l-156.134 158.6L157.95 225.1l323.088.456z" fill="#fff"/>
</g>
<path d="M138.097 225.101l187.344 180.11 176.462-180.11v212.132H138.097V225.101z" fill="#fff" vectornator:layerName="layer5"/>
</svg>-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
<rect width="640" height="640" fill="red"/>
<polygon points="140,225 320,380 500,225" style="fill:#ffffff"/>
<polygon points="120,225 120,450 520,450 520,225 320,400" style="fill:#ffffff"/>
</svg>
<svg mlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640">
<rect width="640" height="640" fill="#27628e"/>
<polygon points="160,225 320,360 480,225" style="fill:#ffffff"/>
<polygon points="120,225 120,450 520,450 520,225 320,400" style="fill:#ffffff"/>
</svg>
</div>
CSS
div {
display: flex;
}