33 lines
658 B
XML
33 lines
658 B
XML
<svg
|
|
viewBox="0 0 1024 1024"
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg">
|
|
<style>
|
|
polygon, circle {
|
|
fill: black;
|
|
}
|
|
rect {
|
|
fill: white;
|
|
}
|
|
</style>
|
|
<rect
|
|
rx="200"
|
|
ry="200"
|
|
width="1024"
|
|
height="1024" />
|
|
<polygon
|
|
points="512,1024 320,1024 832,0 1024,0 "
|
|
transform="matrix(0.8,0,0,0.8,102.4,102.4)" />
|
|
<polygon
|
|
points="192,1024 0,1024 512,0 704,0 "
|
|
transform="matrix(0.8,0,0,0.8,102.4,102.4)" />
|
|
<circle
|
|
cx="844.79999"
|
|
cy="537.59998"
|
|
r="76.800003" />
|
|
<circle
|
|
cx="844.79999"
|
|
cy="844.79999"
|
|
r="76.800003" />
|
|
</svg>
|