NoteDiscovery/website/logo.svg

28 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<defs>
<linearGradient id="logoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</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>