This commit is contained in:
2026-03-18 17:26:38 +07:00
parent d1ba0eb58b
commit 9442176e5c
2 changed files with 18 additions and 20 deletions

View File

@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Background -->
<rect width="64" height="64" rx="12" fill="#0A84FF"/>
<!-- Фон -->
<rect width="64" height="64" rx="16" fill="#1d4ed8"/>
<!-- Database cylinder -->
<ellipse cx="32" cy="18" rx="18" ry="8" fill="white"/>
<rect x="14" y="18" width="36" height="20" fill="white"/>
<ellipse cx="32" cy="38" rx="18" ry="8" fill="white"/>
<!-- Lines (data layers) -->
<ellipse cx="32" cy="26" rx="14" ry="5" fill="#0A84FF"/>
<ellipse cx="32" cy="34" rx="14" ry="5" fill="#0A84FF"/>
<!-- Иконка базы данных -->
<g fill="none" stroke="white" stroke-width="3">
<!-- Верх -->
<ellipse cx="32" cy="20" rx="12" ry="6"/>
<!-- Боковые линии -->
<path d="M20 20v16c0 3.3 5.4 6 12 6s12-2.7 12-6V20"/>
<!-- Средние линии -->
<path d="M20 28c0 3.3 5.4 6 12 6s12-2.7 12-6"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 542 B

After

Width:  |  Height:  |  Size: 513 B