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