blob: 9dea803867d9ab6c0f6015b55fdf100135a1beff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -43.3373 43.3373 0 201.9 45.6687)" gradientUnits="userSpaceOnUse">
<stop stop-color="#bbb" offset="0"/>
<stop stop-color="#eee" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(0 15.6652 -15.6652 0 10.6888 16.1674)" gradientUnits="userSpaceOnUse">
<stop stop-color="#e759a3" offset="0"/>
<stop stop-color="#e9a166" offset="1"/>
</linearGradient>
<linearGradient id="c" x2="1" gradientTransform="matrix(0 -15.6652 11.7181 0 37.1207 31.8326)" gradientUnits="userSpaceOnUse">
<stop stop-color="#6a2cd2" offset="0"/>
<stop stop-color="#2cc9dd" offset="1"/>
</linearGradient>
<linearGradient id="d" x2="1" gradientTransform="matrix(0 -15.6652 15.6652 0 23.6826 31.8326)" gradientUnits="userSpaceOnUse">
<stop stop-color="#d351ba" offset="0"/>
<stop stop-color="#4692fa" offset="1"/>
</linearGradient>
<path d="m45.668 8.56c0-3.438-2.79-6.228-6.228-6.228h-30.88c-3.438 0-6.228 2.79-6.228 6.228v30.88c0 3.438 2.79 6.228 6.228 6.228h30.88c3.438 0 6.228-2.79 6.228-6.228z" fill="url(#a)"/>
<g fill-rule="nonzero">
<path d="m4.153 31.833 4.805-8.175-4.354-7.491h3.318l2.82 5.033 2.762-5.033h3.289l-4.373 7.609 4.804 8.057h-3.423l-3.117-5.418-3.126 5.418z" fill="url(#b)"/>
<path d="m36.846 31.833v-12.851h-4.172v-2.815h11.173v2.815h-4.162v12.851z" fill="url(#c)"/>
<path d="m26.73 21.657v10.176h-3.047v-10.176zm-6.153 10.176h-2.838v-15.666h10.173c2.63 0 4.762 2.132 4.762 4.762v10.904h-2.838v-10.194c0-1.445-1.172-2.617-2.618-2.617h-6.641z" fill="url(#d)"/>
</g>
</svg>
|