round_loupe_20.xml 897 B

12345678910111213
  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. android:tint="?attr/colorControlNormal">
  7. <path
  8. android:fillColor="@android:color/white"
  9. android:pathData="M10.58,2.02c-4.88,-0.34 -8.9,3.68 -8.56,8.56C2.32,14.82 6.05,18 10.3,18h6.2c0.83,0 1.5,-0.67 1.5,-1.5v-6.2C18,6.05 14.82,2.32 10.58,2.02zM10,16.5c-3.58,0 -6.5,-2.92 -6.5,-6.5S6.42,3.5 10,3.5s6.5,2.92 6.5,6.5S13.58,16.5 10,16.5z"/>
  10. <path
  11. android:fillColor="@android:color/white"
  12. android:pathData="M10,6L10,6C9.59,6 9.25,6.34 9.25,6.75v2.5h-2.5C6.34,9.25 6,9.59 6,10v0c0,0.41 0.34,0.75 0.75,0.75h2.5v2.5C9.25,13.66 9.59,14 10,14h0c0.41,0 0.75,-0.34 0.75,-0.75v-2.5h2.5c0.41,0 0.75,-0.34 0.75,-0.75v0c0,-0.41 -0.34,-0.75 -0.75,-0.75h-2.5v-2.5C10.75,6.34 10.41,6 10,6z"/>
  13. </vector>