Simplify favicon: cleaner person icon for better visibility at small sizes

This commit is contained in:
Hermes Agent
2026-08-07 18:08:19 +00:00
parent 2205ca1329
commit 6f9925fc17
+3 -10
View File
@@ -5,14 +5,7 @@
<stop offset="100%" stop-color="#3b82f6"/> <stop offset="100%" stop-color="#3b82f6"/>
</linearGradient> </linearGradient>
</defs> </defs>
<rect x="2" y="2" width="60" height="60" rx="16" fill="url(#fg)"/> <rect x="2" y="2" width="60" height="60" rx="14" fill="url(#fg)"/>
<!-- Head --> <circle cx="32" cy="22" r="8" fill="#fff"/>
<circle cx="32" cy="22" r="9" fill="#fff"/> <path d="M18 50c0-9 6.5-15 14-15s14 6 14 15" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<!-- Body -->
<path d="M16 52c0-10 7-17 16-17s16 7 16 17" fill="rgba(255,255,255,0.2)" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<!-- Connection dots -->
<circle cx="12" cy="20" r="3" fill="#fff" opacity="0.5"/>
<circle cx="52" cy="20" r="3" fill="#fff" opacity="0.5"/>
<circle cx="18" cy="46" r="2.5" fill="#fff" opacity="0.3"/>
<circle cx="46" cy="46" r="2.5" fill="#fff" opacity="0.3"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 503 B