diff options
Diffstat (limited to 'zp.svg')
-rw-r--r-- | zp.svg | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"> + <clipPath id="clip61"> + <rect height="48" width="18" x="30" /> + </clipPath> + <!-- background --> + <rect fill="#000000" height="48" width="48" /> + <!-- letter --> + <polyline fill="none" points="30,12 24,12 24,36 12,36 24,24 12,24 30,24" stroke="#00D143" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" /> + <circle clip-path="url(#clip61)" cx="30" cy="18" fill="none" r="6" stroke="#00D143" stroke-width="3" /> +</svg> |