9 lines
448 B
XML
9 lines
448 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" fill="#263b4d"/>
|
|
<rect x="0" y="0" width="32" height="32" fill="#30495f"/>
|
|
<rect x="32" y="32" width="32" height="32" fill="#30495f"/>
|
|
<path d="M0 32H64M32 0V64" stroke="#3a5870" stroke-width="2" opacity="0.65"/>
|
|
<circle cx="8" cy="8" r="1.6" fill="#9ec9e8" opacity="0.45"/>
|
|
<circle cx="56" cy="56" r="1.6" fill="#9ec9e8" opacity="0.45"/>
|
|
</svg>
|