A collection of SVG icons representing programming languages, frameworks, technologies and skills, ready-built as a web font
View the full set here
You can use the ready-built webfont by copying the build in the dist folder over to your project and importing icons.css into your HTML.
To create an icon in your markup, create an i tag with classname icon-tech-[ icon_name ]
For example:
<i class='icon-tech-python'></i>You can add or modify SVG icons to the projects by copying them in the icons directory - Note: SVGS must be single-color and sized 48x48px.
You can rebuild the codebase by running
npm run build
The dist directory gets built using icon-font-generator
We'd love to add more icons to the set - pull requests are welcome!