Icon: reduce by 20%, center for circular YT crop

This commit is contained in:
Oliver
2026-06-10 09:20:34 -03:00
parent d12712d45c
commit 2cb8cc55e0
2 changed files with 15 additions and 13 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+15 -13
View File
@@ -6,22 +6,24 @@
</linearGradient> </linearGradient>
</defs> </defs>
<!-- Rounded square body --> <g transform="translate(9.8, 9.8) scale(0.8)">
<rect x="0" y="0" width="98" height="98" rx="28" fill="url(#icon-bg)" stroke="#005570" stroke-width="3"/> <!-- 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 --> <!-- Terminal/monitor body -->
<rect x="17" y="32" width="64" height="43" rx="7" fill="none" stroke="#00f5ff" stroke-width="5"/> <rect x="17" y="32" width="64" height="43" rx="7" fill="none" stroke="#00f5ff" stroke-width="5"/>
<!-- Connection stalk --> <!-- Connection stalk -->
<path d="M49 32V20" stroke="#00f5ff" stroke-width="5" stroke-linecap="round"/> <path d="M49 32V20" stroke="#00f5ff" stroke-width="5" stroke-linecap="round"/>
<!-- Antenna dot --> <!-- Antenna dot -->
<circle cx="49" cy="16" r="4.5" fill="#00f5ff"/> <circle cx="49" cy="16" r="4.5" fill="#00f5ff"/>
<!-- Indicator dots --> <!-- Indicator dots -->
<circle cx="29" cy="44" r="3" fill="#00f5ff"/> <circle cx="29" cy="44" r="3" fill="#00f5ff"/>
<circle cx="41" cy="44" r="3" fill="#00f5ff"/> <circle cx="41" cy="44" r="3" fill="#00f5ff"/>
<!-- Bottom bar --> <!-- Bottom bar -->
<path d="M29 58h40" stroke="#00f5ff" stroke-width="4.5" stroke-linecap="round"/> <path d="M29 58h40" stroke="#00f5ff" stroke-width="4.5" stroke-linecap="round"/>
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 1.0 KiB