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