where i can find nice icons for use them in design?
thanks
Several members (notably , and ) collected a lot of icon packs — useful as raw sources, but choosing and using icons well requires a few practical rules that weren’t fully covered in the thread. The short checklist below helps pick icons that work across devices, stay legal, and fit into a real project.
aria-hidden="true"; informative icons need role="img" plus an aria-label or accessible text. Ensure sufficient color contrast when an icon conveys meaning. icon-search.svg), and store source vectors in your design system.Example of a minimal inline SVG sprite and reuse:
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
<symbol id="icon-search" viewBox="0 0 24 24">
<!-- path data -->
</symbol>
</svg>
<svg class="icon" width="24" height="24" aria-hidden="true">
<use href="#icon-search"></use>
</svg> Final notes: prefer SVG for modern, responsive UIs; verify licensing for commercial work; keep icon sets tied to the same visual system; and automate optimization (SVGO, PNGQuant) in the build pipeline so icons stay fast and consistent.
Jump to Post— DaveSW 15free or pay? personal or commercial?
Jump to Post— DaveSW 15ok some links anyway:
Directory: http://www.webcom.com/html/icons.shtml
Other links:
http://www.iconbazaar.com/
Jump to Post— pty 882I use http://www.famfamfam.com
free or pay? personal or commercial?
where i can find nice icons for use them in design?
thanks
maybe at http://www.animationfactory.com
but it is very slow website...
and I search it too... tell us please...
GOOD QUESTION!!!
where i can find nice icons for use them in design?
thanks
ok some links anyway:
Directory: http://www.webcom.com/html/icons.shtml
Other links:
http://www.iconbazaar.com/
http://www.iconarchive.com/
http://www.iconfactory.com/
http://www.webdeveloper.com/animations/
thank you ....
and ifind these web sites and add it for you......
and i hope it usefull for you......
900 new xp icons for commercial application projects,For more details
http://www.guiicons.com/high/Xp_icons4.jpg
http://www.guiicons.com
Over 15,000 high quality for Windows, Macintosh and Linux Systems
25 Free icons,Hope they are useful to someone
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.