I combined with imagemagick 5 .png files to make one favicon.ico file, the sizes were 16x16, 32x32, 64x64, 96x96, 144x144.
Is it okay to use this code
<link rel="icon" href="/favicon.ico">
or
<link rel="icon" sizes="16x16 32x32 64x64 96x96 144x144" href="/favicon.ico">
or
<link rel="icon" sizes="16x16" sizes="32x32" sizes="64x64" sizes="96x96" sizes="144x144" href="/favicon.ico">
I have tried them all but I am not sure which is the correct/proper one