diff options
Diffstat (limited to 'svg/logo')
-rw-r--r-- | svg/logo/backspace.svg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/svg/logo/backspace.svg b/svg/logo/backspace.svg new file mode 100644 index 0000000..3998c7e --- /dev/null +++ b/svg/logo/backspace.svg @@ -0,0 +1,19 @@ +<svg height="144" width="144" 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="72,24 72,72 38.058874503,48" /> + <circle cx="72" cy="72" fill="black" r="12" /> + + <circle clip-path="url(#clip0)" cx="72" cy="72" fill="none" r="24" stroke="white" stroke-width="24" /> + + <!-- joints --> + <circle cx="72" cy="48" fill="white" r="12" /> + <circle cx="72" cy="96" fill="white" r="12" /> + </mask> + + <rect fill="#000000" height="100%" width="100%" x="0" y="0" /> + <rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" /> +</svg> |