4

🎉 Iconsans - +320 Free Icons for your next project

 11 months ago
source link: https://dev.to/fpaghar/iconsans-16b8
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Top comments (14)

CollapseExpandCollapseExpand

Thank you much for sharing, great content.

Is there any easy option to use the Icons from vanilla JS other than extracting them from the page? But anyway, this might be an option too (see an example)

Comment button Reply

CollapseExpand

Hi Eckehard,

Thanks for your comment, We will add icon font support soon.😊

Comment button Reply

CollapseExpand

Your Icons are really beautiful!

I would appreciate to have an option to read SVG directly. Maybe something like a REST api that returns SVG like this:
https://mortezasabihi.github.io/iconsans/SVG?Id=Alert1&width=500
This would give us the option to use single icons without the overhead.

Thread

Thread

It's not quite what you describe, but one option might be to download the GitHub repository and upload the icons folder in your project (you can also choose which icons you need). You could then use them from HTML by doing something like:

<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
  <image href="https://path-to-svg" height="200" width="200" />
</svg>

Thread

Thread

Image description

Did not know it was already there... Thank you very much

Example

Comment button Reply


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK