Skip to content

Instantly share code, notes, and snippets.

@shem8
Created February 25, 2016 18:44
Show Gist options
  • Save shem8/45512f0b435a67049694 to your computer and use it in GitHub Desktop.
Save shem8/45512f0b435a67049694 to your computer and use it in GitHub Desktop.
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:name="line"
android:pathData="M5.705,5.705 L18.295,18.295"
android:strokeWidth="2"
android:strokeColor="#000000"
android:trimPathStart="0"
android:trimPathEnd="1" />
<path
android:name="circle1"
android:pathData="M5.705,5.705 A 4 4 0 1 1 12,12 L5.705,18.295"
android:strokeWidth="2"
android:strokeColor="#000000"
android:trimPathStart="0.6"
android:trimPathEnd="1" />
<path
android:name="circle2"
android:pathData="M18.295,5.705 L12,12 A 4 4 0 1 1 5.705,5.705"
android:strokeWidth="2"
android:strokeColor="#000000"
android:trimPathStart="0"
android:trimPathEnd="0.4" />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment