round_copyright_20.xml 801 B

12345678910111213
  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,2c-4.42,0 -8,3.58 -8,8s3.58,8 8,8s8,-3.58 8,-8S14.42,2 10,2zM10,16.5c-3.58,0 -6.5,-2.92 -6.5,-6.5S6.42,3.5 10,3.5s6.5,2.92 6.5,6.5S13.58,16.5 10,16.5z"/>
  10. <path
  11. android:fillColor="@android:color/white"
  12. android:pathData="M11.5,6.5h-3c-0.55,0 -1,0.45 -1,1v5c0,0.55 0.45,1 1,1h3c0.55,0 1,-0.45 1,-1v-0.75c0,-0.41 -0.34,-0.75 -0.75,-0.75h0C11.34,11 11,11.34 11,11.75V12H9V8h2v0.25C11,8.66 11.34,9 11.75,9h0c0.41,0 0.75,-0.34 0.75,-0.75V7.5C12.5,6.95 12.05,6.5 11.5,6.5z"/>
  13. </vector>