12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg version="1.1" width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink">
- <metadata>
- <rdf:RDF>
- <cc:Work rdf:about="Peers logo">
- <dc:format>image/svg+xml</dc:format>
- <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
- <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"/>
- </cc:Work>
- <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
- <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
- <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
- <cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/>
- <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
- <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
- <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
- </cc:License>
- </rdf:RDF>
- </metadata>
- <defs>
- <symbol id="base" viewBox="0 0 100 100">
- <rect x="0" y="0" width="100%" height="100%" fill="black"/>
- </symbol>
- <symbol id="glider" viewBox="0 0 512 512">
- <use width="30%" height="30%" xlink:href="#base" x="35%" y="0"/>
- <use width="30%" height="30%" xlink:href="#base" x="70%" y="35%"/>
- <use width="30%" height="30%" xlink:href="#base" x="70%" y="70%"/>
- <use width="30%" height="30%" xlink:href="#base" x="35%" y="70%"/>
- <use width="30%" height="30%" xlink:href="#base" x="0" y="70%"/>
- </symbol>
- </defs>
- <use width="512" height="512" xlink:href="#glider" transform="matrix(0.75 0 0 0.75 64 64)"/>
- </svg>
|