1<vector xmlns:android="http://schemas.android.com/apk/res/android"
2    android:width="18dp"
3    android:height="18dp"
4    android:viewportWidth="48"
5    android:viewportHeight="48">
6  <path
7      android:pathData="M24,9C14,9 5.46,15.22 2,24c3.46,8.78 12,15 22,15 10.01,0 18.54,-6.22 22,-15 -3.46,-8.78 -11.99,-15 -22,-15zM24,34c-5.52,0 -10,-4.48 -10,-10s4.48,-10 10,-10 10,4.48 10,10 -4.48,10 -10,10zM24,18c-3.31,0 -6,2.69 -6,6s2.69,6 6,6 6,-2.69 6,-6 -2.69,-6 -6,-6z"
8      android:fillColor="#757575"/>
9</vector>
10