// First install this: npm i @mui/icons-material // Import the icon like this and use it: import NameOfTheIcon from '@mui/icons-material/NameOfTheIcon'; ... <NameOfTheIcon />