10 lines
316 B
XML
10 lines
316 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="960" height="480" viewBox="0 0 96 48">
|
|
<g fill="#C10000">
|
|
<rect width="96" height="48"/>
|
|
<rect width="40" fill="#fff" height="24"/>
|
|
<rect x="17" y="3" width="6" height="18"/>
|
|
<rect x="11" y="9" width="18" height="6"/>
|
|
</g>
|
|
</svg>
|