Server box with data rows (navy) and circular restore arrow (copper) matching gniza brand colors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
707 B
XML
13 lines
707 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
<!-- Archive/server box -->
|
|
<rect x="8" y="6" width="32" height="28" rx="3" fill="#1a3a5c"/>
|
|
<rect x="12" y="11" width="24" height="3" rx="1" fill="#fff" opacity="0.85"/>
|
|
<rect x="12" y="17" width="24" height="3" rx="1" fill="#fff" opacity="0.55"/>
|
|
<rect x="12" y="23" width="24" height="3" rx="1" fill="#fff" opacity="0.35"/>
|
|
<!-- Circular restore arrow -->
|
|
<circle cx="33" cy="36" r="10" fill="#fff"/>
|
|
<circle cx="33" cy="36" r="8.5" fill="#b87333"/>
|
|
<path d="M33,29.5 a6.5,6.5 0 1,0 6.5,6.5" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
|
|
<polygon points="39.5,33 39.5,36 36.5,36" fill="#fff"/>
|
|
</svg>
|