30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<!-- GB-inspired database icon with cylindrical storage aesthetic -->
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="dbGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#6366f1"/>
|
||
|
|
<stop offset="100%" style="stop-color:#4f46e5"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
|
||
|
|
<!-- Top ellipse - database cap -->
|
||
|
|
<ellipse cx="12" cy="5" rx="8" ry="3" fill="url(#dbGradient)" stroke="currentColor" stroke-width="1"/>
|
||
|
|
|
||
|
|
<!-- Database body sides -->
|
||
|
|
<path d="M4 5v14c0 1.66 3.58 3 8 3s8-1.34 8-3V5" stroke="currentColor" stroke-width="1" fill="none"/>
|
||
|
|
|
||
|
|
<!-- Side fill -->
|
||
|
|
<path d="M4 5v14c0 1.66 3.58 3 8 3s8-1.34 8-3V5c0 1.66-3.58 3-8 3S4 6.66 4 5z" fill="url(#dbGradient)" opacity="0.85"/>
|
||
|
|
|
||
|
|
<!-- Middle rings - GB horizontal accent lines -->
|
||
|
|
<ellipse cx="12" cy="10" rx="8" ry="2.5" fill="none" stroke="currentColor" stroke-width="0.75" opacity="0.5"/>
|
||
|
|
<ellipse cx="12" cy="15" rx="8" ry="2.5" fill="none" stroke="currentColor" stroke-width="0.75" opacity="0.5"/>
|
||
|
|
|
||
|
|
<!-- Data indicator dots - GB bot eyes reference -->
|
||
|
|
<circle cx="9" cy="12" r="1" fill="#fff" opacity="0.8"/>
|
||
|
|
<circle cx="15" cy="12" r="1" fill="#fff" opacity="0.8"/>
|
||
|
|
|
||
|
|
<!-- Bottom highlight -->
|
||
|
|
<ellipse cx="12" cy="19" rx="6" ry="1.5" fill="#fff" fill-opacity="0.15"/>
|
||
|
|
</svg>
|