Files
PG-admi-onefile/favicon.svg
2026-03-20 14:55:36 +07:00

16 lines
513 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Фон -->
<rect width="64" height="64" rx="16" fill="#1d4ed8"/>
<!-- Иконка базы данных -->
<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>