10 lines
580 B
XML
10 lines
580 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60">
|
|
<defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#c96442"/>
|
|
<stop offset="100%" style="stop-color:#e8845c"/>
|
|
</linearGradient></defs>
|
|
<rect width="200" height="60" rx="8" fill="#1a1a2e"/>
|
|
<text x="20" y="42" font-family="Inter,sans-serif" font-size="32" font-weight="700" fill="url(#g)">WEVAL</text>
|
|
<circle cx="175" cy="30" r="12" fill="none" stroke="#c96442" stroke-width="2"/>
|
|
<path d="M170 30 L175 25 L180 30 L175 35 Z" fill="#c96442"/>
|
|
</svg> |