search_stroke.xml 520 B

12345678910111213
  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. <path
  7. android:pathData="M21,21L16.7,16.7M19,11C19,15.418 15.418,19 11,19C6.582,19 3,15.418 3,11C3,6.582 6.582,3 11,3C15.418,3 19,6.582 19,11Z"
  8. android:strokeLineJoin="round"
  9. android:strokeWidth="2"
  10. android:fillColor="#00000000"
  11. android:strokeColor="#07689F"
  12. android:strokeLineCap="round"/>
  13. </vector>