1 <?xml version="1.0" encoding="utf-8"?> 2 <vector xmlns:android="http://schemas.android.com/apk/res/android" 3 android:width="48dp" 4 android:height="48dp" 5 android:viewportWidth="48" 6 android:viewportHeight="48"> 7 8 <path 9 android:pathData="M0 0h48v48H0z" /> 10 <path 11 android:fillColor="#000000" 12 android:pathData="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 13 2.03-.49C35.1 30.6 37.51 31 40 31c1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2C21.22 42 6 14 26.78 6 8c0-1.11 .9 -2 2-2h7c1.11 0 2 .89 2 2 0 2.49 .4 4.9 1.14 7.14 .22 .69 15 .06 1.48-.49 2.03l-4.4 4.42z" /> 16 </vector> 17