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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Written by Heckyel - FreeArts -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="100px"
height="100px"
viewBox="0 0 100 100"
enable-background="new 0 0 100 100"
xml:space="preserve"
sodipodi:docname="peertube.svg"
inkscape:version="0.92.1 r"><metadata
id="metadata53"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /><cc:license
rdf:resource="http://artlibre.org/licence/lal" /></cc:Work><cc:License
rdf:about="http://artlibre.org/licence/lal"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" /><cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" /><cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" /></cc:License></rdf:RDF></metadata><defs
id="defs51"><style
id="style2">
.cls-3 {
fill: #211f20;
}
.cls-4 {
fill: #737373;
}
.cls-5 {
fill: #f1680d;
}
.cls-6 {
fill: rgba(255, 255, 255, 0);
}
</style></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="709"
id="namedview49"
showgrid="false"
inkscape:zoom="3.4548795"
inkscape:cx="57.875206"
inkscape:cy="35.10461"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g46" /><g
id="g46"><g
transform="matrix(3.7406063,0,0,3.6897258,-10449.884,3353.3526)"
class="cls-1"
data-name="Artboard – 1"
id="Artboard_1"><g
transform="translate(2759,-975)"
data-name="Symbol 3 – 1"
id="Symbol_3_1"><g
transform="translate(0,2.333)"
data-name="Group 44"
id="Group_44"><path
style="fill:#211f20"
inkscape:connector-curvature="0"
transform="translate(989,564)"
d="m -949,-500 v 10.667 l 8,-5.333"
class="cls-3"
data-name="Path 4"
id="Path_4" /><path
style="fill:#737373"
inkscape:connector-curvature="0"
transform="translate(989,574.667)"
d="m -949,-500 v 10.667 l 8,-5.333"
class="cls-4"
data-name="Path 5"
id="Path_5" /><path
style="fill:#f1680d"
inkscape:connector-curvature="0"
transform="translate(997,569.333)"
d="m -949,-500 v 10.667 l 8,-5.333"
class="cls-5"
data-name="Path 6"
id="Path_6" /><path
inkscape:connector-curvature="0"
transform="rotate(180,24,40)"
d="M 0,0 V 10.667 L 8,5.333 Z"
class="cls-6"
data-name="Path 7"
id="Path_7" /></g></g></g></g></svg>
|