7674c456f2
The header is already blue, so the app-icon-in-a-white-pill looked like blue→white→blue→white nesting. Use a transparent mark (mark-light.svg: white C + gold dot) placed directly on the blue header (home/index/connect/dashboard), dropping the white background + padding. share.html keeps the full app icon (it's a light card, not the blue bar). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 lines
366 B
XML
6 lines
366 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Biz Connect">
|
|
<!-- White C + gold dot on a transparent background — for placing directly on the blue header -->
|
|
<path d="M40 10 A22 22 0 1 0 40 54" fill="none" stroke="#ffffff" stroke-width="9" stroke-linecap="round"/>
|
|
<circle cx="40" cy="32" r="6.5" fill="#FFC708"/>
|
|
</svg>
|