Newer
Older
SafeTreeController / app / src / main / res / drawable / ic_plus.xml
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="64px"
    android:height="64px"
    android:viewportWidth="1024"
    android:viewportHeight="1024">
    <path
        android:fillColor="#1875F0"
        android:pathData="M864,480H544V160c0,-17.6 -14.4,-32 -32,-32s-32,14.4 -32,32v320H160c-17.6,0 -32,14.4 -32,32s14.4,32 32,32h320v320c0,17.6 14.4,32 32,32s32,-14.4 32,-32V544h320c17.6,0 32,-14.4 32,-32s-14.4,-32 -32,-32z" />
</vector>