Feel what I'm getting at? Made the insert...">
📜 ⬆️ ⬇️

We write the URL, we get a free icon

The omg-img service allows you to insert icons like this:

<img src="https://png.icons8.com/search"> 



Feel what I'm getting at? Made the insertion of icons without leaving the IDE. Just write the URL, parameters like color and style - we will render the icon and give it through a good, suitable CDN.

Instead of search, you can write any name for the icon:
')


You can choose any icon from the site Icons8 or from the application under Windows and Mac.

If there is no exact match by name, we will give what we found. Often guesses: for example, in the example above, there is no trump icon, there is a donald trump. But it was found.

You can choose a different style.


 <img src="https://png.icons8.com/firewall/color"> 



There are several styles:

Icons8 styles

Guess which is the most popular?

Answer
first and last

Here is the same list with links. Come and be at home, we promise not to bother:


You can paint


 <img src="https://png.icons8.com/batman/2266EE"> 



You can specify the size


 <img src="https://png.icons8.com/firewall/2266EE/96"> 



For the sake of this occasion, Icons8 removed the free limit of 100x100 pixels and left only 512x512 (so as not to put the server). But you still need to put the link.

CDN


Everything is hosted on KeyCDN - it's in good standing. For us, everything is free - they are great fellows and they sponsor us. So you can use icons in commercial projects: everything will work and will not fall.

Of course, when you first start the icon, you need to generate, make up and crawl to the nearest node - this will take half a second. But then everything is fast.


Ping 1 ms to Beeline, 18 ms - to Ulyanovsk. And even to my Buenos Aires ... it comes.

Question from the audience: are there already Font Awesome, Material Icons?


There is, and also with CDN, and you can also include one code. But they have very few of them, about 600 and 900, respectively. And we have 46,000, we drew ourselves.

By the way, if you have Font Awesome, you can replace it with our Line Awesome . They seem to be more sexy (at least according to our analytics). Well, we have Material on 4200 icons.

Idea


Actually, not ours, but microicon . Many thanks to the author for the idea.

Question from the audience: why are you needed?


He has 1327 open-source icons, and we have 46,000 unique icons. By the way, open-source we also posted, 9,000 pieces.

Question from the audience: what, insert the icon without looking?


Indeed, to see what was found, you need to open the page (and before that, it is possible to compile the front). But there are better ways.

If you use WebStorm, PhpStorm and the like, it shows a picture when you hover.

Under Visual Studio Code there are plugins. For example, Image Preview .

How to help


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


All Articles