22 lines
966 B
XML
22 lines
966 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
|
|
<defs>
|
|
<linearGradient id="fGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#6366F1"/>
|
|
<stop offset="100%" style="stop-color:#4F46E5"/>
|
|
</linearGradient>
|
|
<linearGradient id="fCore" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#22D3EE"/>
|
|
<stop offset="100%" style="stop-color:#06B6D4"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Three simplified bars -->
|
|
<rect x="1" y="2" width="14" height="2" rx="0.5" fill="url(#fGrad)" opacity="0.7"/>
|
|
<rect x="1" y="7" width="14" height="2" rx="0.5" fill="url(#fGrad)"/>
|
|
<rect x="1" y="12" width="14" height="2" rx="0.5" fill="url(#fGrad)" opacity="0.7"/>
|
|
|
|
<!-- Simplified central processor -->
|
|
<rect x="5" y="5" width="6" height="6" rx="1" fill="url(#fCore)"/>
|
|
<rect x="6" y="6" width="4" height="4" rx="0.5" fill="#ffffff"/>
|
|
</svg>
|