Sizing
By default, the size of all icons is 24px by 24px. The size is adjustable using the width and height attributes and or by CSS.
Adjusting the icon size using the width and height attribute
Adjusting the icon size via CSS
The CSS properties width and height can be used to adjust the icon size.
Dynamically change the icon size based on the font size
It is possible to resize icons based on font size. This can be achieved using the em unit. See this MDN article for more information on the em unit.
Resizing with Tailwind
size-* utilities can be used to adjust the size of the icon. See the Tailwind documentation for more information on the size-* utilities.