1234567891011121314151617181920212223242526272829303132 |
- <vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="120dp"
- android:height="120dp"
- android:viewportWidth="120"
- android:viewportHeight="120">
- <group>
- <clip-path
- android:pathData="M0,0h120v120h-120z"/>
- <path
- android:pathData="M55.37,87a5,5 0,1 0,10 0a5,5 0,1 0,-10 0z"
- android:fillColor="#000000"/>
- <path
- android:pathData="M79.52,73.93Q77.54,71.57 75.11,69.8Q73.13,68.36 70.86,67.31Q65.78,64.96 60.2,65Q54.61,65.04 49.57,67.45Q47.31,68.54 45.35,70.01Q42.94,71.81 41,74.2L45.37,77.77C49.15,73.48 54.59,71.02 60.3,71L60.31,71Q60.77,71 61.22,71.02Q61.23,71.02 61.23,71.02C66.57,71.25 71.6,73.61 75.19,77.57L79.52,73.93Z"
- android:fillColor="#000000"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M94.84,61.07Q92.89,58.74 90.69,56.73Q85.61,52.09 79.25,49.15Q70.12,44.93 60.06,45Q50,45.07 40.93,49.42Q34.6,52.45 29.59,57.16Q27.42,59.2 25.5,61.56L29.37,64.72C36.97,55.4 48.35,50 60.37,50C72.2,50 83.41,55.23 91.01,64.29L94.84,61.07Z"
- android:fillColor="#000000"
- android:fillType="evenOdd"/>
- <path
- android:pathData="M110.16,48.22Q108.22,45.9 106.1,43.8Q98.07,35.82 87.64,30.99Q74.45,24.9 59.92,25Q45.39,25.1 32.29,31.38Q21.92,36.35 14,44.44Q11.92,46.57 10,48.92L14.37,52.48C25.71,38.93 42.46,31.07 60.13,31L60.14,31Q65.83,30.98 71.3,32C84.74,34.49 96.92,41.49 105.84,51.85L110.16,48.22Z"
- android:fillColor="#C8C8C8"
- android:fillType="evenOdd"/>
- <group>
- <clip-path
- android:pathData="M81.37,76h18v18h-18z"/>
- <path
- android:pathData="M90.37,77.5C92.44,77.5 94.12,79.18 94.12,81.25L94.12,83.5C95.36,83.5 96.37,84.51 96.37,85.75L96.37,90.25C96.37,91.49 95.36,92.5 94.12,92.5L86.62,92.5C85.38,92.5 84.37,91.49 84.37,90.25L84.37,85.75C84.37,84.51 85.38,83.5 86.62,83.5L86.62,81.25C86.62,79.18 88.3,77.5 90.37,77.5ZM90.37,86.5C89.59,86.5 88.93,87.1 88.88,87.89L88.87,88C88.87,88.83 89.54,89.5 90.37,89.5C91.2,89.5 91.87,88.83 91.87,88C91.87,87.17 91.2,86.5 90.37,86.5ZM90.37,79C89.13,79 88.12,80.01 88.12,81.25L88.12,83.5L92.62,83.5L92.62,81.25C92.62,80.01 91.61,79 90.37,79Z"
- android:fillColor="#000000"/>
- </group>
- </group>
- </vector>
|