• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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="M4,22C3.45,22 2.975,21.808 2.575,21.425C2.192,21.025 2,20.55 2,20V8C2,7.45 2.192,6.983 2.575,6.6C2.975,6.2 3.45,6 4,6H8V4C8,3.45 8.192,2.983 8.575,2.6C8.975,2.2 9.45,2 10,2H14C14.55,2 15.017,2.2 15.4,2.6C15.8,2.983 16,3.45 16,4V6H20C20.55,6 21.017,6.2 21.4,6.6C21.8,6.983 22,7.45 22,8V20C22,20.55 21.8,21.025 21.4,21.425C21.017,21.808 20.55,22 20,22H4ZM4,20H20V8H4V20ZM10,6H14V4H10V6ZM4,20V8V20ZM11,15V18H13V15H16V13H13V10H11V13H8V15H11Z"
12            android:fillColor="@android:color/white"/>
13    </group>
14</vector>