summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorLinuxWizard42 <linuxwizard@voidnet.dy.fi>2023-06-07 17:14:29 +0300
committerLinuxWizard42 <linuxwizard@voidnet.dy.fi>2023-06-07 17:14:29 +0300
commit8dcb875f03749568558167c194f947635e6b6f9a (patch)
tree28f2c6ea1ba198ac6e8a1ccbc1e06ed23dff897c /images
downloadVoidNet_New-8dcb875f03749568558167c194f947635e6b6f9a.tar.gz
VoidNet_New-8dcb875f03749568558167c194f947635e6b6f9a.tar.zst
First commit
Diffstat (limited to 'images')
-rw-r--r--images/logo.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/images/logo.svg b/images/logo.svg
new file mode 100644
index 0000000..cf44fa1
--- /dev/null
+++ b/images/logo.svg
@@ -0,0 +1,14 @@
+<svg width="184px" height="184px" viewBox="0 0 184 184" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <defs>
+ <linearGradient id="lgrad" gradientTransform="rotate(45)">
+ <stop offset="0%" stop-color="#000000"/>
+ <stop offset="100%" stop-color="#333333"/>
+ </linearGradient>
+ <linearGradient id="tgrad" gradientTransform="rotate(45)">
+ <stop offset="0%" stop-color="#00FF00"/>
+ <stop offset="100%" stop-color="#007700"/>
+ </linearGradient>
+ </defs>
+ <circle r="92" cx="50%" cy="50%" stroke-width="10" fill="url(#lgrad)"/>
+ <text font-family="Arial" font-size="45" x="28" y="85" transform="rotate(10)" stroke-width="2" fill="url(#tgrad)">VoidNet</text>
+</svg>