Add profile icon (SVG + PNG) at 98x98

This commit is contained in:
Oliver
2026-06-10 09:17:30 -03:00
parent 82efe44750
commit d12712d45c
2 changed files with 27 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" width="98" height="98" viewBox="0 0 98 98">
<defs>
<linearGradient id="icon-bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#003545"/>
<stop offset="100%" stop-color="#00202e"/>
</linearGradient>
</defs>
<!-- Rounded square body -->
<rect x="0" y="0" width="98" height="98" rx="28" fill="url(#icon-bg)" stroke="#005570" stroke-width="3"/>
<!-- Terminal/monitor body -->
<rect x="17" y="32" width="64" height="43" rx="7" fill="none" stroke="#00f5ff" stroke-width="5"/>
<!-- Connection stalk -->
<path d="M49 32V20" stroke="#00f5ff" stroke-width="5" stroke-linecap="round"/>
<!-- Antenna dot -->
<circle cx="49" cy="16" r="4.5" fill="#00f5ff"/>
<!-- Indicator dots -->
<circle cx="29" cy="44" r="3" fill="#00f5ff"/>
<circle cx="41" cy="44" r="3" fill="#00f5ff"/>
<!-- Bottom bar -->
<path d="M29 58h40" stroke="#00f5ff" stroke-width="4.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 979 B