26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
|
|
<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="scaleGrad" 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>
|
||
|
|
<!-- Expanding boxes representing scalability -->
|
||
|
|
<rect x="30" y="50" width="20" height="15" fill="url(#scaleGrad)" rx="2" opacity="0.8"/>
|
||
|
|
<rect x="20" y="35" width="40" height="20" fill="none" stroke="url(#scaleGrad)" stroke-width="2" rx="2" opacity="0.6"/>
|
||
|
|
<rect x="10" y="20" width="60" height="25" fill="none" stroke="url(#scaleGrad)" stroke-width="2" rx="2" opacity="0.4"/>
|
||
|
|
|
||
|
|
<!-- Upward arrows -->
|
||
|
|
<path d="M 25 30 L 30 25 L 35 30" stroke="url(#scaleGrad)" stroke-width="2" fill="none" marker-end="url(#scaleArrow)"/>
|
||
|
|
<path d="M 45 30 L 50 25 L 55 30" stroke="url(#scaleGrad)" stroke-width="2" fill="none" marker-end="url(#scaleArrow)"/>
|
||
|
|
|
||
|
|
<!-- Infinity symbol -->
|
||
|
|
<path d="M 25 60 Q 30 55 35 60 Q 40 65 45 60 Q 50 55 55 60 Q 50 65 45 60 Q 40 55 35 60 Q 30 65 25 60"
|
||
|
|
fill="none" stroke="url(#scaleGrad)" stroke-width="2"/>
|
||
|
|
|
||
|
|
<defs>
|
||
|
|
<marker id="scaleArrow" markerWidth="8" markerHeight="8" refX="7" refY="2" orient="auto">
|
||
|
|
<polygon points="0 0, 8 2, 0 4" fill="#667eea"/>
|
||
|
|
</marker>
|
||
|
|
</defs>
|
||
|
|
</svg>
|