added 512px icon
This commit is contained in:
parent
34a721ce60
commit
a66a7fc7bf
|
|
@ -0,0 +1,27 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="439" height="512" viewBox="40 30 120 140">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="logoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||||
|
<stop offset="0%" style="stop-color: #667eea;"/>
|
||||||
|
<stop offset="100%" style="stop-color: #764ba2;"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
<!-- Main document shape -->
|
||||||
|
<rect x="40" y="30" width="120" height="140" rx="8" fill="url(#logoGradient)"/>
|
||||||
|
|
||||||
|
<!-- Paper fold effect at top right -->
|
||||||
|
<path d="M 140 30 L 140 50 L 160 50 Z" fill="#5568d3"/>
|
||||||
|
|
||||||
|
<!-- Lines representing text on the document -->
|
||||||
|
<line x1="60" y1="70" x2="140" y2="70" stroke="white" stroke-width="4" stroke-linecap="round" opacity="0.9"/>
|
||||||
|
<line x1="60" y1="90" x2="140" y2="90" stroke="white" stroke-width="4" stroke-linecap="round" opacity="0.9"/>
|
||||||
|
<line x1="60" y1="110" x2="120" y2="110" stroke="white" stroke-width="4" stroke-linecap="round" opacity="0.9"/>
|
||||||
|
|
||||||
|
<!-- Discovery symbol - a magnifying glass -->
|
||||||
|
<g transform="translate(100, 135)">
|
||||||
|
<circle cx="0" cy="0" r="18" fill="none" stroke="white" stroke-width="4"/>
|
||||||
|
<line x1="13" y1="13" x2="25" y2="25" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
||||||
|
<circle cx="0" cy="0" r="10" fill="white" opacity="0.3"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue