Guide to create social media icons

Anyone have any reference for creating social media icons using pure CSS (not using Font Awesome or SVG or Image etc.) ?

You can’t really do that, because social media icons are complex shapes and colors. That’s what SVGs are for. SVGs are just an HTML element that draws on your Page. People usually uses CSS for simple shapes, like the hamburger menu(three line on top) navbar, etc…