18 lines
689 B
XML
18 lines
689 B
XML
<svg width="180" height="180" viewBox="0 0 70 70" xmlns="http://www.w3.org/2000/svg">
|
|
<g transform="translate(8.75, 8.75) scale(0.75)">
|
|
<!-- Letter O with white fill and thin black stroke -->
|
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
d="M0 13H35V58H0V13ZM26.25 22.1957H8.75V48.701H26.25V22.1957Z"
|
|
fill="white"
|
|
stroke="black"
|
|
stroke-width="1.1"
|
|
stroke-linejoin="round"/>
|
|
|
|
<!-- Letter C with white fill and thin black stroke -->
|
|
<path d="M43.75 13H70V22.1957H52.5V48.701H70V57.8967H43.75V13Z"
|
|
fill="white"
|
|
stroke="black"
|
|
stroke-width="1.1"
|
|
stroke-linejoin="round"/>
|
|
</g>
|
|
</svg> |