Skip to content

Instantly share code, notes, and snippets.

@sababado
Last active September 5, 2018 17:34
Show Gist options
  • Save sababado/b9780ab573f1e0d7821d64c7165ace48 to your computer and use it in GitHub Desktop.
Save sababado/b9780ab573f1e0d7821d64c7165ace48 to your computer and use it in GitHub Desktop.
Vector Drawable
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
android:name="long_leg"
android:fillColor="#FFFFFFFF"
android:pathData="M 20 11 L 5 11 L 5 13 L 20 13 Z" />
<path
android:name="top_leg"
android:fillColor="#FFFFFFFF"
android:pathData="M 12 4 L 4 12 L 5.41 13.41 L 13.41 5.41 Z" />
<path
android:name="bottom_leg"
android:fillColor="#FFFFFFFF"
android:pathData="M 12 20 L 4 12 L 5.41 10.59 L 13.41 18.59 Z" />
</vector>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
android:name="long_leg"
android:fillColor="#FFFFFFFF"
android:pathData="M 17.59 5 L 5 17.59 L 6.41 19 L 19 6.41 Z" />
<path
android:name="top_leg"
android:fillColor="#FFFFFFFF"
android:pathData="M 5 6.41 L 10.59 12 L 12 10.59 L 6.41 5 Z" />
<path
android:name="bottom_leg"
android:fillColor="#FFFFFFFF"
android:pathData="M 17.59 19 L 12 13.41 L 13.41 12 L 19 17.59 Z" />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment