12 lines
512 B
XML
12 lines
512 B
XML
|
<svg width="256" height="256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
|
||
|
<defs>
|
||
|
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a">
|
||
|
<stop stop-color="#0091E6" offset="0%"/>
|
||
|
<stop stop-color="#0079BF" offset="100%"/>
|
||
|
</linearGradient>
|
||
|
</defs>
|
||
|
<rect fill="url(#a)" width="256" height="256" rx="25"/>
|
||
|
<rect fill="#FFF" x="144.6" y="33.3" width="78.1" height="112" rx="12"/>
|
||
|
<rect fill="#FFF" x="33.3" y="33.3" width="78.1" height="176" rx="12"/>
|
||
|
</svg>
|