aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-08 03:12:34 +0900
committernsfisis <nsfisis@gmail.com>2025-12-08 03:12:34 +0900
commitc30597712174bbe3c7a4bbd3f93eb9e016d770f1 (patch)
tree53954b1f7c5b42a4f9e7cc16f61369bf32433c47
parent13ca7e7276b1fe3717af2d23c9a1d905cc22bc08 (diff)
downloadkioku-c30597712174bbe3c7a4bbd3f93eb9e016d770f1.tar.gz
kioku-c30597712174bbe3c7a4bbd3f93eb9e016d770f1.tar.zst
kioku-c30597712174bbe3c7a4bbd3f93eb9e016d770f1.zip
feat(client): rework icon
-rw-r--r--public/icon.svg23
1 files changed, 20 insertions, 3 deletions
diff --git a/public/icon.svg b/public/icon.svg
index 3ff6f28..bd164ae 100644
--- a/public/icon.svg
+++ b/public/icon.svg
@@ -1,4 +1,21 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
- <rect width="512" height="512" rx="64" fill="#4CAF50"/>
- <text x="256" y="340" font-family="Arial, sans-serif" font-size="280" font-weight="bold" fill="white" text-anchor="middle">K</text>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
+ <defs>
+ <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
+ <stop offset="0%" stop-color="#2a7a87" />
+ <stop offset="100%" stop-color="#0f3439" />
+ </linearGradient>
+ <linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
+ <stop offset="0%" stop-color="#69a1ab" />
+ <stop offset="100%" stop-color="#577074" />
+ </linearGradient>
+ <linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
+ <stop offset="0%" stop-color="#a9c9cf" />
+ <stop offset="100%" stop-color="#9fadaf" />
+ </linearGradient>
+ </defs>
+ <rect x="13" y="18" width="32" height="18" rx="3" fill="url(#grad3)"/>
+ <rect x="13" y="41" width="32" height="18" rx="3" fill="url(#grad2)"/>
+ <rect x="13" y="64" width="32" height="18" rx="3" fill="url(#grad1)"/>
+ <path d="M 55 20 L 85 20 L 85 50 L 55 50 L 55 80 L 85 80"
+ fill="none" stroke="url(#grad1)" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>