19 lines
807 B
XML
19 lines
807 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="qz-bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" stop-color="#0A0A0A"/>
|
||
|
|
<stop offset="100%" stop-color="#1A1A1A"/>
|
||
|
|
</linearGradient>
|
||
|
|
<linearGradient id="qz-accent" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" stop-color="#0066FF"/>
|
||
|
|
<stop offset="100%" stop-color="#0052CC"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- Background -->
|
||
|
|
<rect width="512" height="512" rx="128" fill="url(#qz-bg)"/>
|
||
|
|
<!-- Camera lens shape -->
|
||
|
|
<circle cx="256" cy="256" r="160" fill="none" stroke="url(#qz-accent)" stroke-width="32"/>
|
||
|
|
<circle cx="256" cy="256" r="80" fill="url(#qz-accent)"/>
|
||
|
|
<!-- QuiXzoom dot -->
|
||
|
|
<circle cx="360" cy="152" r="24" fill="#FF3366"/>
|
||
|
|
</svg>
|