13 lines
341 B
XML
13 lines
341 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 36">
|
|
<style>
|
|
.logo-text {
|
|
font-family: 'Space Grotesk', system-ui, sans-serif;
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
}
|
|
</style>
|
|
<text x="2" y="28" class="logo-text">
|
|
<tspan fill="#0D9488">k</tspan><tspan fill="#525252">ashilo</tspan>
|
|
</text>
|
|
</svg>
|