2023-04-12 19:31:21 +00:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
|
|
|
<!-- Robot's body -->
|
|
|
|
<rect x="50" y="60" width="100" height="80" fill="#E0E0E0" rx="10" ry="10" />
|
|
|
|
|
|
|
|
<!-- Robot's head -->
|
|
|
|
<rect x="65" y="30" width="70" height="70" fill="#D0D0D0" rx="15" ry="15" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Robot's eyes -->
|
|
|
|
<rect x="75" y="45" width="20" height="20" fill="#FFFFFF" rx="5" ry="5" />
|
|
|
|
<rect x="105" y="45" width="20" height="20" fill="#FFFFFF" rx="5" ry="5" />
|
|
|
|
|
|
|
|
<!-- Robot's mouth -->
|
|
|
|
<path d="M75 80 Q100 95, 125 80" fill="none" stroke="#000000" stroke-width="5" />
|
|
|
|
|
|
|
|
<!-- Robot's antenna -->
|
|
|
|
<rect x="80" y="10" width="10" height="20" fill="#000000" />
|
|
|
|
<rect x="110" y="10" width="10" height="20" fill="#000000" />
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Atlas book -->
|
|
|
|
<rect x="65" y="100" width="70" height="70" fill="#32CD32" rx="10" ry="10" />
|
|
|
|
<g transform="translate(68,130)">
|
|
|
|
<!-- Atlas book details -->
|
|
|
|
<text x="5" y="0" font-size="28" fill="#FFFFFF">GPT</text>
|
|
|
|
<text x="0" y="28" font-size="28" fill="#FFFFFF">4ALL</text>
|
|
|
|
</g>
|
2023-04-11 18:30:37 +00:00
|
|
|
</svg>
|