11 lines
488 B
XML
11 lines
488 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 512 512">
|
|
<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="512" height="512" fill="url(#zovi-bg)"/>
|
|
<path fill="#ffffff" d="M118 124H394V208L268 304H394V388H196L118 458V304L244 208H118Z"/>
|
|
</svg>
|