Fam3 Silk Icons
Famfamfam Silk Icons addon with 1000 image icons for UI components
Famfamfam Silk free icons set contains 1000 image icons - see the preview.
Using icon for Vaadin UI components
Just set the icon to any standard Vaadin UI component using its setIcon()
method. Use the class Fam3SilkIcon with enumerated all the icons from the set, example of usage:
Button button = new Button();
button.setCaption("OK");
button.setIcon(Fam3SilkIcon.ACCEPT);
Famfamfam Silk Icons collection
The Famfamfam Silk Icons are created by Mark James. The icons version currently included is 1.3.
Note on icons license: The Famfamfam Silk Icons by Mark James are available under a Creative Commons Attribution 2.5 License. You are free to use the icons. Please do not forget to provide attribution in your work (see famfamfam website for further details).
Sample code
Button button = new Button(); button.setCaption("OK"); button.setIcon(Fam3SilkIcon.ACCEPT);
ExternalResource icon = Fam3SilkIcons.get("accept.png"); Button button = new Button(); button.setCaption("OK"); button.setIcon(icon);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Vaadin 7 compatibility (demo), updated Javadoc/formatting
- Released
- 2017-05-23
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.4+
- Vaadin 8.0+
- Browser
- Browser Independent
Fam3 Silk Icons - Vaadin Add-on Directory
Famfamfam Silk Icons addon with 1000 image icons for UI components## **Using icon for Vaadin UI components** Just set the icon to any standard Vaadin UI component using its `setIcon()` method. Use the class [Fam3SilkIcon](https://github.com/bienjaroslav/vaadin-fam3-silk-icons-addon/tree/master/fam3-silk-icons/src/main/java/org/rubicone/vaadin/fam3/silk/Fam3SilkIcon.java) with enumerated all the icons from the set, example of usage: ```java Button button = new Button(); button.setCaption("OK"); button.setIcon(Fam3SilkIcon.ACCEPT); ```
## **Famfamfam Silk Icons collection** The Famfamfam Silk Icons are created by [Mark James](http://www.famfamfam.com/lab/icons/silk/). The icons version currently included is 1.3. *Note on icons license:* The Famfamfam Silk Icons by [Mark James](http://www.famfamfam.com/lab/icons/silk/) are available under a [Creative Commons Attribution 2.5 License](https://creativecommons.org/licenses/by/2.5/). You are free to use the icons. Please do not forget to provide attribution in your work (see [famfamfam website](http://www.famfamfam.com/lab/icons/silk/) for further details).
Issue Tracker
Source Code
Silk Icons Set
Icons preview
Online Demo
Fam3 Silk Icons version 1.0
First release
Fam3 Silk Icons version 1.0.1
Vaadin 7 compatibility (demo), updated Javadoc/formatting