18 lines
499 B
XML
18 lines
499 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||
|
<defs>
|
||
|
<style>
|
||
|
.bg { fill: #111111; }
|
||
|
.txt {
|
||
|
fill: #ffffff;
|
||
|
font-family: "Roboto Slab Variable", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||
|
font-weight: 700;
|
||
|
font-size: 88px;
|
||
|
}
|
||
|
</style>
|
||
|
</defs>
|
||
|
<rect class="bg" x="0" y="0" width="128" height="128" rx="24" ry="24" />
|
||
|
<text class="txt" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">b</text>
|
||
|
</svg>
|
||
|
|
||
|
|