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="M13.5 22c-1.8 0-3.3-.6-4.6-1.9A6.3 6.3 0 0 1 7 15.5v-.6a5.8 5.8 0 0 1-3.6-2A5.9 5.9 0 0 1 2 9V3h3V2h2v4H5V5H4v4c0 1.1.4 2 1.2 2.8C6 12.6 6.9 13 8 13c1.1 0 2-.4 2.8-1.2.8-.8 1.2-1.7 1.2-2.8V5h-1v1H9V2h2v1h3v6c0 1.5-.5 2.8-1.4 4A5.8 5.8 0 0 1 9 15v.5c0 1.3.4 2.3 1.3 3.2.9.9 2 1.3 3.2 1.3 1.3 0 2.3-.4 3.2-1.3.9-.9 1.3-2 1.3-3.2v-1.7a3 3 0 0 1-1.1-5c.6-.5 1.3-.8 2.1-.8s1.5.3 2.1.9c.6.6.9 1.3.9 2.1 0 .7-.2 1.2-.6 1.8-.3.5-.8.8-1.4 1v1.7c0 1.8-.6 3.3-1.9 4.6a6.3 6.3 0 0 1-4.6 1.9ZM19 12c.3 0 .5 0 .7-.3.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.7 1 1 0 0 0-.7-.3 1 1 0 0 0-1 1c0 .3 0 .5.3.7.2.2.4.3.7.3Z" 12 android:fillColor="@android:color/white"/> 13 </group> 14</vector> 15