blob: 61b5589f1fdf5f50b802ee16f30e743a1612aa9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<svg style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
<path d="m54 3.146c0-0.926-0.751-1.677-1.677-1.677h-34.705c-2.02 0-3.958 0.803-5.387 2.231-1.428 1.429-2.231 3.367-2.231 5.387v45.295c0 2.02 0.803 3.958 2.231 5.387 1.429 1.428 3.367 2.231 5.387 2.231h28.764c2.02 0 3.958-0.803 5.387-2.231 1.428-1.429 2.231-3.367 2.231-5.387v-51.236z" style="fill:url(#_Linear1)"/>
<path d="m32 17.384c-2.493 9.301-9.301 14.794-9.301 19.931s4.164 9.301 9.301 9.301 9.301-4.164 9.301-9.301-6.808-10.63-9.301-19.931" style="fill:url(#_Linear2)"/>
<defs>
<linearGradient id="_Linear1" x2="1" gradientTransform="matrix(3.03829e-15,-49.619,49.619,3.03829e-15,177.88,51.088)" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#9ab8ff" offset="0"/>
<stop style="stop-color:#e5f3ff" offset="1"/>
</linearGradient>
<linearGradient id="_Linear2" x2="1" gradientTransform="matrix(1.78992e-15,-29.2316,29.2316,1.78992e-15,32,46.6158)" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#0096e9;stop-opacity:.9" offset="0"/>
<stop style="stop-color:#ff00c7;stop-opacity:.9" offset="1"/>
</linearGradient>
</defs>
</svg>
|