add logo with black background

This commit is contained in:
Anantha Kumaran 2023-12-24 09:15:33 +05:30
parent b0cc9dbef7
commit 8bc7f2dd63
2 changed files with 56 additions and 0 deletions

View File

@ -16,5 +16,8 @@ images:
rm ../docs/favicon-64x64.png
rm ../docs/favicon-256x256.png
logo-black:
steam-run svgexport logo-black.svg logo-black-512x512.png 100% 512:512
social-images:
steam-run svgexport social.svg social-1500x500.png 100% 1500:500

53
brand/logo-black.svg Normal file
View File

@ -0,0 +1,53 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 24 24">
<rect width="100%" height="100%" x="0" y="0" fill="#1B2027"/>
<g>
<g>
<g transform="rotate(360, 12, 12)">
<path d="M12 12Z" fill="none" stroke="#b388ff" stroke-width="4" stroke-linecap="round">
</path>
</g>
</g>
<g>
<g transform="rotate(0, 12, 12)">
<path d="M 21.510565162951536 8.909830056250526 A 10 10 0 0 0 12 6" fill="none" stroke="#aeea00" stroke-width="4">
</path>
</g>
<g transform="rotate(72, 12, 12)">
<path d="M 21.510565162951536 8.909830056250526 A 10 10 0 0 0 12 6" fill="none" stroke="#ff1744" stroke-width="4">
</path>
</g>
<g transform="rotate(144, 12, 12)">
<path d="M 21.510565162951536 8.909830056250526 A 10 10 0 0 0 12 6" fill="none" stroke="#d500f9" stroke-width="4">
</path>
</g>
<g transform="rotate(216, 12, 12)">
<path d="M 21.510565162951536 8.909830056250526 A 10 10 0 0 0 12 6" fill="none" stroke="#ffab00" stroke-width="4">
</path>
</g>
<g transform="rotate(288, 12, 12)">
<path d="M 21.510565162951536 8.909830056250526 A 10 10 0 0 0 12 6" fill="none" stroke="#00b0ff" stroke-width="4">
</path>
</g>
<g transform="rotate(72, 12, 12)">
<path d="M12.59 5.88Z" fill="none" stroke="#aeea00" stroke-width="4.2" stroke-linecap="round">
</path>
</g>
<g transform="rotate(144, 12, 12)">
<path d="M12.59 5.88Z" fill="none" stroke="#ff1744" stroke-width="4.2" stroke-linecap="round">
</path>
</g>
<g transform="rotate(216, 12, 12)">
<path d="M12.59 5.88Z" fill="none" stroke="#d500f9" stroke-width="4.2" stroke-linecap="round">
</path>
</g>
<g transform="rotate(288, 12, 12)">
<path d="M12.59 5.88Z" fill="none" stroke="#ffab00" stroke-width="4.2" stroke-linecap="round">
</path>
</g>
<g transform="rotate(360, 12, 12)">
<path d="M12.59 5.88Z" fill="none" stroke="#00b0ff" stroke-width="4.2" stroke-linecap="round">
</path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB