Initial commit: UK Data Services website
This commit is contained in:
28
assets/images/icon-data-processing.svg
Normal file
28
assets/images/icon-data-processing.svg
Normal file
@@ -0,0 +1,28 @@
|
||||
<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad3" 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>
|
||||
<!-- Database/file icons -->
|
||||
<rect x="12" y="15" width="16" height="20" fill="none" stroke="url(#grad3)" stroke-width="2" rx="2"/>
|
||||
<rect x="32" y="15" width="16" height="20" fill="none" stroke="url(#grad3)" stroke-width="2" rx="2"/>
|
||||
<!-- Data lines inside -->
|
||||
<line x1="15" y1="20" x2="25" y2="20" stroke="url(#grad3)" stroke-width="1"/>
|
||||
<line x1="15" y1="25" x2="25" y2="25" stroke="url(#grad3)" stroke-width="1"/>
|
||||
<line x1="15" y1="30" x2="25" y2="30" stroke="url(#grad3)" stroke-width="1"/>
|
||||
<line x1="35" y1="20" x2="45" y2="20" stroke="url(#grad3)" stroke-width="1"/>
|
||||
<line x1="35" y1="25" x2="45" y2="25" stroke="url(#grad3)" stroke-width="1"/>
|
||||
<line x1="35" y1="30" x2="45" y2="30" stroke="url(#grad3)" stroke-width="1"/>
|
||||
<!-- Processing arrow -->
|
||||
<path d="M 28 25 L 32 25" stroke="url(#grad3)" stroke-width="2" marker-end="url(#arrowhead)"/>
|
||||
<defs>
|
||||
<marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
|
||||
<polygon points="0 0, 10 3.5, 0 7" fill="#667eea"/>
|
||||
</marker>
|
||||
</defs>
|
||||
<!-- Gear/processing icon -->
|
||||
<circle cx="30" cy="40" r="6" fill="none" stroke="url(#grad3)" stroke-width="2"/>
|
||||
<circle cx="30" cy="40" r="2" fill="url(#grad3)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user