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="M141.4,567.3l11.3,11.3-75,75-11.3-11.3,75-75ZM172.9,184.2l11.3-11.3-106.5-106.6-11.4,11.4,106.6,106.5ZM547.1,535.8l-11.3,11.3,106.6,106.6,11.3-11.3-106.6-106.6ZM653.7,77.7l-11.3-11.3-75,75,11.3,11.3,75-75ZM551.9,577.3l7.1,7.1-135.6,135.6-88.8-88.8-53.4,53.4L35.4,438.8l53.4-53.4L0,296.6l135.6-135.6,7.1,7.1L14.1,296.6l81.7,81.7,40.7-40.7-15.5-15.5c-4.7,1.9-10.3,1-14.1-2.8-5.1-5.1-5.1-13.3,0-18.4s13.3-5.1,18.4,0c3.8,3.8,4.8,9.4,2.8,14.1l15.5,15.5,57.6-57.6-15.5-15.5c-4.7,1.9-10.3,1-14.1-2.8s-5.1-13.3,0-18.4c5.1-5.1,13.3-5.1,18.4,0,3.8,3.8,4.8,9.4,2.8,14.1l15.5,15.5,57.6-57.6-15.5-15.5c-4.7,1.9-10.3,1-14.1-2.8s-5.1-13.3,0-18.4c5.1-5.1,13.3-5.1,18.4,0,3.8,3.8,4.8,9.4,2.8,14.1l15.5,15.5,57.6-57.6-15.6-15.3c-4.7,1.9-10.3,1-14.1-2.8-5.1-5.1-5.1-13.3,0-18.4s13.3-5.1,18.4,0c3.8,3.8,4.8,9.4,2.8,14.1l15.5,15.5,40.7-40.7L296.6,14.2l-128.6,128.5-7.1-7.1L296.6,0l88.8,88.8,53.4-53.4,245.8,245.8-53.4,53.4,88.8,88.8-135.6,135.6-7.1-7.1,128.5-128.5-81.7-81.7-40.7,40.7,15.5,15.5c4.7-1.9,10.3-1,14.1,2.8,5.1,5.1,5.1,13.3,0,18.4s-13.3,5.1-18.4,0c-3.8-3.8-4.8-9.4-2.8-14.1l-15.5-15.5-57.5,57.5,15.5,15.5c4.7-1.9,10.3-1,14.1,2.8,5.1,5.1,5.1,13.3,0,18.4s-13.3,5.1-18.4,0c-3.8-3.8-4.8-9.4-2.8-14.1l-15.5-15.5-57.6,57.6,15.5,15.5c4.7-1.9,10.3-1,14.1,2.8,5.1,5.1,5.1,13.3,0,18.4-5.1,5.1-13.3,5.1-18.4,0-3.8-3.8-4.8-9.4-2.8-14.1l-15.5-15.5-57.6,57.6,15.5,15.5c4.7-1.9,10.3-1,14.1,2.8,5.1,5.1,5.1,13.3,0,18.4-5.1,5.1-13.3,5.1-18.4,0-3.8-3.8-4.8-9.4-2.8-14.1l-15.5-15.5-40.7,40.7,81.7,81.7,128.6-128.6ZM371.1,572.1l7.1-7.1-47.2-47.2,186.9-186.9,47.2,47.2,7.1-7.1-47.2-47.2,89.8-89.8-7.1-7.1-89.8,89.8-114.7-114.5,89.8-89.8-7.1-7.1-89.8,89.8-47.2-47.2-7.1,7.1,47.2,47.2-186.8,186.9-47.2-47.2-7.1,7.1,47.2,47.2-89.8,89.8,7.1,7.1,89.8-89.8,114.6,114.6-89.8,89.8,7.1,7.1,89.8-89.8,47.2,47.1ZM391.8,398.8l7.1-7.1-31.8-31.7,31.8-31.8-7.1-7.1-31.8,31.8-31.8-31.8-7.1,7.1,31.8,31.8-31.8,31.8,7.1,7.1,31.8-31.8,31.8,31.7Z"/>
</g>
</svg>
|