1<vector xmlns:android="http://schemas.android.com/apk/res/android" 2 android:width="24dp" 3 android:height="24dp" 4 android:viewportWidth="24" 5 android:viewportHeight="24" 6 android:tint="?attr/colorControlNormal"> 7 <group> 8 <clip-path 9 android:pathData="M0,0h24v24h-24z"/> 10 <path 11 android:pathData="M11 5.5H8V4h.5c.6 0 1-.5 1-1s-.4-1-1-1h-3a1 1 0 0 0-1 1c0 .5.5 1 1 1H6v1.5H3a1 1 0 0 0-1 1c0 .5.5 1 1 1V15c0 1.1.9 2 2 2h1v4l2 1.5V17h1a2 2 0 0 0 2-2V7.5c.6 0 1-.5 1-1s-.4-1-1-1ZM9 9H7.2c-.4 0-.7.3-.7.8 0 .4.3.7.8.7H9V12H7.2c-.4 0-.7.3-.7.8 0 .4.3.7.8.7H9V15H5V7.5h4V9Zm10.5 1.5V10c.6 0 1-.4 1-1s-.4-1-1-1h-5a1 1 0 0 0-1 1c0 .6.4 1 1 1v.5c0 .5-1.5 1.2-1.5 3V20c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2v-6.5c0-1.8-1.5-2.5-1.5-3Zm-3 0V10h1v.5c0 1.6 1.5 2 1.5 3v.5h-4v-.5c0-1 1.5-1.4 1.5-3ZM15 20v-1.5h4V20h-4Z" 12 android:fillColor="@android:color/white"/> 13 </group> 14</vector> 15