Add a custom submenu under submenu in a Custom WordPress Plugin
Third level in admin menu items is not possible, see this answer. However some plugins use imitation of third level menu. Use css to add left margin/padding to your sub-sub-items to make them look as third level menu. BTW, last parameter of add_submenu_page must bet position, not icon name. Reed function docs.