There is no option field to change the color of this icon. Instead, you can do it on your own
by writing your custom CSS property from :
Appearance -> Customize-> Theme Options -> Custom CSS Options
E.g. for three lines in red color paste the following CSS property.
.main-navigation .menu-toggle i{
color: #e74c3c
}
Hope this would help your query.