blob: e8a4127863ad3efed79245f153d49ace75ddffb0 (
plain) (
tree)
|
|
<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>
<!-- 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>
|