Initial commit: Premier Gunner tracker + StartOS 0.4.0 s9pk package
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0" stop-color="#ff1f25"/>
|
||||
<stop offset="1" stop-color="#c50006"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="512" height="512" rx="112" fill="url(#bg)"/>
|
||||
<!-- cannon barrel -->
|
||||
<g transform="rotate(-18 256 300)">
|
||||
<rect x="150" y="232" width="230" height="58" rx="14" fill="#fff"/>
|
||||
<rect x="360" y="226" width="34" height="70" rx="8" fill="#fff"/>
|
||||
<circle cx="168" cy="296" r="34" fill="#fff"/>
|
||||
<rect x="150" y="296" width="70" height="40" rx="10" fill="#fff"/>
|
||||
</g>
|
||||
<!-- wheel -->
|
||||
<circle cx="186" cy="350" r="46" fill="#023474" stroke="#fff" stroke-width="10"/>
|
||||
<circle cx="186" cy="350" r="8" fill="#fff"/>
|
||||
<!-- soccer ball as cannonball -->
|
||||
<g transform="translate(392 196)">
|
||||
<circle r="46" fill="#fff" stroke="#15181f" stroke-width="3"/>
|
||||
<path d="M0 -22 L21 -7 L13 18 L-13 18 L-21 -7 Z" fill="#15181f"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user