Files
Website-Media-Server/html/filebot-media-browser.svg
T
2026-07-11 05:40:27 +02:00

19 lines
574 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Filebot Media Browser">
<defs>
<linearGradient id="fb-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#6366f1"/>
<stop offset="100%" stop-color="#8b5cf6"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="14" fill="url(#fb-grad)"/>
<text
x="32"
y="40"
text-anchor="middle"
fill="#ffffff"
font-family="Outfit, system-ui, -apple-system, sans-serif"
font-weight="700"
font-size="22"
>FB</text>
</svg>