feat(branding): add dedicated high-resolution cybernetic plugin icon
This commit is contained in:
parent
6a0118f713
commit
d37157d369
64
icon.svg
Normal file
64
icon.svg
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||||
|
<stop offset="0%" stop-color="#180b0b"/>
|
||||||
|
<stop offset="100%" stop-color="#241111"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="coralGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||||
|
<stop offset="0%" stop-color="#f87171"/>
|
||||||
|
<stop offset="50%" stop-color="#ef4444"/>
|
||||||
|
<stop offset="100%" stop-color="#dc2626"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="amberGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||||
|
<stop offset="0%" stop-color="#fbbf24"/>
|
||||||
|
<stop offset="100%" stop-color="#ea580c"/>
|
||||||
|
</linearGradient>
|
||||||
|
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
|
||||||
|
<feGaussianBlur stdDeviation="10" result="blur"/>
|
||||||
|
<feComposite in="SourceGraphic" in2="blur" operator="over"/>
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
|
||||||
|
<!-- Background rounded squircle -->
|
||||||
|
<rect x="24" y="24" width="464" height="464" rx="108" fill="url(#bgGrad)" stroke="#4c1d1d" stroke-width="8"/>
|
||||||
|
|
||||||
|
<!-- High-Tech Inbox Mail Card Base -->
|
||||||
|
<rect x="80" y="160" width="352" height="240" rx="28" fill="#1f0f0f" stroke="url(#coralGrad)" stroke-width="10" filter="url(#glow)"/>
|
||||||
|
|
||||||
|
<!-- Envelope Fold Lines (Isometric Envelope Back) -->
|
||||||
|
<path d="M 86 172 L 256 304 L 426 172" fill="none" stroke="#ef4444" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M 86 390 L 206 280" fill="none" stroke="#7f1d1d" stroke-width="6" stroke-linecap="round"/>
|
||||||
|
<path d="M 426 390 L 306 280" fill="none" stroke="#7f1d1d" stroke-width="6" stroke-linecap="round"/>
|
||||||
|
|
||||||
|
<!-- Supersonic Folded Cyber Paper Plane Soaring Out of Envelope -->
|
||||||
|
<g filter="url(#glow)">
|
||||||
|
<!-- Trailing Jet Stream data lines -->
|
||||||
|
<path d="M 120 330 C 140 280 180 230 250 180" fill="none" stroke="url(#amberGrad)" stroke-width="5" stroke-dasharray="8,6"/>
|
||||||
|
<path d="M 140 350 C 165 300 205 250 270 200" fill="none" stroke="#ea580c" stroke-width="3" stroke-dasharray="6,4"/>
|
||||||
|
|
||||||
|
<!-- Paper Plane Facets -->
|
||||||
|
<!-- Main Left Wing -->
|
||||||
|
<polygon points="380,84 190,204 294,228" fill="url(#coralGrad)" stroke="#fca5a5" stroke-width="3"/>
|
||||||
|
<!-- Center Spine / Fold -->
|
||||||
|
<polygon points="380,84 294,228 322,204" fill="#dc2626" stroke="#fca5a5" stroke-width="2"/>
|
||||||
|
<!-- Right Wing -->
|
||||||
|
<polygon points="380,84 322,204 366,160" fill="#b91c1c" stroke="#fca5a5" stroke-width="2"/>
|
||||||
|
<!-- Wing Underbody Shadow -->
|
||||||
|
<polygon points="294,228 322,204 300,248" fill="#7f1d1d"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Golden Protocol Wax Seal Stamp at Bottom Center -->
|
||||||
|
<g filter="url(#glow)">
|
||||||
|
<circle cx="256" cy="304" r="34" fill="#7c2d12" stroke="url(#amberGrad)" stroke-width="6"/>
|
||||||
|
<circle cx="256" cy="304" r="22" fill="#ea580c"/>
|
||||||
|
<path d="M 264 298 C 264 294 260 292 256 292 C 249 292 244 297 244 304 C 244 311 249 316 256 316 C 261 316 265 313 266 309 L 266 302 C 266 300 263 300 263 302 C 263 306 259 308 256 308 C 253 308 251 306 251 304 C 251 302 253 300 256 300 C 258 300 260 301 260 303"
|
||||||
|
fill="none" stroke="#fff7ed" stroke-width="3" stroke-linecap="round"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Protocol Indicators at Bottom -->
|
||||||
|
<rect x="120" y="356" width="76" height="24" rx="6" fill="#2b0e0e" stroke="#ef4444" stroke-width="2"/>
|
||||||
|
<text x="158" y="372" fill="#fee2e2" font-family="monospace" font-weight="bold" font-size="11" text-anchor="middle">SMTP:1025</text>
|
||||||
|
|
||||||
|
<rect x="316" y="356" width="76" height="24" rx="6" fill="#2b0e0e" stroke="#ef4444" stroke-width="2"/>
|
||||||
|
<text x="354" y="372" fill="#fee2e2" font-family="monospace" font-weight="bold" font-size="11" text-anchor="middle">IMAP:1143</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue
Block a user