1<vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="18dp" 3 android:height="18dp" 4 android:viewportWidth="48" 5 android:viewportHeight="48"> 6 <group> 7 <clip-path android:pathData="M0,0h48v48H0z M 0,0"/> 8 <path 9 android:pathData="M46,11v29c0,4.4 -3.6,8 -8,8H23.4c-2.16,0 -4.2,-0.86 -5.7,-2.38L2,29.66s2.52,-2.46 2.6,-2.5c0.44,-0.38 0.98,-0.58 1.58,-0.58 0.44,0 0.84,0.12 1.2,0.32 0.08,0.02 8.62,4.92 8.62,4.92V8c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v14h2V3c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v19h2V5c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v17h2V11c0,-1.66 1.34,-3 3,-3s3,1.34 3,3z" 10 android:fillColor="#757575"/> 11 </group> 12</vector> 13