7 lines
		
	
	
		
			341 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			341 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<!-- Simple Alipay-like logo (blue square with white A) -->
 | 
						|
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
 | 
						|
  <rect width="28" height="28" rx="6" fill="#1677FF"/>
 | 
						|
  <text x="50%" y="55%" text-anchor="middle" font-family="Arial, Helvetica, sans-serif"
 | 
						|
        font-size="16" fill="#FFFFFF">A</text>
 | 
						|
</svg>
 |