- White background with dark slate devices (#1e293b) - Cyan signal bars (#0ea5e9) - Simplified clean design: phone → signal → laptop
21 lines
822 B
XML
21 lines
822 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="108" fill="#ffffff"/>
|
|
|
|
<!-- Phone -->
|
|
<rect x="72" y="176" width="88" height="160" rx="16" fill="#1e293b"/>
|
|
<rect x="82" y="190" width="68" height="116" rx="6" fill="#ffffff"/>
|
|
<rect x="100" y="316" width="32" height="6" rx="3" fill="#ffffff"/>
|
|
|
|
<!-- Signal bars -->
|
|
<g fill="#0ea5e9">
|
|
<rect x="192" y="270" width="20" height="44" rx="4"/>
|
|
<rect x="224" y="246" width="20" height="68" rx="4"/>
|
|
<rect x="256" y="222" width="20" height="92" rx="4"/>
|
|
</g>
|
|
|
|
<!-- Laptop -->
|
|
<rect x="312" y="196" width="128" height="88" rx="12" fill="#1e293b"/>
|
|
<rect x="322" y="206" width="108" height="64" rx="4" fill="#ffffff"/>
|
|
<rect x="300" y="288" width="152" height="14" rx="4" fill="#1e293b"/>
|
|
</svg>
|