Files

38 lines
1.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="100%" height="100%">
<defs>
<linearGradient id="finderBg" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#E8E8E8"/>
<stop offset="100%" stop-color="#B0B0B0"/>
</linearGradient>
<linearGradient id="faceBlue" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#47A3F3"/>
<stop offset="100%" stop-color="#1D72DB"/>
</linearGradient>
<linearGradient id="faceLightBlue" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#9AD7F8"/>
<stop offset="100%" stop-color="#56AEF7"/>
</linearGradient>
<filter id="shadow" x="-10%" y="-10%" width="120%" height="120%">
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000000" flood-opacity="0.35"/>
</filter>
</defs>
<rect x="10" y="10" width="108" height="108" rx="24" fill="url(#finderBg)" filter="url(#shadow)" stroke="#A0A0A0" stroke-width="1.5"/>
<!-- Right half of face (Darker Blue) -->
<path d="M64 12 H94 C107.25 12 116 20.75 116 34 V94 C116 107.25 107.25 116 94 116 H64 Z" fill="url(#faceBlue)"/>
<!-- Left half of face (Lighter Blue) -->
<path d="M34 12 H64 V116 H34 C20.75 116 12 107.25 12 94 V34 C12 20.75 20.75 12 34 12 Z" fill="url(#faceLightBlue)"/>
<!-- Eyes -->
<ellipse cx="40" cy="52" rx="5" ry="9" fill="#1C2D42"/>
<ellipse cx="88" cy="52" rx="5" ry="9" fill="#1C2D42"/>
<!-- Nose (macOS Finder split curve) -->
<path d="M64 34 C64 34 65 62 61 68 C58 72 52 74 48 75" fill="none" stroke="#1C2D42" stroke-width="4.5" stroke-linecap="round"/>
<!-- Smile -->
<path d="M30 80 C36 102 92 102 98 80" fill="none" stroke="#1C2D42" stroke-width="5" stroke-linecap="round"/>
</svg>