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
29
30
31
32
33
|
<?xml-stylesheet type="text/css" href="icons.css" ?>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g id="background"
class="icn icn--area-color"
fill="#fafafa"
stroke="#3a3a38"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m 7.5,2.5 c -0.5,5.52e-5 -1,0.5 -1,1 V 11.5 c 5.52e-5,0.5 0.5,1 1,1 h 2 v 3.5 1.45 c 0,0.58 0.6,0.35 0.5,0.35 0.33,0 0.6,-0.25 1.17,-0.75 L 16,12.5 h 5 c 0.5,-5.5e-5 1,-0.5 1,-1 V 3.5 c -5.5e-5,-0.5 -0.45,-1 -1,-1 z" />
<path d="m 3.5,6.5 c -0.5,5.52e-5 -1,0.5 -1,1 v 8 c 5.52e-5,0.5 0.5,1 1,1 h 2 v 3.5 1.45 c 0,0.58 0.6,0.35 0.5,0.35 0.33,0 0.6,-0.25 1.17,-0.75 L 12,16.5 h 5 c 0.5,-5.5e-5 1,-0.5 1,-1 v -8 c -5.5e-5,-0.5 -0.45,-1 -1,-1 z" />
</g>
<g id="symbol-background"
class="icn icn--background"
stroke="#fff"
stroke-width="3px"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m 22.5,22.5 -9,-9" />
<path d="m 13.5,22.5 9,-9" />
</g>
<g id="symbol"
class="icn icn--negative-color-line"
fill="none"
stroke="#da4453"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m 22.5,22.5 -9,-9" />
<path d="m 13.5,22.5 9,-9" />
</g>
</svg>
|