Updating the Logo for Archon

This commit is contained in:
Cole Medin
2025-08-18 13:59:49 -05:00
parent a29b541a77
commit 46e8358422
20 changed files with 15 additions and 170 deletions

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 62 62" width="32" height="32">
<defs>
<style>
.neon-path {
fill: none;
stroke: url(#neon-gradient);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2.5px;
filter: drop-shadow(0 0 3px #00d38a);
}
</style>
<linearGradient id="neon-gradient" x1=".53" y1="31.13" x2="61.72" y2="31.13" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#00d38a"/>
<stop offset=".08" stop-color="#0fcaa6"/>
<stop offset=".25" stop-color="#36b5ef"/>
<stop offset=".28" stop-color="#3fb1ff"/>
<stop offset=".39" stop-color="#fe6aff"/>
<stop offset=".42" stop-color="#d964ff"/>
<stop offset=".48" stop-color="#ab5dff"/>
<stop offset=".53" stop-color="#8a59ff"/>
<stop offset=".57" stop-color="#7656ff"/>
<stop offset=".6" stop-color="#6f55ff"/>
<stop offset=".67" stop-color="#9a3df8"/>
<stop offset=".75" stop-color="#c624f2"/>
<stop offset=".81" stop-color="#e214ee"/>
<stop offset=".85" stop-color="#ed0fed"/>
</linearGradient>
</defs>
<path class="neon-path" d="M60.22,60.22s-2.71-4.5-6.53-11.26l-8.65-5.19h5.74c-7.01-12.65-15.94-29.93-19.66-41.75-1.71,5.18-3.72,10.25-6.05,15.18l4.78,6.33-6.88-1.87C13.95,40.44,2.03,60.22,2.03,60.22c6.84-4.68,14.39-8.24,22.37-10.52-.58-1.48-.87-3.06-.86-4.66,0-5.59,3.39-10.12,7.59-10.12s7.59,4.53,7.59,10.12c.01,1.59-.28,3.17-.86,4.66,7.97,2.29,15.52,5.84,22.37,10.52Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 62 62">
<!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) -->
<defs>
<style>
.st0 {
isolation: isolate;
}
.st1 {
fill: none;
stroke: url(#linear-gradient);
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 3px;
}
</style>
<linearGradient id="linear-gradient" x1=".53" y1="31.13" x2="61.72" y2="31.13" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#00d38a"/>
<stop offset=".08" stop-color="#0fcaa6"/>
<stop offset=".25" stop-color="#36b5ef"/>
<stop offset=".28" stop-color="#3fb1ff"/>
<stop offset=".39" stop-color="#fe6aff"/>
<stop offset=".42" stop-color="#d964ff"/>
<stop offset=".48" stop-color="#ab5dff"/>
<stop offset=".53" stop-color="#8a59ff"/>
<stop offset=".57" stop-color="#7656ff"/>
<stop offset=".6" stop-color="#6f55ff"/>
<stop offset=".67" stop-color="#9a3df8"/>
<stop offset=".75" stop-color="#c624f2"/>
<stop offset=".81" stop-color="#e214ee"/>
<stop offset=".85" stop-color="#ed0fed"/>
</linearGradient>
</defs>
<g id="items" class="st0">
<g id="blend">
<g id="g-root-ic_linu_18fp2amr8t1q9-stroke">
<g id="ic_linu_18fp2amr8t1q9-stroke">
<path class="st1" d="M60.22,60.22s-2.71-4.5-6.53-11.26l-8.65-5.19h5.74c-7.01-12.65-15.94-29.93-19.66-41.75-1.71,5.18-3.72,10.25-6.05,15.18l4.78,6.33-6.88-1.87C13.95,40.44,2.03,60.22,2.03,60.22c6.84-4.68,14.39-8.24,22.37-10.52-.58-1.48-.87-3.06-.86-4.66,0-5.59,3.39-10.12,7.59-10.12s7.59,4.53,7.59,10.12c.01,1.59-.28,3.17-.86,4.66,7.97,2.29,15.52,5.84,22.37,10.52Z"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB