sync.svg 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
  3. <defs>
  4. <linearGradient id="grad" gradientUnits="userSpaceOnUse" x1="8" y1="0" x2="8" y2="16">
  5. <stop offset="0" style="stop-color:#26B6DB"/>
  6. <stop offset="1" style="stop-color:#0882C8"/>
  7. </linearGradient>
  8. <mask id="bitemask" maskUnits="userSpaceOnUse">
  9. <g>
  10. <rect id="mask-bg" x="0" y="0" width="16" height="16" style="fill:#ffffff"/>
  11. <circle id="mask-subtract" cx="11.5" cy="11.5" r="5.5" style="fill:#000000"/>
  12. </g>
  13. </mask>
  14. </defs>
  15. <g id="syncthing-logo" mask="url(#bitemask)">
  16. <circle id="outer" cx="8" cy="8" r="8" style="fill:url(#grad)"/>
  17. <circle id="inner" cx="8" cy="7.9727402" r="5.9557071" style="fill:none;stroke:#ffffff;stroke-width:0.81771719"/>
  18. <line id="arm-l" x1="9.1993189" y1="8.776825" x2="2.262351" y2="9.4173737" style="stroke:#ffffff;stroke-width:0.81771719"/>
  19. <line id="arm-tr" x1="9.1993189" y1="8.776825" x2="13.301533" y2="5.3696747" style="stroke:#ffffff;stroke-width:0.81771719"/>
  20. <line id="arm-br" x1="9.1993189" y1="8.776825" x2="11.788756" y2="12.51107" style="stroke:#ffffff;stroke-width:0.81771719"/>
  21. <circle id="node-c" cx="9.1993189" cy="8.776825" r="1.22" style="fill:#ffffff"/>
  22. <circle id="node-l" cx="2.262351" cy="9.4173737" r="1.22" style="fill:#ffffff"/>
  23. <circle id="node-tr" cx="13.301533" cy="5.3696747" r="1.22" style="fill:#ffffff"/>
  24. <circle id="node-br" cx="11.788756" cy="12.51107" r="1.22" style="fill:#ffffff"/>
  25. </g>
  26. <circle id="bubble" cx="11.5" cy="11.5" r="4.5" style="fill:#000000"/>
  27. <g id="arrows" transform="rotate(0 11.5 11.5)">
  28. <path id="arrow-left" d="m 11.5,14 0,-1 c -1.5,0 -1.5,0 -1.5,-2 l 1,0 -1.5,-2 -1.5,2 1,0 c 0,3 0,3 2.5,3 z" style="fill:#ffffff" />
  29. <path id="arrow-right" d="m 11.5,9 0,1 c 1.5,0 1.5,0 1.5,2 l -1,0 1.5,2 1.5,-2 -1,0 C 14,9 14,9 11.5,9 Z" style="fill:#ffffff" />
  30. </g>
  31. </svg>