summaryrefslogtreecommitdiff
path: root/svg/glyph/backspace.svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg/glyph/backspace.svg')
-rw-r--r--svg/glyph/backspace.svg18
1 files changed, 18 insertions, 0 deletions
diff --git a/svg/glyph/backspace.svg b/svg/glyph/backspace.svg
new file mode 100644
index 0000000..53d1496
--- /dev/null
+++ b/svg/glyph/backspace.svg
@@ -0,0 +1,18 @@
+<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg">
+ <clipPath id="clip0">
+ <rect height="100%" width="50%" x="50%" y="0" />
+ </clipPath>
+
+ <mask id="glyph">
+ <polygon fill="white" points="48,0 48,48 14.058874503,24" />
+ <circle cx="48" cy="48" fill="black" r="12" />
+
+ <circle clip-path="url(#clip0)" cx="48" cy="48" fill="none" r="24" stroke="white" stroke-width="24" />
+
+ <!-- joints -->
+ <circle cx="48" cy="24" fill="white" r="12" />
+ <circle cx="48" cy="72" fill="white" r="12" />
+ </mask>
+
+ <rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" />
+</svg>