7 lines
593 B
Plaintext
7 lines
593 B
Plaintext
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<rect width="200" height="200" rx="32" fill="#f0cda8" />
|
|
<circle cx="100" cy="70" r="28" fill="#714b67" opacity="0.3" />
|
|
<path d="M65 130 Q65 100 100 100 Q135 100 135 130" fill="#714b67" opacity="0.3" />
|
|
<text x="100" y="155" text-anchor="middle" font-family="Inter Tight, sans-serif" font-size="18" font-weight="700" fill="#1b1319">Your</text>
|
|
<text x="100" y="177" text-anchor="middle" font-family="Inter Tight, sans-serif" font-size="18" font-weight="700" fill="#1b1319">Company</text>
|
|
</svg> |