feat: new app icon

This commit is contained in:
relikd
2025-10-26 22:41:26 +01:00
parent b6978662fc
commit c14af92289
2 changed files with 9 additions and 8 deletions

Binary file not shown.

View File

@@ -4,10 +4,11 @@
<stop offset="0.5" style="stop-color:#FFAB48"/> <stop offset="0.5" style="stop-color:#FFAB48"/>
<stop offset="1" style="stop-color:#FF8B00"/> <stop offset="1" style="stop-color:#FF8B00"/>
</linearGradient> </linearGradient>
<path fill="url(#orange)" d="M0,25v50q0,25,25,25h50q25,0,25,-25v-50q0,-25,-25,-25h-50q-25,0,-25,25z"/> <!-- 3 = half stroke width, 28 = 25 + 3, 25 = radius, 44 = 100 - 2*r - 2*3 -->
<g fill="#FFFFFF" transform="matrix(-0.75 0 0 0.75 87.5 12.5)"> <path fill="url(#orange)" stroke="#FFF" stroke-width="6" d="M3,28v44q0,25,25,25h44q25,0,25,-25v-44q0,-25,-25,-25h-44q-25,0,-25,25z"/>
<circle cx="13" cy="13" r="13"/> <g fill="#FFF" transform="translate(17 17) scale(.66 .66)">
<path d="M0,45v20Q65,65,65,0h-20Q45,45,0,45z"/> <circle cx="87" cy="13" r="13"/>
<path d="M0,80v20Q100,100,100,0h-20Q80,80,0,80z"/> <path d="M35,0q0,65,65,65v-20q-45,0,-45,-45z"/>
<path d="M0,0q0,100,100,100v-20q-80,0,-80,-80z"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 663 B

After

Width:  |  Height:  |  Size: 768 B