1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
<rect style="opacity:0.2" width="40" height="40" x="-45" y="-44" rx="20" ry="20" transform="matrix(0,-1,-1,0,0,0)"/>
<rect style="fill:#673ab7" width="40" height="40" x="-44" y="-44" rx="20" ry="20" transform="matrix(0,-1,-1,0,0,0)"/>
<path style="fill:#ffffff;opacity:0.1" transform="matrix(0,-1,-1,0,0,0)" d="M -4 -24 C -4 -12.92 -12.92 -4 -24 -4 C -24.167874 -4 -24.333141 -4.007647 -24.5 -4.0117188 C -13.653863 -4.2763904 -5 -13.087874 -5 -24 C -5 -34.912126 -13.653863 -43.72361 -24.5 -43.988281 C -24.333141 -43.992353 -24.167874 -44 -24 -44 C -12.92 -44 -4 -35.08 -4 -24 z"/>
<path style="opacity:0.4;fill:none;stroke:#ffffff;stroke-width:2.99991;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:2.25" d="m 12.76307,29.478045 a 12.502141,12.502141 0 0 1 3.385966,-15.210286 12.502141,12.502141 0 0 1 15.582312,-0.09519 12.502141,12.502141 0 0 1 3.571539,15.167784"/>
<path style="opacity:0.2" d="m 24,4.0003333 c -0.73638,3e-7 -1.333333,0.5969538 -1.333333,1.3333333 L 20.161458,23.872422 v 0.0052 C 20.054614,24.242182 20.000248,24.620104 20,24.999999 20,27.209138 21.790861,29 24,29 c 2.209139,0 4,-1.790862 4,-4.000001 1.06e-4,-0.378032 -0.05338,-0.754169 -0.158854,-1.117188 L 25.333333,5.3336666 C 25.333333,4.5972871 24.73638,4.0003336 24,4.0003333 Z"/>
<path style="fill:#f44336" d="m 24,3.0003333 c -0.73638,3e-7 -1.333333,0.5969538 -1.333333,1.3333333 L 20.161458,22.872422 v 0.0052 C 20.054614,23.242182 20.000248,23.620104 20,23.999999 20,26.209138 21.790861,28 24,28 c 2.209139,0 4,-1.790862 4,-4.000001 1.06e-4,-0.378032 -0.05338,-0.754169 -0.158854,-1.117188 L 25.333333,4.3336666 C 25.333333,3.5972871 24.73638,3.0003336 24,3.0003333 Z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 24 3 C 23.26362 3.0000003 22.666016 3.5976049 22.666016 4.3339844 L 20.162109 22.873047 L 20.162109 22.876953 C 20.055265 23.241513 20.000248 23.620105 20 24 C 20 24.167883 20.015074 24.331692 20.035156 24.494141 C 20.061859 24.286011 20.102946 24.078823 20.162109 23.876953 L 20.162109 23.873047 L 22.666016 5.3339844 C 22.666016 4.5976049 23.26362 4.0000003 24 4 C 24.73638 4.0000003 25.333984 4.5976049 25.333984 5.3339844 L 27.841797 23.882812 C 27.899482 24.081351 27.940475 24.283732 27.966797 24.488281 C 27.986391 24.327776 28 24.165798 28 24 C 28.000106 23.621968 27.947271 23.245831 27.841797 22.882812 L 25.333984 4.3339844 C 25.333984 3.5976049 24.73638 3.0000003 24 3 z"/>
</svg>
|