🆙 Better HK icoon

This commit is contained in:
duckietm
2026-06-08 10:16:03 +02:00
parent c427298926
commit 05653e7034
@@ -1,20 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"> <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
<!-- Habbo-style housekeeping broom --> <!-- Habbo-style housekeeping: hotel building + gear -->
<g stroke="#3a2a14" stroke-linejoin="round" stroke-linecap="round"> <g stroke="#3a2a14" stroke-width="1.4" stroke-linejoin="round" stroke-linecap="round">
<!-- bristle fan (flared, curved sweep) --> <!-- building body -->
<path d="M16 19 L22.5 24.5 L18 38 Q11 34.5 4 30.5 Z" fill="#f2c14e" stroke-width="1.2"/> <rect x="7.5" y="12.5" width="19" height="21.5" rx="1.5" fill="#ffd24d"/>
<!-- straw lines --> <!-- roof band / sign -->
<g stroke="#b5862a" stroke-width="1"> <rect x="5.5" y="8.5" width="23" height="5" rx="1.5" fill="#e0552e"/>
<line x1="9" y1="29" x2="7.5" y2="34.5"/> <!-- windows (light glass) -->
<line x1="12" y1="31.5" x2="10.8" y2="37"/> <g fill="#bfe8ff" stroke-width="1.1">
<line x1="15" y1="33.5" x2="14.2" y2="38.5"/> <rect x="10" y="16" width="4.5" height="4.5" rx="0.6"/>
<line x1="18" y1="29.5" x2="17.5" y2="35"/> <rect x="19.5" y="16" width="4.5" height="4.5" rx="0.6"/>
<rect x="10" y="22" width="4.5" height="4.5" rx="0.6"/>
<rect x="19.5" y="22" width="4.5" height="4.5" rx="0.6"/>
</g> </g>
<!-- binding --> <!-- door -->
<rect x="14.6" y="18.4" width="8" height="4" rx="1.4" transform="rotate(42 19.2 20.6)" fill="#c0863a" stroke-width="1.1"/> <path d="M14.5 34 L14.5 29.5 Q17 27.5 19.5 29.5 L19.5 34 Z" fill="#a86a2d"/>
<!-- handle --> <!-- gear -->
<line x1="31.5" y1="6" x2="19.4" y2="20.6" fill="none" stroke="#3a2a14" stroke-width="5.4"/> <g fill="#c4ccd4">
<line x1="31.5" y1="6" x2="19.4" y2="20.6" fill="none" stroke="#a86a2d" stroke-width="3.1"/> <path d="M30 23.5 l2.1 .55 .9 -1.5 1.7 1 -.4 2.1 1.6 1.4 -1.6 1.4 .4 2.1 -1.7 1 -.9 -1.5 -2.1 .55 -2.1 -.55 -.9 1.5 -1.7 -1 .4 -2.1 -1.6 -1.4 1.6 -1.4 -.4 -2.1 1.7 -1 .9 1.5 z"/>
<circle cx="31.3" cy="6.2" r="1.1" fill="#caa063" stroke="none"/> </g>
<circle cx="30" cy="28.5" r="2.6" fill="#eef2f5"/>
<circle cx="30" cy="28.5" r="1.1" fill="#3a2a14" stroke="none"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB