29 lines
1.5 KiB
XML
29 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<!-- Silo icon - grain silo with database/sync symbolism -->
|
|
<!-- Uses Catppuccin Mocha colors -->
|
|
|
|
<!-- Silo body (cylindrical tower) -->
|
|
<path d="M16 20 L16 52 Q16 56 32 56 Q48 56 48 52 L48 20"
|
|
fill="#313244" stroke="#cba6f7" stroke-width="2"/>
|
|
|
|
<!-- Silo dome/roof -->
|
|
<ellipse cx="32" cy="20" rx="16" ry="6" fill="#45475a" stroke="#cba6f7" stroke-width="2"/>
|
|
<path d="M24 14 Q32 4 40 14" fill="none" stroke="#cba6f7" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="32" y1="6" x2="32" y2="14" stroke="#cba6f7" stroke-width="2" stroke-linecap="round"/>
|
|
|
|
<!-- Horizontal bands (like database rows / silo rings) -->
|
|
<ellipse cx="32" cy="28" rx="15" ry="4" fill="none" stroke="#6c7086" stroke-width="1.5"/>
|
|
<ellipse cx="32" cy="36" rx="15" ry="4" fill="none" stroke="#6c7086" stroke-width="1.5"/>
|
|
<ellipse cx="32" cy="44" rx="15" ry="4" fill="none" stroke="#6c7086" stroke-width="1.5"/>
|
|
|
|
<!-- Base ellipse -->
|
|
<ellipse cx="32" cy="52" rx="16" ry="4" fill="none" stroke="#cba6f7" stroke-width="2"/>
|
|
|
|
<!-- Sync arrows (circular) - represents upload/download -->
|
|
<g transform="translate(44, 8)">
|
|
<circle cx="8" cy="8" r="7" fill="#1e1e2e" stroke="#a6e3a1" stroke-width="1.5"/>
|
|
<path d="M5 6 L8 3 L11 6 M8 3 L8 10" stroke="#a6e3a1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M11 10 L8 13 L5 10 M8 13 L8 10" stroke="#a6e3a1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" opacity="0.6"/>
|
|
</g>
|
|
</svg>
|