1 <vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="48dp" 3 android:height="48dp" 4 android:viewportWidth="48" 5 android:viewportHeight="48"> 6 7 <path 8 android:fillAlpha=".1" 9 android:strokeAlpha=".1" 10 android:pathData="M0 0h48v48H0z" /> 11 <path 12 android:fillColor="#FFFFFFFF" 13 android:pathData="M24 2C14.06 2 6 10.06 6 20v14c0 3.31 2.69 6 6 6h6V24h-8v-4c0-7.73 6.27-14 14 14-14s14 6.27 14 14v4h-8v16h6c3.31 0 6-2.69 6-6V20c0-9.94-8.06-18-18-18z" /> 15 </vector> 16