Update on 19.05.2022
Looks like it is not working in the desctibed way anymore :(
I get service omg-img which can supply you with tonn of icons in a very simple way:
just insert the <img>
tag directly into your HTML. Icons8 will find the matching icon and generate it in the right style, size, and color.
Example
code | result |
---|---|
<img src=”https://img.icons8.com/search”> | |
<img src=”https://img.icons8.com/monitor/ff0000”> | |
<img src=”https://img.icons8.com/identity_card/color”> | |
<img src=”https://img.icons8.com/password/nolan”> |
There are few styles are available:
default |
ios |
color |
dusk |
dotty |
nolan |
office |
ultraviolet |
win |
win8 |
material |
android |
just add the style after the icon name.
And be careful, the same icon name could be presented by different pictures in diferent styles:
Additional options
option | url | result |
---|---|---|
icon color | https://img.icons8.com/firewall/ff0000 | |
icon size | https://img.icons8.com/firewall/16 | |
size and color | https://img.icons8.com/firewall/ff0000/24 |
Catalogue
You can search over available icons using icons8 web application
Decoupling
Nobody knows how long omg-img will work and sullply free icons. But you can be protected if do some manual work. Thanks to icons8 web application, it’s possible to get icons converted to data uri. Press Generate HTML and grab the code.
Thanks
Icons8 asks to insert the link Icon pack by Icons8 somewhere on the page. I’m doing it with pleasure! Here it is!
@icons_8 Thank you for the great job!