summaryrefslogtreecommitdiff
path: root/svg/icon
diff options
context:
space:
mode:
Diffstat (limited to 'svg/icon')
-rw-r--r--svg/icon/hamburger.svg9
-rw-r--r--svg/icon/home.svg12
2 files changed, 21 insertions, 0 deletions
diff --git a/svg/icon/hamburger.svg b/svg/icon/hamburger.svg
new file mode 100644
index 0000000..fec654b
--- /dev/null
+++ b/svg/icon/hamburger.svg
@@ -0,0 +1,9 @@
+<svg height="15" width="15" xmlns="http://www.w3.org/2000/svg">
+ <mask id="glyph">
+ <rect fill="white" height="3" rx="1" width="100%" x="0" y="0" />
+ <rect fill="white" height="3" rx="1" width="100%" x="0" y="6" />
+ <rect fill="white" height="3" rx="1" width="100%" x="0" y="12" />
+ </mask>
+
+ <rect fill="white" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />
+</svg>
diff --git a/svg/icon/home.svg b/svg/icon/home.svg
new file mode 100644
index 0000000..17bfa19
--- /dev/null
+++ b/svg/icon/home.svg
@@ -0,0 +1,12 @@
+<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg">
+ <mask id="glyph">
+ <rect fill="white" height="100%" rx="16" width="100%" x="0" y="0" />
+
+ <polygon fill="black" points="24,32 72,32 80,40 80,64 64,64 64,56 32,56 32,64 16,64 16,40" />
+ <polygon fill="white" points="32,40 64,40 64,48 32,48" />
+ <circle cx="24" cy="40" fill="black" r="8" />
+ <circle cx="72" cy="40" fill="black" r="8" />
+ </mask>
+
+ <rect fill="black" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />
+</svg>