summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/drawable/ic_fishing_pole.xml
blob: a8cbfdcf6eeea89bff25a1717a996543f1c57e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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">
    <!-- Rod -->
    <path
        android:fillColor="#00000000"
        android:pathData="M4,20 L20,4"
        android:strokeColor="@android:color/white"
        android:strokeWidth="2.5"
        android:strokeLineCap="round"/>
    <!-- Reel at butt end -->
    <path
        android:fillColor="@android:color/white"
        android:pathData="M6,18 m-2,0 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0"/>
    <!-- Fishing line from tip, curving down -->
    <path
        android:fillColor="#00000000"
        android:pathData="M20,4 C23,9 22,15 20,19"
        android:strokeColor="@android:color/white"
        android:strokeWidth="1"
        android:strokeLineCap="round"/>
    <!-- Hook -->
    <path
        android:fillColor="#00000000"
        android:pathData="M20,19 Q21,23 18,23 Q16,23 16,21"
        android:strokeColor="@android:color/white"
        android:strokeWidth="1.5"
        android:strokeLineCap="round"
        android:strokeLineJoin="round"/>
</vector>