11 lines
442 B
XML
11 lines
442 B
XML
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'>
|
|
<rect width='200' height='43' fill='#36e'/>
|
|
<rect width='200' height='34' y='43' fill='#e34'/>
|
|
<rect width='200' height='43' y='77' fill='#123'/>
|
|
<path stroke='#fe7' stroke-width='5' fill='none' d='
|
|
M126,64 l-26,26 -26,-26
|
|
c-26,-26 0,-56 26,-22 26,-34 52,-4 26,22 z
|
|
M55,60
|
|
c0,-20 20,-28 45,0 25,28 45,20 45,0
|
|
0,-20 -20,-28 -45,0 -25,28 -45,20 -45,0 z' />
|
|
</svg>
|