aboutsummaryrefslogtreecommitdiff
path: root/fiv.svg
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-01-05 04:42:01 +0100
committerPřemysl Eric Janouch <p@janouch.name>2022-01-05 04:45:46 +0100
commit685defa68419654e875a7167a7b09d5398c497a9 (patch)
tree4af686449edc15156fc4f4ef278d8a55d1254ff9 /fiv.svg
parentb935b0baf868014d741bdbbf288c7b6a82fb0749 (diff)
downloadfiv-685defa68419654e875a7167a7b09d5398c497a9.tar.gz
fiv-685defa68419654e875a7167a7b09d5398c497a9.tar.xz
fiv-685defa68419654e875a7167a7b09d5398c497a9.zip
Rename the whole project shorter
There is no point in claiming speed, it turns out to be a strange focus to have, considering the amount of available innovations to make. The new name does not appear to be taken by anything important.
Diffstat (limited to 'fiv.svg')
-rw-r--r--fiv.svg43
1 files changed, 43 insertions, 0 deletions
diff --git a/fiv.svg b/fiv.svg
new file mode 100644
index 0000000..571b4c2
--- /dev/null
+++ b/fiv.svg
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg version="1.1" width="48" height="48" viewBox="0 0 48 48"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <defs>
+ <linearGradient id="base-background" x1="0" y1="0" x2="1" y2="1">
+ <stop stop-color="#ffffff" offset="0.1" />
+ <stop stop-color="#7f7f7f" offset="1" />
+ </linearGradient>
+ <linearGradient id="i-background">
+ <stop stop-color="#e0e0e0" offset="0" />
+ <stop stop-color="#ffffff" offset="1" />
+ </linearGradient>
+ <linearGradient id="red-background" x1="0" y1="0" x2="0" y2="1">
+ <stop stop-color="#ff9b9b" offset="0" />
+ <stop stop-color="#ffffff" offset="0.8" />
+ </linearGradient>
+ <linearGradient id="green-background" x1="0" y1="0" x2="0" y2="1">
+ <stop stop-color="#98ff98" offset="0" />
+ <stop stop-color="#ffffff" offset="0.8" />
+ </linearGradient>
+ <linearGradient id="blue-background" x1="0" y1="0" x2="0" y2="1">
+ <stop stop-color="#9999ff" offset="0" />
+ <stop stop-color="#ffffff" offset="0.8" />
+ </linearGradient>
+ </defs>
+ <rect x="1" y="1" width="46" height="46" ry="5"
+ style="fill: url(#base-background)" stroke="#bfbfbf" stroke-width="2" />
+ <circle cx="13.5" cy="12" r="4"
+ style="fill: url(#i-background)" stroke="#000000" stroke-width="2" />
+ <path d="m 9.75,24 0,13 a 3.5 3.5 180 0 0 7.5,0 l 0,-13 a 3.5 3.5 180 0 0 -7.5,0 z"
+ style="fill: url(#i-background)" stroke="#000000" stroke-width="2" />
+ <path d="m 22,8.25 6,0 3,3 3,-3 6,0 -9,10 z"
+ style="fill: url(#red-background)" stroke="#000000" stroke-width="2"
+ stroke-linejoin="round" />
+ <path d="m 22,19.5 6,0 3,3 3,-3 6,0 -9,10 z"
+ style="fill: url(#green-background)" stroke="#000000" stroke-width="2"
+ stroke-linejoin="round" />
+ <path d="m 22,30.75 6,0 3,3 3,-3 6,0 -9,10 z"
+ style="fill: url(#blue-background)" stroke="#000000" stroke-width="2"
+ stroke-linejoin="round" />
+</svg>