Updated logo/icon
This commit is contained in:
@@ -1,14 +1,37 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<defs>
|
||||
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#16213e;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Black background -->
|
||||
<rect width="128" height="128" fill="#000000" rx="16"/>
|
||||
|
||||
<!-- Background -->
|
||||
<rect width="128" height="128" fill="url(#bgGrad)" rx="16"/>
|
||||
<!-- Bicorder device body (white) -->
|
||||
<g fill="#ffffff" stroke="#ffffff">
|
||||
<!-- Main device body -->
|
||||
<rect x="36" y="24" width="56" height="80" fill="none" stroke-width="3" rx="4"/>
|
||||
|
||||
<!-- Large hash symbol -->
|
||||
<text x="64" y="95" font-family="'Courier New', monospace" font-size="100" font-weight="bold" fill="#bbe1fa" text-anchor="middle">#</text>
|
||||
<!-- Screen area -->
|
||||
<rect x="42" y="30" width="44" height="28" fill="none" stroke-width="2"/>
|
||||
|
||||
<!-- Screen content (ASCII-style bars) -->
|
||||
<line x1="48" y1="36" x2="48" y2="52" stroke-width="2"/>
|
||||
<line x1="55" y1="40" x2="55" y2="52" stroke-width="2"/>
|
||||
<line x1="62" y1="34" x2="62" y2="52" stroke-width="2"/>
|
||||
<line x1="69" y1="42" x2="69" y2="52" stroke-width="2"/>
|
||||
<line x1="76" y1="38" x2="76" y2="52" stroke-width="2"/>
|
||||
|
||||
<!-- Control buttons (3x3 grid) -->
|
||||
<circle cx="48" cy="72" r="3" fill="#ffffff"/>
|
||||
<circle cx="64" cy="72" r="3" fill="#ffffff"/>
|
||||
<circle cx="80" cy="72" r="3" fill="#ffffff"/>
|
||||
|
||||
<circle cx="48" cy="84" r="3" fill="#ffffff"/>
|
||||
<circle cx="64" cy="84" r="3" fill="#ffffff"/>
|
||||
<circle cx="80" cy="84" r="3" fill="#ffffff"/>
|
||||
|
||||
<circle cx="48" cy="96" r="3" fill="#ffffff"/>
|
||||
<circle cx="64" cy="96" r="3" fill="#ffffff"/>
|
||||
<circle cx="80" cy="96" r="3" fill="#ffffff"/>
|
||||
|
||||
<!-- Sensor/antenna indicator -->
|
||||
<line x1="64" y1="24" x2="64" y2="18" stroke-width="2"/>
|
||||
<circle cx="64" cy="16" r="2" fill="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user