Skip to content

Instantly share code, notes, and snippets.

@nikhil-mandlik-dev
Created October 25, 2022 13:34
Show Gist options
  • Save nikhil-mandlik-dev/7054629c9e0f02e682f127e00545f0d3 to your computer and use it in GitHub Desktop.
Save nikhil-mandlik-dev/7054629c9e0f02e682f127e00545f0d3 to your computer and use it in GitHub Desktop.
Ticket Vector
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="64"
android:viewportHeight="64">
<path
android:name="ticket_path"
android:pathData="
M8,16
H56
V24
A8,8, 0 0 0 56,40
V48
H8
V40
A8,8 0 0 0 8,24
z"
android:strokeWidth="1"
android:strokeColor="@color/white"
android:strokeLineJoin="round" />
<path
android:name="ticket_stroke"
android:pathData="M24,16 V48"
android:strokeWidth="1"
android:strokeColor="@color/white" />
</vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment