round_male_20.xml 705 B

12345678910
  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="M15,4h-2.75c-0.41,0 -0.75,0.34 -0.75,0.75c0,0.41 0.34,0.75 0.75,0.75h1.19l-2.76,2.76C9.99,7.78 9.15,7.5 8.25,7.5C5.9,7.5 4,9.4 4,11.75C4,14.1 5.9,16 8.25,16s4.25,-1.9 4.25,-4.25c0,-0.9 -0.28,-1.74 -0.76,-2.43l2.76,-2.76v1.19c0,0.41 0.34,0.75 0.75,0.75S16,8.16 16,7.75V5C16,4.45 15.55,4 15,4zM8.25,14.5c-1.52,0 -2.75,-1.23 -2.75,-2.75S6.73,9 8.25,9S11,10.23 11,11.75S9.77,14.5 8.25,14.5z"/>
  10. </vector>