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>
|