12 lines
498 B
XML
12 lines
498 B
XML
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'>
|
|
<defs>
|
|
<linearGradient id='g' x1='0' y1='0' x2='1' y2='1'>
|
|
<stop offset='0%' stop-color='#1e6aa8'/>
|
|
<stop offset='100%' stop-color='#2f8ec8'/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width='64' height='64' rx='14' fill='#eaf3fb'/>
|
|
<rect x='14' y='14' width='36' height='36' transform='rotate(45 32 32)' fill='url(#g)'/>
|
|
<rect x='34' y='9' width='14' height='14' transform='rotate(45 41 16)' fill='#b7c0c9'/>
|
|
</svg>
|