55 lines
2.3 KiB
XML
55 lines
2.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
|
|
<defs>
|
|
<linearGradient id="bgGrad3" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1a1a2e"/>
|
|
<stop offset="50%" style="stop-color:#16213e"/>
|
|
<stop offset="100%" style="stop-color:#0f3460"/>
|
|
</linearGradient>
|
|
<linearGradient id="goldGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#f7d794"/>
|
|
<stop offset="50%" style="stop-color:#f5cd79"/>
|
|
<stop offset="100%" style="stop-color:#e1a83b"/>
|
|
</linearGradient>
|
|
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Background rounded square - dark elegant -->
|
|
<rect x="8" y="8" width="240" height="240" rx="48" ry="48" fill="url(#bgGrad3)"/>
|
|
|
|
<!-- Decorative Islamic geometric pattern border -->
|
|
<rect x="24" y="24" width="208" height="208" rx="36" ry="36" fill="none" stroke="url(#goldGrad)" stroke-width="2" opacity="0.4"/>
|
|
|
|
<!-- Arabic letter "ع" (Ain) - represents Arabic beautifully -->
|
|
<g filter="url(#glow)">
|
|
<path d="M165 85
|
|
Q175 85 180 95
|
|
Q185 110 175 125
|
|
Q165 140 145 145
|
|
L120 150
|
|
Q95 155 85 175
|
|
Q80 190 90 200
|
|
Q100 210 120 205
|
|
L140 198"
|
|
fill="none" stroke="url(#goldGrad)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</g>
|
|
|
|
<!-- Stylized Latin "F" for Fonts -->
|
|
<g transform="translate(55, 70)" opacity="0.9">
|
|
<path d="M30 0 L30 90 M30 0 L70 0 M30 40 L60 40"
|
|
fill="none" stroke="white" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</g>
|
|
|
|
<!-- Three dots decoration (Arabic style) -->
|
|
<circle cx="188" cy="70" r="6" fill="url(#goldGrad)"/>
|
|
<circle cx="205" cy="85" r="5" fill="url(#goldGrad)" opacity="0.7"/>
|
|
<circle cx="198" cy="55" r="4" fill="url(#goldGrad)" opacity="0.5"/>
|
|
|
|
<!-- Bottom decorative line -->
|
|
<line x1="60" y1="225" x2="196" y2="225" stroke="url(#goldGrad)" stroke-width="3" stroke-linecap="round" opacity="0.6"/>
|
|
</svg> |