🆙 Update the wheel of fortune icon

This commit is contained in:
duckietm
2026-06-08 08:42:01 +02:00
parent 50d4920194
commit 4c36b595f5
4 changed files with 63 additions and 5 deletions
@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
<!-- Habbo-style wheel of fortune -->
<g stroke="#3a2a14" stroke-width="1.1" stroke-linejoin="round">
<!-- outer rim -->
<circle cx="20" cy="20" r="17" fill="#3a2a14" stroke="none"/>
<!-- coloured wedges -->
<g stroke="#3a2a14" stroke-width="0.8">
<path d="M20 20 L20 4 A16 16 0 0 1 31.31 8.69 Z" fill="#ff5b5b"/>
<path d="M20 20 L31.31 8.69 A16 16 0 0 1 36 20 Z" fill="#ffb13b"/>
<path d="M20 20 L36 20 A16 16 0 0 1 31.31 31.31 Z" fill="#ffe14d"/>
<path d="M20 20 L31.31 31.31 A16 16 0 0 1 20 36 Z" fill="#7ed957"/>
<path d="M20 20 L20 36 A16 16 0 0 1 8.69 31.31 Z" fill="#3bc4ff"/>
<path d="M20 20 L8.69 31.31 A16 16 0 0 1 4 20 Z" fill="#4d79ff"/>
<path d="M20 20 L4 20 A16 16 0 0 1 8.69 8.69 Z" fill="#b85bff"/>
<path d="M20 20 L8.69 8.69 A16 16 0 0 1 20 4 Z" fill="#ff5bb0"/>
</g>
<!-- centre hub -->
<circle cx="20" cy="20" r="4" fill="#fff4d6"/>
<circle cx="20" cy="20" r="1.4" fill="#3a2a14" stroke="none"/>
</g>
<!-- top pointer -->
<path d="M20 11 L15.5 1.5 L24.5 1.5 Z" fill="#ff2e2e" stroke="#3a2a14" stroke-width="1.1" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB