15 lines
866 B
XML
15 lines
866 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#3b5cff"/>
|
|
<stop offset="100%" stop-color="#7ab8ff"/>
|
|
</linearGradient>
|
|
<linearGradient id="folder" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#f7c25a"/>
|
|
<stop offset="100%" stop-color="#e7a93e"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="64" y="64" width="896" height="896" rx="180" fill="url(#bg)"/>
|
|
<path d="M252 346h200l40 54h280c44 0 80 36 80 80v220c0 44-36 80-80 80H252c-44 0-80-36-80-80V426c0-44 36-80 80-80z" fill="url(#folder)"/>
|
|
<path d="M512 470c18 0 32 14 32 32v126l36-36c12-12 32-12 45 0s12 32 0 45l-92 92c-12 12-32 12-45 0l-92-92c-12-12-12-32 0-45s32-12 45 0l36 36V502c0-18 14-32 32-32z" fill="#1c2b4a"/>
|
|
</svg> |