summaryrefslogtreecommitdiffstats
path: root/assets/favicon.svg
diff options
context:
space:
mode:
Diffstat (limited to 'assets/favicon.svg')
-rw-r--r--assets/favicon.svg27
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/favicon.svg b/assets/favicon.svg
new file mode 100644
index 0000000..bcacdc0
--- /dev/null
+++ b/assets/favicon.svg
@@ -0,0 +1,27 @@
+<svg viewBox="0 0 212 212" xmlns="http://www.w3.org/2000/svg">
+ <style type="text/css">
+ circle {
+ fill: none;
+ stroke: #000;
+ stroke-width: 15;
+ }
+ path {
+ fill: none;
+ stroke: #000;
+ stroke-width: 25;
+ }
+ .orange {
+ stroke:#ff6600;
+ }
+ .red {
+ stroke:#d40000;
+ }
+ </style>
+ <g transform="translate(6,6)">
+ <path d="M58 168 v-98 a50 50 0 0 1 50-50 h20" class="orange" />
+ <path d="M58 168 v-30 a50 50 0 0 1 50-50 h20" class="red" />
+ <circle cx="142" cy="20" r="18" class="orange" />
+ <circle cx="142" cy="88" r="18" class="red" />
+ <circle cx="58" cy="180" r="18" class="red" />
+ </g>
+</svg>