Update icon with larger CP text

- Increased font size of CP text to 16px
- Adjusted positioning for better balance
- Made brackets slightly wider
- Improved visual hierarchy of logo
This commit is contained in:
Edwin Noorlander 2025-11-19 15:27:24 +01:00
parent fdf95cc233
commit 5f91e6c41c

View File

@ -1,14 +1,13 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<!-- Opening bracket --> <!-- Opening bracket -->
<path d="M6 8 L2 16 L6 24" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6 6 L2 16 L6 26" stroke="#ffffff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<!-- Slash --> <!-- Slash -->
<path d="M10 24 L18 8" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/> <path d="M10 26 L18 6" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round"/>
<!-- CP Text --> <!-- CP Text -->
<text x="20" y="22" font-family="Arial, sans-serif" font-weight="bold" font-size="12" fill="#ffffff">CP</text> <text x="25" y="21" font-family="Arial, sans-serif" font-weight="900" font-size="16" fill="#ffffff" text-anchor="middle">CP</text>
<!-- Closing bracket --> <!-- Closing bracket -->
<path d="M30 8 L30 24" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round" opacity="0"/> <path d="M30 6 L34 16 L30 26" stroke="#ffffff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M26 8 L30 16 L26 24" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 663 B