36b686ba6b
📁 Files changed: 3 📝 Lines changed: 15 • logo.png • logo.svg • screenshot.png
16 lines
727 B
XML
16 lines
727 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea"/>
|
|
<stop offset="100%" style="stop-color:#764ba2"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Outer circle with thick rounded stroke -->
|
|
<circle cx="100" cy="100" r="80" fill="none" stroke="url(#grad)" stroke-width="12" stroke-linecap="round"/>
|
|
|
|
<!-- X inside (tensor product symbol) -->
|
|
<line x1="45" y1="45" x2="155" y2="155" stroke="url(#grad)" stroke-width="12" stroke-linecap="round"/>
|
|
<line x1="155" y1="45" x2="45" y2="155" stroke="url(#grad)" stroke-width="12" stroke-linecap="round"/>
|
|
</svg>
|