blob: 3af7bf9e150a1ff33928b72460927961a043ca92 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<svg height="64" width="64" xmlns="http://www.w3.org/2000/svg">
<mask id="glyph">
<polyline fill="none" points="4,12 4,4 60,4 20.970562748,60" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" />
<polyline fill="none" points="60,52 60,60 4,60 43.029437252,4" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" />
</mask>
<rect fill="#B4202D" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" />
</svg>
|