8 lines
611 B
XML
8 lines
611 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" fill="#f5f7fa" rx="8"/>
|
|
<text x="12" y="28" font-family="serif" font-size="20" fill="#003366">∫</text>
|
|
<circle cx="32" cy="32" r="12" fill="none" stroke="#003366" stroke-width="2"/>
|
|
<ellipse cx="32" cy="32" rx="12" ry="6" fill="none" stroke="#003366" stroke-width="1.5" transform="rotate(45 32 32)"/>
|
|
<ellipse cx="32" cy="32" rx="12" ry="6" fill="none" stroke="#003366" stroke-width="1.5" transform="rotate(-45 32 32)"/>
|
|
<text x="40" y="48" font-family="serif" font-size="18" fill="#003366">Σ</text>
|
|
</svg> |