1<vector xmlns:android="http://schemas.android.com/apk/res/android"
2    android:width="20dp"
3    android:height="20dp"
4    android:viewportWidth="20"
5    android:viewportHeight="20">
6  <path
7      android:pathData="M12.75,6H13.5C14.325,6 15,6.675 15,7.5V15C15,15.825 14.325,16.5 13.5,16.5H4.5C3.675,16.5 3,15.825 3,15V7.5C3,6.675 3.675,6 4.5,6H5.25V4.5C5.25,2.43 6.93,0.75 9,0.75C11.07,0.75 12.75,2.43 12.75,4.5V6ZM9,2.25C7.755,2.25 6.75,3.255 6.75,4.5V6H11.25V4.5C11.25,3.255 10.245,2.25 9,2.25ZM4.5,15V7.5H13.5V15H4.5ZM10.5,11.25C10.5,12.075 9.825,12.75 9,12.75C8.175,12.75 7.5,12.075 7.5,11.25C7.5,10.425 8.175,9.75 9,9.75C9.825,9.75 10.5,10.425 10.5,11.25Z"
8      android:fillColor="#5F6368"
9      android:fillType="evenOdd"/>
10</vector>
11