A simple CSS based SVG icon set used in Vulnogram. See all the icons here..
Include the generated CSS file vg-icons.css in the HTML.
Example:
<link rel="stylesheet" type="text/css" href="https://vulnogram.github.io/vg-icons/dist/vg-icons.css"/>
Use the class names of the form vgi-name add an image icon to any text.
$ npm run dist
It creates an optimzed CSS page with all SVGs embedded as base64 encoded data URLs. It also creates an index file showing all the icons in the set.
Simply drop or delete the SVG files in the src directory and run the npm run dist
command.