Intel's compiler suite contains compilers for several programming languages and tools. Some of the compilers it supports are:
C (invoke with icc)
C++ (invoke with icpc)
Fortran (invoke with ifort)
The below can be used to view all of the installations of Intel's compiler suite on a particular system, where this example uses Coeus.
$ module avail |& grep "^intel"
intel
$ module load intel
$ icc --version
icc (ICC) 17.0.1 20161005
Copyright (C) 1985-2016 Intel Corporation. All rights reserved.