librelad c302ee2318 feat(containers/navidrome): use the real vinyl-record logo icon
Replace the placeholder equalizer with a faithful SVG recreation of Navidrome's
blue vinyl-record mark (the project ships only PNG logos, so this is a clean,
scalable redraw): grooved disc, white centre label + spindle hole, and the two
detached groove ends.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
2026-07-06 20:06:13 +01:00

21 lines
1.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Navidrome — stylised blue vinyl record (recreation of the project mark). -->
<circle cx="256" cy="256" r="229" fill="#0a84ff" stroke="#111418" stroke-width="16"/>
<g fill="none" stroke="#111418" stroke-width="15" stroke-linecap="round">
<!-- top-left grooves -->
<path d="M 249.4 68.1 A 188 188 0 0 0 69.8 282.2"/>
<path d="M 250.7 104.1 A 152 152 0 0 0 105.5 277.2"/>
<path d="M 252.0 140.1 A 116 116 0 0 0 141.1 272.1"/>
<!-- bottom-right grooves -->
<path d="M 262.6 443.9 A 188 188 0 0 0 442.2 229.8"/>
<path d="M 261.3 407.9 A 152 152 0 0 0 406.5 234.8"/>
<path d="M 260.0 371.9 A 116 116 0 0 0 370.9 239.9"/>
</g>
<!-- detached groove ends -->
<circle cx="112.6" cy="299.9" r="9" fill="#111418"/>
<circle cx="399.4" cy="212.1" r="9" fill="#111418"/>
<!-- centre label + spindle hole -->
<circle cx="256" cy="256" r="78" fill="#fafafa" stroke="#111418" stroke-width="15"/>
<circle cx="256" cy="256" r="11" fill="#111418"/>
</svg>