43 lines
2.3 KiB
XML
43 lines
2.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
|
|
<!-- Background circle -->
|
|
<circle cx="100" cy="100" r="90" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.2)" stroke-width="2"/>
|
|
|
|
<!-- Main phone -->
|
|
<rect x="70" y="40" width="60" height="120" rx="12" fill="rgba(255,255,255,0.95)" stroke="rgba(255,255,255,0.3)" stroke-width="2"/>
|
|
|
|
<!-- Screen -->
|
|
<rect x="75" y="55" width="50" height="90" rx="6" fill="rgba(34,197,94,0.2)"/>
|
|
|
|
<!-- Status bar -->
|
|
<rect x="78" y="58" width="44" height="8" fill="rgba(34,197,94,0.4)"/>
|
|
|
|
<!-- App icons grid -->
|
|
<rect x="80" y="75" width="12" height="12" rx="3" fill="rgba(59,130,246,0.7)"/>
|
|
<rect x="95" y="75" width="12" height="12" rx="3" fill="rgba(239,68,68,0.7)"/>
|
|
<rect x="110" y="75" width="12" height="12" rx="3" fill="rgba(245,158,11,0.7)"/>
|
|
|
|
<rect x="80" y="92" width="12" height="12" rx="3" fill="rgba(139,92,246,0.7)"/>
|
|
<rect x="95" y="92" width="12" height="12" rx="3" fill="rgba(16,185,129,0.7)"/>
|
|
<rect x="110" y="92" width="12" height="12" rx="3" fill="rgba(236,72,153,0.7)"/>
|
|
|
|
<!-- Navigation bar -->
|
|
<circle cx="100" cy="130" r="8" fill="rgba(255,255,255,0.8)" stroke="rgba(34,197,94,0.3)" stroke-width="2"/>
|
|
|
|
<!-- Home button -->
|
|
<circle cx="100" cy="150" r="4" fill="rgba(255,255,255,0.6)"/>
|
|
|
|
<!-- Secondary phones -->
|
|
<rect x="35" y="80" width="25" height="45" rx="6" fill="rgba(255,255,255,0.7)" stroke="rgba(255,255,255,0.2)" stroke-width="1"/>
|
|
<rect x="38" y="88" width="19" height="25" fill="rgba(34,197,94,0.3)"/>
|
|
|
|
<rect x="140" y="90" width="25" height="45" rx="6" fill="rgba(255,255,255,0.7)" stroke="rgba(255,255,255,0.2)" stroke-width="1"/>
|
|
<rect x="143" y="98" width="19" height="25" fill="rgba(34,197,94,0.3)"/>
|
|
|
|
<!-- Decorative elements -->
|
|
<circle cx="50" cy="50" r="4" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.2)" stroke-width="1"/>
|
|
<circle cx="150" cy="160" r="6" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.2)" stroke-width="1"/>
|
|
|
|
<!-- WiFi and signal indicators -->
|
|
<path d="M25 25 L35 25 M30 20 L30 30 M27 23 L33 23" stroke="rgba(255,255,255,0.3)" stroke-width="2" fill="none"/>
|
|
<path d="M165 25 Q175 25 175 35 Q175 45 165 45" stroke="rgba(255,255,255,0.3)" stroke-width="2" fill="none"/>
|
|
</svg> |