1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 720 720">
<defs>
<style>
.cls-1 {
clip-path: url(#clippath);
}
.cls-2 {
fill: none;
}
.cls-2, .cls-3 {
stroke-width: 0px;
}
.cls-3 {
fill: #000;
}
</style>
<clipPath id="clippath">
<rect class="cls-2" width="720" height="720"/>
</clipPath>
</defs>
<g class="cls-1">
<path class="cls-3" d="M642.8,71.8l-274.8,234.4v-121.2l10.5-26.2c16.3-40.6,21.2-95.4,12.1-133.1-1.6-6.6-6.2-16.9-9.3-21.8-2-3.2-5.8-4.6-9.5-3.5-7.6,2.2-37.8,32.1-37.8,59.6v36.3c0,22.9,3.7,45.5,10.9,67.2l7.1,21.3v135.3c-3.7,3.2-7.3,6.5-10.9,9.7l-29.9-29.9,30.8-30.8v-14.1l-37.8,37.8-31-31,68.8-68.8v-6.6l-1.9-5.6-74.1,74.1-31-31,91.8-91.8c-.7-4.2-1.2-8.3-1.6-12.5l-97.2,97-31-31,127-127.1c.3-11.5,4.9-23.3,11.1-33.8l-149.4,149.6-108-108-11.4,11.3,108,108L0,360l11.3,11.3,174.4-174.3,31,31-132,132,7.1,7.1,132-132,31,31-94,93.9,7.1,7.1,93.9-93.9,31,31-55.8,55.8,7.1,7.1,55.8-55.8,29.3,29.3c-25.5,23.4-50.2,47.7-73.9,72.9-35.2,37.4-68.4,76.7-99.4,117.8l-84.2,111.7c-1.3,1.8-.9,3.8.4,5,1.2,1.2,3.3,1.7,5,.4l111.7-84.4c41.1-31,80.4-64.2,117.8-99.4,15.5-14.6,30.7-29.5,45.5-44.8v115.4l-7.1,21.3c-7.2,21.7-10.9,44.3-10.9,67.2v36.3c0,27.4,30.2,57.4,37.8,59.6.8.2,1.7.4,2.5.4,2.8,0,5.5-1.4,7-3.9,3.1-4.9,7.7-15.3,9.3-21.8,9.1-37.7,4.1-92.5-12.1-133.1l-10.6-26.2v-132c3.8-4.1,7.6-8.2,11.4-12.3l29.3,29.3-30.7,30.8v14.2l37.8-37.8,31,31-68.8,68.8v6.1l2.3,5.7,73.6-73.6,31,31-88.4,88.4c1,3.8,1.9,7.6,2.7,11.5l92.8-92.8,31,31-118,117.9c0,8.2-.4,16.2-1.3,23.9l130.5-130.5,108,108,11.3-11.3-108-108,174.5-174.3-11.3-11.3-174.4,174.3-31-31,132-132-7.1-7.1-132,132-31-31,93.9-93.9-7.1-7.1-93.9,93.9-31-31,55.8-55.8-7.1-7.1-55.8,55.8-29.9-29.9c7.6-8.5,15.2-17.1,22.6-25.8l235.5-275.8c1.5-1.8,1.1-3.9-.2-5.2-1.3-1.3-3.4-1.8-5.2-.2ZM416.8,311.1c.5,3.5,1,9.7-.5,16.9-1.5,7.2-5,15.4-12.2,22.8l-49.7,50.9c-9.5,9.5-24.6,9.9-35.2-.7s-10.2-25.7-.7-35.2l50.9-49.7c7.4-7.2,15.6-10.7,22.8-12.2,7.2-1.5,13.4-1,16.9-.5,2,.3,3.8,1.3,5.2,2.6,1.2,1.2,2.2,3,2.5,5.1Z"/>
</g>
</svg>
|