The Erudus Icon Set includes icons to represent common food allergens as used by Erudus, a product data solution for the Food Industry.
View the icons demo.
We have made the icons available for others to use. Tweet us if you put them to use : @erudus. We'd love to see where they are being used.
For more information see : http://www.erudus.com/resource-centre/
Erudus icons are licensed under the MIT License: https://opensource.org/licenses/mit-license.html
The dist
folder contains all files need to use the icons in a project. See index.html for example usage.
import _icons.scss
from the dist/sass
folder.
Drop a simple icon into your project:
<span class="eicon eicon-circle-cereal"></span>
Produce a list of icons with colour coded levels:
<ul class="eicon-list">
<li class="allergen-level-yes"><span class="eicon eicon-circle-cereal"></span>Cereal</li>
<li class="allergen-level-may"><span class="eicon eicon-circle-gluten"></span>Gluten</li>
<li><span class="eicon eicon-circle-milk"></span>Milk</li>
</ul>
The source artwork used to create the icons can be found in the src folder along with svg files for each icon.
The examples folder contains an AI file which uses the font (you need to install it on your system). We used this file to generate some useable png and svg files for each icon. These are also contained in the examples folder.