Skip to content

Instantly share code, notes, and snippets.

@vontell
Last active January 27, 2018 16:06
Show Gist options
  • Save vontell/aa26431af836a5f978ae521d8a74d15a to your computer and use it in GitHub Desktop.
Save vontell/aa26431af836a5f978ae521d8a74d15a to your computer and use it in GitHub Desktop.
002 Close Icon Drawable
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path android:fillColor="#98000000" android:pathData="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z" />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment