diff options
Diffstat (limited to 'svg/logo/luma.svg')
-rw-r--r-- | svg/logo/luma.svg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/svg/logo/luma.svg b/svg/logo/luma.svg new file mode 100644 index 0000000..c1108e1 --- /dev/null +++ b/svg/logo/luma.svg @@ -0,0 +1,20 @@ +<svg height="144" width="144" xmlns="http://www.w3.org/2000/svg"> + <mask id="wordmark"> + <polygon points="16,16 32,16 32,48 64,48 64,64 24,64 16,56" fill="white" /> + <circle cx="24" cy="56" fill="white" r="8" /> + + <polygon points="80,16 96,16 96,48 112,48 112,16 128,16 128,56 120,64 88,64 80,56" fill="white" /> + <circle cx="88" cy="56" fill="white" r="8" /> + <circle cx="120" cy="56" fill="white" r="8" /> + + <polygon points="16,80 64,80 16,128" fill="white" /> + <polygon points="40,104 64,104 64,128" fill="white" /> + + <polygon points="88,80 120,80 128,88 128,128 112,128 112,96 96,96 96,128 80,128 80,88" fill="white" /> + <circle cx="88" cy="88" fill="white" r="8" /> + <circle cx="120" cy="88" fill="white" r="8" /> + </mask> + + <rect fill="#6051B2" height="100%" width="100%" x="0" y="0" /> + <rect fill="#FFFFFF" height="100%" mask="url(#wordmark)" width="100%" x="0" y="0" /> +</svg> |