neotalk/assets/icon.svg
Andros Fenollosa 41966a4a10 Add app icon (two-bubble P2P mark) for macOS and Windows
SVG source plus generated .icns/.ico, wired into the PyInstaller spec, and a
make-icons.sh to regenerate them from the SVG.
2026-08-21 10:05:18 +02:00

23 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#4d84ff"/>
<stop offset="0.55" stop-color="#2f6df6"/>
<stop offset="1" stop-color="#1b57d6"/>
</linearGradient>
</defs>
<!-- app tile (macOS grid: 824 square, 100 margin, r=185) -->
<rect x="100" y="100" width="824" height="824" rx="185" ry="185" fill="url(#bg)"/>
<rect x="100" y="100" width="824" height="412" rx="185" ry="185" fill="#ffffff" opacity="0.06"/>
<!-- peer B: back bubble (their side) -->
<path d="M 648 470 L 726 474 L 748 566 Z" fill="#bcd0ff"/>
<rect x="440" y="252" width="322" height="240" rx="66" ry="66" fill="#bcd0ff"/>
<!-- peer A: front bubble (your side) with typing dots -->
<path d="M 344 588 L 452 592 L 312 706 Z" fill="#ffffff"/>
<rect x="262" y="372" width="360" height="248" rx="70" ry="70" fill="#ffffff"/>
<circle cx="360" cy="496" r="27" fill="#2f6df6"/>
<circle cx="442" cy="496" r="27" fill="#2f6df6"/>
<circle cx="524" cy="496" r="27" fill="#2f6df6"/>
</svg>