Add MVLog favicon

This commit is contained in:
hbrain 2026-05-25 22:47:20 +02:00
parent 289f57d0c0
commit 9b29203929
4 changed files with 34 additions and 3 deletions

31
assets/img/favicon.svg Normal file
View file

@ -0,0 +1,31 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="bg" x1="80" y1="40" x2="430" y2="470" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#1B1E22"/>
<stop offset="0.55" stop-color="#111315"/>
<stop offset="1" stop-color="#26383A"/>
</linearGradient>
<linearGradient id="film" x1="88" y1="124" x2="424" y2="388" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#3BA7A0"/>
<stop offset="1" stop-color="#C46A3A"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="18" stdDeviation="18" flood-color="#000" flood-opacity="0.45"/>
</filter>
</defs>
<rect width="512" height="512" rx="112" fill="url(#bg)"/>
<circle cx="256" cy="256" r="184" fill="none" stroke="#3BA7A0" stroke-width="12" opacity="0.55"/>
<path d="M128 160c0-20 16-36 36-36h184c20 0 36 16 36 36v192c0 20-16 36-36 36H164c-20 0-36-16-36-36V160Z" fill="#111315" stroke="url(#film)" stroke-width="18" filter="url(#shadow)"/>
<g fill="#F3F4F6" opacity="0.92">
<rect x="154" y="157" width="34" height="34" rx="7"/>
<rect x="154" y="225" width="34" height="34" rx="7"/>
<rect x="154" y="293" width="34" height="34" rx="7"/>
<rect x="324" y="157" width="34" height="34" rx="7"/>
<rect x="324" y="225" width="34" height="34" rx="7"/>
<rect x="324" y="293" width="34" height="34" rx="7"/>
</g>
<path d="M222 178v156l112-78-112-78Z" fill="#C46A3A"/>
<path d="M222 178v156l112-78-112-78Z" fill="none" stroke="#F3F4F6" stroke-width="10" stroke-linejoin="round" opacity="0.92"/>
<path d="M112 414h288" stroke="#3BA7A0" stroke-width="14" stroke-linecap="round" opacity="0.85"/>
<text x="256" y="455" text-anchor="middle" font-family="Arial Black,Arial,sans-serif" font-size="46" letter-spacing="6" fill="#F3F4F6">MV</text>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB