round_headphones_20.xml 584 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="M10,3c-3.87,0 -7,3.13 -7,7v5.5C3,16.33 3.67,17 4.5,17h2C7.33,17 8,16.33 8,15.5v-3C8,11.67 7.33,11 6.5,11h-2v-1c0,-3.03 2.47,-5.5 5.5,-5.5s5.5,2.47 5.5,5.5v1h-2c-0.83,0 -1.5,0.67 -1.5,1.5v3c0,0.83 0.67,1.5 1.5,1.5h2c0.83,0 1.5,-0.67 1.5,-1.5V10C17,6.13 13.87,3 10,3z"/>
  10. </vector>