logo-with-margin.svg 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <metadata>
  4. <rdf:RDF>
  5. <cc:Work rdf:about="Peers logo">
  6. <dc:format>image/svg+xml</dc:format>
  7. <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
  8. <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"/>
  9. </cc:Work>
  10. <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
  11. <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
  12. <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
  13. <cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/>
  14. <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
  15. <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
  16. <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
  17. </cc:License>
  18. </rdf:RDF>
  19. </metadata>
  20. <defs>
  21. <symbol id="base" viewBox="0 0 100 100">
  22. <rect x="0" y="0" width="100%" height="100%" fill="black"/>
  23. </symbol>
  24. <symbol id="glider" viewBox="0 0 512 512">
  25. <use width="30%" height="30%" xlink:href="#base" x="35%" y="0"/>
  26. <use width="30%" height="30%" xlink:href="#base" x="70%" y="35%"/>
  27. <use width="30%" height="30%" xlink:href="#base" x="70%" y="70%"/>
  28. <use width="30%" height="30%" xlink:href="#base" x="35%" y="70%"/>
  29. <use width="30%" height="30%" xlink:href="#base" x="0" y="70%"/>
  30. </symbol>
  31. </defs>
  32. <use width="512" height="512" xlink:href="#glider" transform="matrix(0.75 0 0 0.75 64 64)"/>
  33. </svg>