Is there a way to get icons on the tabs in conemu?

Solution 1:

Tab icons are available from the box for most of shells (if shell executable has icon in its resource).

If your shell does not have icon, or you want to use custom icon, look below for examples:

  • use /icon "C:\cygwin\Cygwin.ico" in your task parameters
  • use -new_console:C:"C:\cygwin\Cygwin.ico" in the shell arguments

Solution 2:

Yes, in the Settings menu, specify the following in the Task parameters:

/icon "C:\PathToYour\TaskIcon.ico"

ConEmu Settings