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="m12 21-.9-.1-.7-.5-6.7-6.8c-.6-.6-1-1.2-1.3-2A7 7 0 0 1 2 9.3c0-1.7.6-3.2 1.7-4.5A5.4 5.4 0 0 1 7.8 3 6 6 0 0 1 12 4.8 5.6 5.6 0 0 1 16.1 3c1.7 0 3 .6 4.2 1.8a6.6 6.6 0 0 1 1.3 6.8c-.3.7-.7 1.4-1.3 2l-6.7 6.8-.8.5-.8.1Zm1-13 .5.1.3.3 1.7 2.6h4.2l.2-.8.1-1c0-1.1-.4-2-1.1-2.9A3.5 3.5 0 0 0 16 5l-1.5.3c-.4.3-.8.5-1.2 1l-.7.7-.3.2a1.1 1.1 0 0 1-.8 0l-.3-.3-.7-.7c-.4-.4-.8-.7-1.3-.9-.4-.2-1-.3-1.5-.3-1 0-2 .4-2.7 1.3C4.4 7 4 8 4 9.3v.8l.3.9H9l.5.1.3.3.9 1.3 1.4-4c0-.2.1-.4.3-.5L13 8Zm.3 3.3-1.4 4c0 .2-.1.4-.3.5a1 1 0 0 1-1.1 0 1 1 0 0 1-.3-.3L8.3 13H6l6 6H12.2l5.9-6H15a1 1 0 0 1-.5-.1l-.3-.3-.9-1.3Z" 12 android:fillColor="@android:color/white"/> 13 </group> 14</vector> 15