Files
PlaylistShared/PlaylistShared.Pwa/wwwroot/favicon.svg
2026-04-15 21:30:00 +03:00

28 lines
1.4 KiB
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" width="512" height="512" viewBox="40 40 432 432" fill="none">
<!-- Тёмный скруглённый фон -->
<rect width="512" height="512" rx="110" fill="#1a1a27"/>
<!-- Эффект "раздачи" (Ripple) усиленная видимость -->
<g stroke="#7e6fff" fill="none">
<!-- Внутренняя волна (яркая, толстая) -->
<circle cx="256" cy="256" r="80" stroke-width="12" stroke-opacity="0.9"/>
<!-- Средняя волна -->
<circle cx="256" cy="256" r="145" stroke-width="10" stroke-opacity="0.7"/>
<!-- Внешняя волна (тонкая, но заметная) -->
<circle cx="256" cy="256" r="210" stroke-width="8" stroke-opacity="0.5"/>
</g>
<!-- Лёгкое свечение уменьшено, чтобы не перебивать волны -->
<defs>
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#7e6fff" stop-opacity="0.25"/>
<stop offset="1" stop-color="#7e6fff" stop-opacity="0"/>
</radialGradient>
</defs>
<circle cx="256" cy="256" r="150" fill="url(#glow)"/>
<!-- Центральная нота Material (крупно, без изменений) -->
<g fill="#7e6fff" transform="translate(256, 256) scale(16) translate(-12, -12)">
<path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"/>
</g>
</svg>