mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-12 02:36:10 +00:00
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<linearGradient id="gradient" 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>
|
|
|
|
<!-- Sfondo circolare -->
|
|
<circle cx="32" cy="32" r="30" fill="url(#gradient)" stroke="#ffffff" stroke-width="2"/>
|
|
|
|
<!-- Microscopio base -->
|
|
<rect x="26" y="48" width="12" height="8" fill="#ffffff" rx="2"/>
|
|
|
|
<!-- Corpo del microscopio -->
|
|
<rect x="28" y="35" width="8" height="15" fill="#ffffff" rx="1"/>
|
|
|
|
<!-- Oculare -->
|
|
<circle cx="32" cy="20" r="4" fill="#ffffff"/>
|
|
<circle cx="32" cy="20" r="2.5" fill="#667eea"/>
|
|
|
|
<!-- Braccio laterale -->
|
|
<rect x="36" y="28" width="12" height="3" fill="#ffffff" rx="1.5"/>
|
|
<circle cx="48" cy="29.5" r="3" fill="#ffffff"/>
|
|
<circle cx="48" cy="29.5" r="1.5" fill="#667eea"/>
|
|
|
|
<!-- Obiettivo -->
|
|
<rect x="30" y="40" width="4" height="6" fill="#667eea" rx="1"/>
|
|
|
|
<!-- Piattaforma campione -->
|
|
<rect x="24" y="42" width="16" height="2" fill="#ffffff" rx="1"/>
|
|
|
|
<!-- Dettagli decorativi -->
|
|
<circle cx="20" cy="15" r="1.5" fill="#ffffff" opacity="0.8"/>
|
|
<circle cx="44" cy="18" r="1" fill="#ffffff" opacity="0.6"/>
|
|
<circle cx="18" cy="35" r="1" fill="#ffffff" opacity="0.7"/>
|
|
</svg>
|