round_radio_20.xml 682 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="M16.5,6H7.62l6.41,-2.33c0.39,-0.14 0.59,-0.57 0.45,-0.96v0c-0.14,-0.39 -0.57,-0.59 -0.96,-0.45L3,6.09C2.42,6.3 2,6.85 2,7.5v9C2,17.33 2.67,18 3.5,18h13c0.83,0 1.5,-0.67 1.5,-1.5v-9C18,6.67 17.33,6 16.5,6zM3.5,7.5h13v2H15V8.75C15,8.34 14.66,8 14.25,8h0c-0.41,0 -0.75,0.34 -0.75,0.75V9.5h-10V7.5zM4.5,13.5c0,-1.1 0.9,-2 2,-2s2,0.9 2,2s-0.9,2 -2,2S4.5,14.6 4.5,13.5z"/>
  10. </vector>