Creating complex icons with CSS

Coded CSS icons have some significant advantages over icon fonts or static images. CSS icons are a part of the DOM and unless you’re using a CSS icon library like Icono, they don’t require another HTTP request. Just like font icons, CSS icons can be colored by CSS and You can also animate the icons in an easy, smooth way without much effort.