intent_premium.svg 698 B

123456789101112131415
  1. <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
  2. <defs>
  3. <linearGradient id="g2" x1="0" y1="0" x2="64" y2="64">
  4. <stop offset="0%" stop-color="#6EB2FF" />
  5. <stop offset="100%" stop-color="#1F8BFF" />
  6. </linearGradient>
  7. </defs>
  8. <circle cx="32" cy="32" r="32" fill="url(#g2)" />
  9. <rect x="18" y="18" width="28" height="4" rx="2" fill="white" />
  10. <rect x="18" y="28" width="28" height="4" rx="2" fill="white" />
  11. <rect x="18" y="38" width="18" height="4" rx="2" fill="white" />
  12. <circle cx="14" cy="20" r="2" fill="white" />
  13. <circle cx="14" cy="30" r="2" fill="white" />
  14. <circle cx="14" cy="40" r="2" fill="white" />
  15. </svg>