<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportHeight="24.0"
    android:viewportWidth="24.0">

    <group android:name="backCrossGroup"
        android:pivotX="12"
        android:pivotY="12"
        android:scaleX="1.2"
        android:scaleY="1.2">
        <path
            android:name="backCross1Path"
            android:pathData="M8.4,8.4 l7.8,7.8"
            android:strokeColor="#000"
            android:strokeWidth="4" />
        <path
            android:name="backCross2Path"
            android:pathData="M16.2,8.4 l-7.8,7.8"
            android:strokeColor="#000"
            android:strokeWidth="4" />
    </group>

    <group android:name="frontCrossGroup"
        android:pivotX="12"
        android:pivotY="12"
        android:scaleX="1.2"
        android:scaleY="1.2">
        <path
            android:name="frontCross1Path"
            android:pathData="M8.4,8.4 l7.8,7.8"
            android:strokeColor="#000"
            android:strokeWidth="4" />

        <path
            android:name="frontCross2Path"
            android:pathData="M16.2,8.4 l-7.8,7.8"
            android:strokeColor="#000"
            android:strokeWidth="4" />
    </group>
</vector>