Replace logo/icon

This commit is contained in:
Claudio Ortolina
2026-03-23 14:40:35 +00:00
parent 2de879b9ec
commit a3eb5719b7
11 changed files with 23 additions and 9 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

+23
View File
@@ -0,0 +1,23 @@
<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<!-- Sleeve 5 (bottom) — zinc dark -->
<polygon points="20,94 64,110 108,94 64,78" fill="#27272a" stroke="#3f3f46" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 4 — zinc -->
<polygon points="20,88 64,104 108,88 64,72" fill="#3f3f46" stroke="#52525b" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 3 — dark red -->
<polygon points="20,82 64,98 108,82 64,66" fill="#7f1d1d" stroke="#991b1b" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 2 — red -->
<polygon points="20,76 64,92 108,76 64,60" fill="#991b1b" stroke="#b91c1c" stroke-width="1" stroke-linejoin="round"/>
<!-- Sleeve 1 (top sleeve) — bright red -->
<polygon points="20,70 64,86 108,70 64,54" fill="#dc2626" stroke="#ef4444" stroke-width="1.2" stroke-linejoin="round"/>
<!-- Vinyl record on top — ellipse for perspective -->
<ellipse cx="64" cy="48" rx="40" ry="18" fill="#0c0c0e" stroke="#52525b" stroke-width="1.5"/>
<!-- Grooves -->
<ellipse cx="64" cy="48" rx="32" ry="14.5" fill="none" stroke="#27272a" stroke-width="0.5" opacity="0.6"/>
<ellipse cx="64" cy="48" rx="24" ry="11" fill="none" stroke="#27272a" stroke-width="0.5" opacity="0.5"/>
<ellipse cx="64" cy="48" rx="16" ry="7" fill="none" stroke="#27272a" stroke-width="0.4" opacity="0.4"/>
<!-- Label -->
<ellipse cx="64" cy="48" rx="8" ry="3.5" fill="#ef4444"/>
<ellipse cx="64" cy="48" rx="3" ry="1.3" fill="#0c0c0e"/>
<!-- Shine -->
<path d="M34 42 Q44 37 50 42" fill="none" stroke="#71717a" stroke-width="0.5" opacity="0.3"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB