mirror of
https://mgit.msbls.de/m/gitea-custom.git
synced 2026-02-06 00:02:08 +00:00
20 lines
795 B
XML
20 lines
795 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="favGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#3b82f6"/>
|
|
<stop offset="100%" stop-color="#1e40af"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" fill="url(#favGrad)" rx="6"/>
|
|
|
|
<!-- Subtle branch lines -->
|
|
<g stroke="#ffffff" stroke-width="1" stroke-linecap="round" fill="none" opacity="0.3">
|
|
<line x1="11" y1="7" x2="11" y2="25"/>
|
|
<path d="M11,12 C11,12 16,10 19,9"/>
|
|
<line x1="19" y1="9" x2="19" y2="23"/>
|
|
</g>
|
|
|
|
<!-- 'm' letter -->
|
|
<text x="16" y="23" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="18" font-weight="700" fill="#ffffff" text-anchor="middle">m</text>
|
|
</svg>
|