19 lines
933 B
XML
19 lines
933 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 232 56" width="232" height="56" role="img" aria-label="AppForge">
|
|||
|
|
<defs>
|
||
|
|
<linearGradient id="afl1" x1="0" y1="0" x2="1" y2="1">
|
||
|
|
<stop offset="0" stop-color="#8B5CF6"/>
|
||
|
|
<stop offset="0.55" stop-color="#6366F1"/>
|
||
|
|
<stop offset="1" stop-color="#0EA5E9"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<!-- icon mark -->
|
||
|
|
<g transform="translate(6 8)">
|
||
|
|
<rect x="0" y="0" width="40" height="40" rx="11" fill="url(#afl1)"/>
|
||
|
|
<path d="M23 7 L11.5 24 H18.7 L17 33.5 L29 15.5 H21.7 Z"
|
||
|
|
fill="#ffffff" stroke="#ffffff" stroke-width="0.8" stroke-linejoin="round"/>
|
||
|
|
</g>
|
||
|
|
<!-- wordmark (dark — for light backgrounds) -->
|
||
|
|
<text x="58" y="37" font-family="'Segoe UI', Inter, system-ui, -apple-system, Roboto, Arial, sans-serif"
|
||
|
|
font-size="27" font-weight="700" letter-spacing="-0.5" fill="#0F172A">App<tspan fill="#6366F1">Forge</tspan></text>
|
||
|
|
</svg>
|