14 lines
641 B
XML
14 lines
641 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512" role="img" aria-label="AppForge">
|
|||
|
|
<defs>
|
||
|
|
<linearGradient id="afgm" 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>
|
||
|
|
<!-- full-bleed background for Android maskable safe zone -->
|
||
|
|
<rect x="0" y="0" width="512" height="512" fill="url(#afgm)"/>
|
||
|
|
<path d="M300 136 L182 316 H256 L242 392 L334 248 H272 Z"
|
||
|
|
fill="#ffffff" stroke="#ffffff" stroke-width="5" stroke-linejoin="round"/>
|
||
|
|
</svg>
|