14 lines
599 B
XML
14 lines
599 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="2048" height="2048" viewBox="0 0 2048 2048">
|
|
<defs>
|
|
<linearGradient id="zovi-bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#6c8cff"/>
|
|
<stop offset="0.48" stop-color="#4c6fff"/>
|
|
<stop offset="1" stop-color="#3843e8"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="2048" height="2048" fill="#ffffff"/>
|
|
<g transform="translate(768 768)">
|
|
<rect width="512" height="512" rx="115" fill="url(#zovi-bg)"/>
|
|
<path fill="#ffffff" d="M118 124H394V208L268 304H394V388H196L118 458V304L244 208H118Z"/>
|
|
</g>
|
|
</svg>
|