Обновить static/images/favicon.svg

This commit is contained in:
masterpmi 2026-07-23 20:36:32 +03:00
parent 5d05a03890
commit 329310ed73

View File

@ -1,8 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" fill="#f5f7fa" rx="8"/> <defs>
<text x="12" y="28" font-family="serif" font-size="20" fill="#003366"></text> <style>
<circle cx="32" cy="32" r="12" fill="none" stroke="#003366" stroke-width="2"/> .bg { fill: #f5f7fa; }
<ellipse cx="32" cy="32" rx="12" ry="6" fill="none" stroke="#003366" stroke-width="1.5" transform="rotate(45 32 32)"/> .symbol { font-family: 'Times New Roman', Georgia, serif; font-size: 28px; fill: #003366; font-weight: bold; }
<ellipse cx="32" cy="32" rx="12" ry="6" fill="none" stroke="#003366" stroke-width="1.5" transform="rotate(-45 32 32)"/> .slash { stroke: #003366; stroke-width: 2.5; fill: none; stroke-linecap: round; }
<text x="40" y="48" font-family="serif" font-size="18" fill="#003366">Σ</text> </style>
</defs>
<!-- Фон -->
<rect width="64" height="64" rx="10" class="bg"/>
<!-- Символы φ и μ -->
<text x="14" y="42" class="symbol">φ</text>
<text x="38" y="42" class="symbol">μ</text>
<!-- Разделительная линия -->
<line x1="32" y1="22" x2="32" y2="44" class="slash" transform="rotate(15 32 33)"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 611 B

After

Width:  |  Height:  |  Size: 689 B