22 lines
955 B
XML
22 lines
955 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<defs>
|
|
<linearGradient id="f32Grad" 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="f32Core" 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 bars -->
|
|
<rect x="2" y="4" width="28" height="4" rx="1" fill="url(#f32Grad)" opacity="0.7"/>
|
|
<rect x="2" y="14" width="28" height="4" rx="1" fill="url(#f32Grad)"/>
|
|
<rect x="2" y="24" width="28" height="4" rx="1" fill="url(#f32Grad)" opacity="0.7"/>
|
|
|
|
<!-- Central processor -->
|
|
<rect x="10" y="10" width="12" height="12" rx="2" fill="url(#f32Core)"/>
|
|
<rect x="13" y="13" width="6" height="6" rx="1" fill="#ffffff"/>
|
|
</svg>
|