The CSS removes extra vertical space around Elementor icons by setting the wrapper’s line-height to zero, keeping icons perfectly aligned without gaps.
Add this code with a snippets plugin in <head>, or place it in Page CSS block or Site Settings.
.elementor-icon-wrapper {
line-height: 0;
}
Some solutions only work on the live site. Always publish and test after each change, as results may not appear in the editor.