9 lines
No EOL
363 B
XML
9 lines
No EOL
363 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; }
|
|
</style>
|
|
<polygon points="1024,0 512,1024 320,1024 832,0" />
|
|
<polygon points="704,0 192,1024 0,1024 512,0" />
|
|
<circle cx="928" cy="544" r="96" />
|
|
<circle cx="928" cy="928" r="96" />
|
|
</svg> |