1
2
3
4
5
6
7
8
9
10
11
12
| <vector xmlns:android="http://schemas.android.com/apk/res/android"
| android:width="60dp"
| android:height="60dp"
| android:viewportWidth="1024"
| android:viewportHeight="1024">
| <path
| android:pathData="M512,152c96.2,0 186.6,37.4 254.6,105.4S872,415.8 872,512s-37.4,186.6 -105.4,254.6S608.2,872 512,872c-96.2,0 -186.6,-37.4 -254.6,-105.4S152,608.2 152,512s37.4,-186.6 105.4,-254.6S415.8,152 512,152m0,-56C282.2,96 96,282.2 96,512s186.2,416 416,416 416,-186.2 416,-416S741.8,96 512,96z"
| android:fillColor="#1296db"/>
| <path
| android:pathData="M727,297C669.6,239.6 593.2,208 512,208c-81.2,0 -157.6,31.6 -215,89C239.6,354.4 208,430.8 208,512s31.6,157.6 89,215C354.4,784.4 430.8,816 512,816c81.2,0 157.6,-31.6 215,-89C784.4,669.6 816,593.2 816,512s-31.6,-157.6 -89,-215z"
| android:fillColor="#1296db"/>
| </vector>
|
|