13 lines
564 B
XML
13 lines
564 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="TaxBaik">
|
|
<defs>
|
|
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#1f3c88"/>
|
|
<stop offset="100%" stop-color="#d7a86e"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="16" fill="url(#g)"/>
|
|
<path d="M18 24h28v6H18zM22 32h20v6H22zM26 40h12v6H26z" fill="#fff" opacity="0.95"/>
|
|
<path d="M16 18h32v2H16z" fill="#ffffff" opacity="0.35"/>
|
|
<circle cx="46" cy="18" r="5" fill="#fff" opacity="0.9"/>
|
|
</svg>
|