1 <?xml version="1.0" encoding="utf-8"?> 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="56dp" 4 android:height="56dp" 5 android:viewportWidth="24" 6 android:viewportHeight="24"> 7 8 <path 9 android:pathData="M0 0h24v24H0z" /> 10 <path 11 android:fillColor="#fffafafa" 12 android:pathData="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27 .67 -.36 1.02-.24 1.12 13 .37 2.33 .57 3.57 .57 .55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 14 0-.55 .45 -1 1-1h3.5c.55 0 1 .45 1 1 0 1.25 .2 2.45 .57 3.57 .11 .35 .03 .74-.25 15 1.02l-2.2 2.2z" /> 16 </vector> 17