socialify icon indicating copy to clipboard operation
socialify copied to clipboard

Use Devicons SVG instead of Font

Open wei opened this issue 5 years ago • 1 comments

Currently we are embedding our custom devicon font containing all icons into every image we output. Using SVGs should make it more performant.

wei avatar Nov 14 '20 20:11 wei

react-devIcons seems promising https://github.com/devicons/react-devicons alternatively we can use https://react-icons.github.io/react-icons/icons or https://www.npmjs.com/package/@icons-pack/react-simple-icons

wei avatar Dec 06 '21 04:12 wei

SimpleIcons might be a better solution. It comes with the color hex for each icon as well making it extremely easy to style instead of using hard coded css.

https://simpleicons.org/ https://www.npmjs.com/package/simple-icons

wei avatar Nov 01 '22 20:11 wei