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  <path
7      android:pathData="M10,0C4.48,0 0,4.48 0,10C0,15.52 4.48,20 10,20C15.52,20 20,15.52 20,10C20,4.48 15.52,0 10,0ZM10,18C5.59,18 2,14.41 2,10C2,5.59 5.59,2 10,2C14.41,2 18,5.59 18,10C18,14.41 14.41,18 10,18ZM5.4,9.6L8,12.2L14.6,5.6L16,7L8,15L4,11L5.4,9.6Z"
8      android:fillColor="#ffffff"
9      android:fillType="evenOdd"/>
10</vector>
11