Files
boc/qx-icon-full.svg
T
Bernt bae705aa97 ARCHITECTURE: NFC roadmap, edge AI, audit logging
- Add NFC ePassport roadmap (ICAO 9303, eIDAS)
- Add TensorFlow.js edge face detection (BlazeFace)
- Add structured audit logger (GDPR-compliant)
- Risk scoring support

Part of KYC Apple Native UX v1.1.0
2026-06-29 16:24:48 +00:00

42 lines
2.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<radialGradient id="bg" cx="38%" cy="30%" r="70%">
<stop offset="0%" stop-color="#0F1D38"/>
<stop offset="100%" stop-color="#050B18"/>
</radialGradient>
<linearGradient id="el" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#AAEEFF"/>
<stop offset="35%" stop-color="#22BBFF"/>
<stop offset="75%" stop-color="#0066EE"/>
<stop offset="100%" stop-color="#003399"/>
</linearGradient>
<radialGradient id="glare" cx="24%" cy="18%" r="50%">
<stop offset="0%" stop-color="#fff" stop-opacity="0.10"/>
<stop offset="100%" stop-color="#003" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Oktagon bakgrund -->
<polygon points="166,14 346,14 498,166 498,346 346,498 166,498 14,346 14,166" fill="url(#bg)"/>
<!-- Oktagon kant -->
<polygon points="166,14 346,14 498,166 498,346 346,498 166,498 14,346 14,166"
fill="none" stroke="#1E3A6A" stroke-width="16"/>
<!-- Highlight övre vänster -->
<polyline points="166,14 346,14 498,166"
fill="none" stroke="white" stroke-width="2.5" stroke-opacity="0.16"/>
<!-- Yttre sikte-ring -->
<circle cx="256" cy="256" r="198" fill="none" stroke="url(#el)" stroke-width="24"/>
<!-- Ring highlight -->
<path d="M 110 68 A 198 198 0 0 1 444 110"
fill="none" stroke="white" stroke-width="3" stroke-opacity="0.22" stroke-linecap="round"/>
<!-- Korshår - 4 armar -->
<line x1="14" y1="256" x2="208" y2="256" stroke="url(#el)" stroke-width="20" stroke-linecap="square"/>
<line x1="304" y1="256" x2="498" y2="256" stroke="url(#el)" stroke-width="20" stroke-linecap="square"/>
<line x1="256" y1="14" x2="256" y2="208" stroke="url(#el)" stroke-width="20" stroke-linecap="square"/>
<line x1="256" y1="304" x2="256" y2="498" stroke="url(#el)" stroke-width="20" stroke-linecap="square"/>
<!-- Inre cirkel -->
<circle cx="256" cy="256" r="48" fill="none" stroke="url(#el)" stroke-width="18"/>
<!-- Mittpunkt -->
<circle cx="256" cy="256" r="8" fill="url(#el)"/>
<!-- Glans -->
<polygon points="166,14 346,14 498,166 498,346 346,498 166,498 14,346 14,166" fill="url(#glare)"/>
</svg>