📜 ⬆️ ⬇️

Vector Icons on HTML5 + JS



At first glance, these are ordinary monochrome icons, but if you think about it, their quality will not deteriorate. Obvious profit of such icons: you can freely experiment with them and not worry about height and width, a compact view, and not a bunch of files in the icons folder, well, and probably a small size, although you can argue with that. There are some limiters in color, one color or gradient is possible (but I think with a converter of the drawn vector into js code, perhaps more colors)

Watch icons
')
If you want to use these icons or create your own on a similar basis, click on the icon - the code of the selected icon appears at the bottom, it is inserted into:

paper.path(< >).attr({fill: "#000", stroke: "none"});

Raphaël JS Lib takes on icons support

A source

Source: https://habr.com/ru/post/110526/


All Articles