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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 512 512"
version="1.1"
id="svg16"
sodipodi:docname="google.svg"
width="512"
height="512"
inkscape:version="0.92.1 r15371">
<metadata
id="metadata20">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="986"
id="namedview18"
showgrid="false"
inkscape:zoom="0.52894902"
inkscape:cx="353.08042"
inkscape:cy="523.62826"
inkscape:window-x="1080"
inkscape:window-y="521"
inkscape:window-maximized="1"
inkscape:current-layer="svg16" />
<defs
id="defs3">
<path
id="a"
d="M 44.5,20 H 24 v 8.5 H 35.8 C 34.7,33.9 30.1,37 24,37 16.8,37 11,31.2 11,24 c 0,-7.2 5.8,-13 13,-13 3.1,0 5.9,1.1 8.1,2.9 L 38.5,7.5 C 34.6,4.1 29.6,2 24,2 11.8,2 2,11.8 2,24 c 0,12.2 9.8,22 22,22 11,0 21,-8 21,-22 0,-1.3 -0.2,-2.7 -0.5,-4 z"
inkscape:connector-curvature="0" />
</defs>
<clipPath
id="b">
<use
xlink:href="#a"
overflow="visible"
id="use5"
style="overflow:visible"
x="0"
y="0"
width="100%"
height="100%" />
</clipPath>
<g
id="g26"
transform="matrix(10.227273,0,0,10.227273,15.659085,-4734.9092)">
<path
transform="translate(0,464)"
style="fill:#fbbc05"
inkscape:connector-curvature="0"
id="path8"
d="M 0,37 V 11 l 17,13 z"
clip-path="url(#b)" />
<path
transform="translate(0,464)"
style="fill:#ea4335"
inkscape:connector-curvature="0"
id="path10"
d="M 0,11 17,24 24,17.9 48,14 V 0 H 0 Z"
clip-path="url(#b)" />
<path
transform="translate(0,464)"
style="fill:#34a853"
inkscape:connector-curvature="0"
id="path12"
d="M 0,37 30,14 37.9,15 48,0 V 48 H 0 Z"
clip-path="url(#b)" />
<path
transform="translate(0,464)"
style="fill:#4285f4"
inkscape:connector-curvature="0"
id="path14"
d="M 48,48 17,24 13,21 48,11 Z"
clip-path="url(#b)" />
</g>
</svg>
|