module_icon.svg 1.0 KB

12345678910111213141516171819
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
  2. <defs>
  3. <linearGradient id="rawbg" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0" stop-color="#3a3f4b"/>
  5. <stop offset="1" stop-color="#1b1e24"/>
  6. </linearGradient>
  7. <linearGradient id="rawlens" x1="0" y1="0" x2="1" y2="1">
  8. <stop offset="0" stop-color="#6db3ff"/>
  9. <stop offset="1" stop-color="#2d6cff"/>
  10. </linearGradient>
  11. </defs>
  12. <rect x="2" y="2" width="60" height="60" rx="12" fill="url(#rawbg)"/>
  13. <rect x="10" y="16" width="44" height="32" rx="5" fill="#0e1013" stroke="#4b75ff" stroke-width="1.5"/>
  14. <rect x="24" y="12" width="16" height="7" rx="2" fill="#0e1013" stroke="#4b75ff" stroke-width="1.5"/>
  15. <circle cx="32" cy="33" r="11" fill="url(#rawlens)"/>
  16. <circle cx="32" cy="33" r="6.5" fill="#0e1013"/>
  17. <circle cx="28.5" cy="29.5" r="2.4" fill="#ffffff" opacity="0.85"/>
  18. <text x="32" y="57" text-anchor="middle" font-family="Arial, sans-serif" font-size="9" font-weight="700" fill="#cfe0ff">RAW</text>
  19. </svg>