pick-coordinate.svg 915 B

123456789101112131415
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
  2. <defs>
  3. <linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
  4. <stop offset="0%" style="stop-color:#409eff;stop-opacity:1" />
  5. <stop offset="100%" style="stop-color:#67c23a;stop-opacity:1" />
  6. </linearGradient>
  7. </defs>
  8. <rect width="64" height="64" rx="8" fill="url(#bgGrad)"/>
  9. <circle cx="32" cy="32" r="12" fill="none" stroke="white" stroke-width="2"/>
  10. <line x1="32" y1="8" x2="32" y2="20" stroke="white" stroke-width="2" stroke-linecap="round"/>
  11. <line x1="32" y1="44" x2="32" y2="56" stroke="white" stroke-width="2" stroke-linecap="round"/>
  12. <line x1="8" y1="32" x2="20" y2="32" stroke="white" stroke-width="2" stroke-linecap="round"/>
  13. <line x1="44" y1="32" x2="56" y2="32" stroke="white" stroke-width="2" stroke-linecap="round"/>
  14. <circle cx="32" cy="32" r="4" fill="#ffd700"/>
  15. </svg>