1
2
3
4
5
6
7
8
9
10
11
12
|
<svg width="24" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24">
<g transform="matrix(0 -1 1 0 1 23)">
<path style="fill:#6c71c4" d="M 22,10 4,0 4,10 z"/>
<path style="fill:#fff;fill-opacity:.902" d="M 14,8 6,4 6,8 z"/>
<path style="fill:#6c71c4" d="M 22,12 4,22 4,12 z"/>
<path style="fill:#fff;fill-opacity:.902" d="M 14,14 6,18 6,14 z"/>
</g>
<g style="fill:#6c71c4" transform="matrix(0 -1 1 0 1 23)">
<path d="M 2,0 2,10 0,10 0,0 z"/>
<path d="M 2,12 2,22 0,22 0,12 z"/>
</g>
</svg>
|