diff options
Diffstat (limited to 'zp.svg')
-rw-r--r-- | zp.svg | 31 |
1 files changed, 22 insertions, 9 deletions
@@ -1,11 +1,24 @@ -<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"> - <clipPath id="clip61"> - <polygon points="48,0 48,48 30,48 30,18" /> +<svg height="192" width="192" xmlns="http://www.w3.org/2000/svg"> + <!-- gradients --> + <linearGradient id="backgroundColour" x1="0" x2="1" y1="0" y2="1"> + <stop offset="0%" stop-color="#222222" /> + <stop offset="100%" stop-color="#131313" /> + </linearGradient> + <linearGradient id="foregroundColour" x1="0" x2="1" y1="0" y2="1"> + <stop offset="0%" stop-color="#b21359" /> + <stop offset="100%" stop-color="#b8171a" /> + </linearGradient> + <!-- clips --> + <clipPath id="curve"> + <polygon points="132,60 192,0 192,192 132,192" /> </clipPath> - <!-- background --> - <rect fill="#00A470" height="48" width="48" x="00" y="00" /> - <!-- letter --> - <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" /> + <!-- masks --> + <mask id="foreground"> + <polyline fill="none" points="96,24 96,168 24,168 60,132 24,96 132,96" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" /> + <circle clip-path="url(#curve)" cx="132" cy="60" fill="none" r="36" stroke="#FFF" stroke-width="12" /> + <circle cx="157.459" cy="34.544" fill="#FFF" r="6" /> + </mask> + <!-- fills --> + <rect fill="url(#backgroundColour)" height="192" width="192" x="0" y="0" /> + <rect fill="url(#foregroundColour)" height="192" mask="url(#foreground)" width="192" x="0" y="0" /> </svg> |