8 lines
500 B
XML
8 lines
500 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" fill="white" rx="8"/>
|
|
<!-- INA in red -->
|
|
<text x="50" y="58" font-family="Arial Black, Arial" font-weight="900" font-size="46" fill="#b7131a" text-anchor="middle" letter-spacing="-1">INA</text>
|
|
<!-- TRADING in navy -->
|
|
<text x="50" y="82" font-family="Georgia, Times New Roman, serif" font-weight="700" font-size="16" fill="#1a237e" text-anchor="middle" letter-spacing="1">TRADING</text>
|
|
</svg>
|