14 lines
629 B
XML
14 lines
629 B
XML
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="512" y2="512" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#000080"/>
|
|
<stop offset="1" stop-color="#0000FF"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="0" y="0" width="512" height="512" rx="112" fill="url(#bg)"/>
|
|
<rect x="104" y="150" width="304" height="212" rx="28" fill="#FFFFFF"/>
|
|
<path d="M132 182 L256 286 L380 182"
|
|
fill="none" stroke="#0000FF" stroke-width="30"
|
|
stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|