13 lines
571 B
XML
13 lines
571 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="metal" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#8cb0c9"/>
|
|
<stop offset="1" stop-color="#3f5d74"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="8" fill="#223647"/>
|
|
<rect x="5" y="5" width="54" height="54" rx="6" fill="url(#metal)"/>
|
|
<rect x="13" y="13" width="38" height="38" rx="5" fill="#c8deee" opacity="0.45"/>
|
|
<path d="M12 24H52M12 40H52M24 12V52M40 12V52" stroke="#233948" stroke-width="2" opacity="0.45"/>
|
|
</svg>
|