16 lines
324 B
XML
16 lines
324 B
XML
<svg width="200" height="60" xmlns="http://www.w3.org/2000/svg">
|
|
<style>
|
|
.text {
|
|
font-family: "Helvetica", sans-serif;
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
}
|
|
.ai {
|
|
fill: #00D4FF;
|
|
}
|
|
</style>
|
|
<text x="10" y="45" class="text">
|
|
Deris<tspan class="ai">AI</tspan>
|
|
</text>
|
|
</svg>
|