Skip to content

Instantly share code, notes, and snippets.

@laramartin
Created April 20, 2018 09:58
Show Gist options
  • Save laramartin/cba5d85953e1acc711a530563bd40de1 to your computer and use it in GitHub Desktop.
Save laramartin/cba5d85953e1acc711a530563bd40de1 to your computer and use it in GitHub Desktop.
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path
android:fillColor="#4d4d4d"
android:pathData="M1,1H20v1H1" />
<path
android:fillColor="#595959"
android:pathData="M1,2H20v1H1" />
<path
android:fillColor="#666666"
android:pathData="M1,3H20v1H1" />
<path
android:fillColor="#737373"
android:pathData="M1,4H20v1H1" />
<path
android:fillColor="#808080"
android:pathData="M1,5H20v1H1" />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment