Files
ukaiautomation/assets/images/icon-phone.svg
2025-06-07 10:53:32 +01:00

16 lines
662 B
XML

<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="phoneGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Phone body -->
<rect x="12" y="8" width="16" height="24" fill="url(#phoneGrad)" rx="3"/>
<!-- Screen -->
<rect x="14" y="12" width="12" height="16" fill="white" rx="1"/>
<!-- Speaker -->
<rect x="16" y="10" width="8" height="1" fill="white" rx="0.5"/>
<!-- Home button -->
<circle cx="20" cy="30" r="1" fill="white"/>
</svg>