Initial commit: UK Data Services website
This commit is contained in:
16
assets/images/icon-phone.svg
Normal file
16
assets/images/icon-phone.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 662 B |
Reference in New Issue
Block a user