icon.svg 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <svg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'>
  2. <filter id='blur'>
  3. <feGaussianBlur in='SourceGraphic' stdDeviation='10' />
  4. </filter>
  5. <linearGradient id='border' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1024'>
  6. <stop offset='0' stop-color='#fefefe'/>
  7. <stop offset='1' stop-color='#cacaca'/>
  8. </linearGradient>
  9. <linearGradient id='background' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1024'>
  10. <stop offset='0' stop-color='#B5EAF7'/>
  11. <stop offset='1' stop-color='#A2D2DE'/>
  12. </linearGradient>
  13. <circle cx='512' cy='512' r='450' fill='#aaaaaa' style='filter: url(#blur);' />
  14. <circle cx='512' cy='512' r='450' stroke='#b1b1b1' style='filter: url(#dropshadow);' />
  15. <circle cx='512' cy='512' r='450' fill='url(#border)'/>
  16. <circle cx='512' cy='512' r='412' fill='url(#background)'/>
  17. <line x1='296' y1='392' x2='540' y2='280' stroke-width='12' stroke='#55838D' />
  18. <line x1='296' y1='632' x2='540' y2='280' stroke-width='12' stroke='#55838D' />
  19. <line x1='296' y1='392' x2='540' y2='435' stroke-width='12' stroke='#55838D' />
  20. <line x1='296' y1='632' x2='540' y2='435' stroke-width='12' stroke='#55838D' />
  21. <line x1='296' y1='392' x2='540' y2='590' stroke-width='12' stroke='#55838D' />
  22. <line x1='296' y1='632' x2='540' y2='590' stroke-width='12' stroke='#55838D' />
  23. <line x1='296' y1='392' x2='540' y2='744' stroke-width='12' stroke='#55838D' />
  24. <line x1='296' y1='632' x2='540' y2='744' stroke-width='12' stroke='#55838D' />
  25. <line x1='540' y1='280' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
  26. <line x1='540' y1='435' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
  27. <line x1='540' y1='590' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
  28. <line x1='540' y1='744' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
  29. <g transform='translate(296, 392)'>
  30. <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
  31. <circle cx='0' cy='0' r='51' fill='#55838D' />
  32. </g>
  33. <g transform='translate(296, 632)'>
  34. <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
  35. <circle cx='0' cy='0' r='51' fill='#55838D' />
  36. </g>
  37. <g transform='translate(540, 280)'>
  38. <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
  39. <circle cx='0' cy='0' r='51' fill='#55838D' />
  40. </g>
  41. <g transform='translate(540, 435)'>
  42. <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
  43. <circle cx='0' cy='0' r='51' fill='#55838D' />
  44. </g>
  45. <g transform='translate(540, 590)'>
  46. <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
  47. <circle cx='0' cy='0' r='51' fill='#55838D' />
  48. </g>
  49. <g transform='translate(540, 744)'>
  50. <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
  51. <circle cx='0' cy='0' r='51' fill='#55838D' />
  52. </g>
  53. <g transform='translate(785, 512)'>
  54. <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
  55. <circle cx='0' cy='0' r='51' fill='#55838D' />
  56. </g>
  57. </svg>