14 lines
675 B
XML
14 lines
675 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>
|
|
<!-- Big Sur grid: icon body is 824/1024 of the canvas with transparent margin -->
|
|
<rect x="50" y="50" width="412" height="412" rx="92" fill="url(#zovi-bg)"/>
|
|
<g transform="translate(256 256) scale(0.805) translate(-256 -256)">
|
|
<path fill="#ffffff" d="M118 124H394V208L268 304H394V388H196L118 458V304L244 208H118Z"/>
|
|
</g>
|
|
</svg>
|