Skip to content

Instantly share code, notes, and snippets.

@shem8
Created February 25, 2016 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shem8/b2e237d74a3d1dabbf5f to your computer and use it in GitHub Desktop.
Save shem8/b2e237d74a3d1dabbf5f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<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.45"
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"
android:trimPathEnd="0.6" />
<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.4"
android:trimPathEnd="1" />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment