Files
SubMiner/docs-site/public/assets/jellyfin.svg
2026-03-10 19:47:16 -07:00

24 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
<defs>
<linearGradient id="jf" x1="4" y1="6" x2="44" y2="42" gradientUnits="userSpaceOnUse">
<stop stop-color="#a78bfa"/>
<stop offset="1" stop-color="#7c3aed"/>
</linearGradient>
</defs>
<!-- Server body -->
<rect x="6" y="6" width="36" height="14" rx="3.5" fill="url(#jf)" opacity="0.12"/>
<rect x="6" y="6" width="36" height="14" rx="3.5" stroke="url(#jf)" stroke-width="1.4" fill="none"/>
<!-- Server dots -->
<circle cx="12" cy="13" r="2" fill="#a78bfa" opacity="0.6"/>
<circle cx="18" cy="13" r="2" fill="#a78bfa" opacity="0.4"/>
<!-- Server drive bar -->
<rect x="28" y="11.5" width="10" height="3" rx="1.5" fill="#a78bfa" opacity="0.25"/>
<!-- Connection line -->
<line x1="24" y1="20" x2="24" y2="26" stroke="#a78bfa" stroke-width="1.5" stroke-linecap="round" opacity="0.4"/>
<!-- Player screen -->
<rect x="6" y="28" width="36" height="14" rx="3.5" fill="url(#jf)" opacity="0.12"/>
<rect x="6" y="28" width="36" height="14" rx="3.5" stroke="url(#jf)" stroke-width="1.4" fill="none"/>
<!-- Play triangle -->
<path d="M21 32l10 3.5-10 3.5z" fill="url(#jf)" opacity="0.8"/>
</svg>