💬 Commit message: Update 2026-02-16 00:45:18, 1 files, 13 lines

📁 Files changed: 1
📝 Lines changed: 13

  • icon.svg
This commit is contained in:
Adam Ladachowski
2026-02-16 00:45:18 +01:00
parent 36b686ba6b
commit 8d70723be3
+9 -2
View File
@@ -1,4 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
<rect x="8" y="8" width="112" height="112" rx="16" ry="16" fill="none" stroke="#E53935" stroke-width="8"/>
<text x="64" y="88" font-family="Helvetica, Arial, sans-serif" font-weight="bold" font-size="80" fill="#E53935" text-anchor="middle">T</text>
<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>
<circle cx="64" cy="64" r="52" fill="none" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
<line x1="28" y1="28" x2="100" y2="100" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
<line x1="100" y1="28" x2="28" y2="100" stroke="url(#grad)" stroke-width="8" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 626 B