24 lines
1 KiB
XML
24 lines
1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
|
<defs>
|
|
<linearGradient id="ustScreen" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#FAFAFA"/>
|
|
<stop offset="50%" stop-color="#FFFFFF"/>
|
|
<stop offset="100%" stop-color="#F5F5F5"/>
|
|
</linearGradient>
|
|
<filter id="ustShadow" x="-5%" y="-5%" width="110%" height="120%">
|
|
<feDropShadow dx="0" dy="3" stdDeviation="3" flood-color="#000000" flood-opacity="0.25"/>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Thin black frame - 16:9 ratio (106x60) centered -->
|
|
<rect x="7" y="30" width="106" height="60" rx="1" fill="#1a1a1a" filter="url(#ustShadow)"/>
|
|
|
|
<!-- Screen surface - 16:9 with thin bezel -->
|
|
<rect x="9" y="32" width="102" height="56" fill="url(#ustScreen)"/>
|
|
|
|
<!-- Subtle inner shadow on screen edges -->
|
|
<rect x="9" y="32" width="102" height="56" fill="none" stroke="#E0E0E0" stroke-width="0.5"/>
|
|
|
|
<!-- Frame edge highlight (top) -->
|
|
<line x1="8" y1="30" x2="112" y2="30" stroke="#333" stroke-width="0.5"/>
|
|
</svg>
|