24 lines
No EOL
874 B
XML
24 lines
No EOL
874 B
XML
|
|
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'>
|
|
<defs>
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
|
|
.circle{
|
|
fill:#00FF00;
|
|
stroke: #1D191A;
|
|
stroke-width: 1;
|
|
}
|
|
.text{
|
|
text-align:center;
|
|
font: bold 20px 'Roboto Mono';
|
|
font-family: 'Roboto Mono', monospace;
|
|
fill: #1D191A;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<title>
|
|
BHY
|
|
</title>
|
|
<circle class="circle" cx="75" cy="75" r="25"/>
|
|
<text x="36%" y="55%" class="text" textLength="28%">BHY</text>
|
|
</svg> |