Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1016 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 1016 Bytes

Tech icons set

Icon set preview

A collection of SVG icons representing programming languages, frameworks, technologies and skills, ready-built as a web font

View the full set here

Download

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.

Use

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>

Build

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

Contribute

We'd love to add more icons to the set - pull requests are welcome!