11 lines
459 B
XML
11 lines
459 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="40" viewBox="0 0 180 40">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="0">
|
|
<stop offset="0" stop-color="#4fc3f7"/>
|
|
<stop offset="1" stop-color="#ff6e9c"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path fill="url(#g)" d="M20 6 L34 6 L22 34 L8 34 Z"/>
|
|
<text x="42" y="27" font-family="Verdana, sans-serif" font-size="22" font-weight="bold" fill="#e8eaf0">SerumAlt</text>
|
|
</svg>
|