Cico is a free icon set we created for the Comet page builder. Open-source and free to use.
For a full list of available icons and codes, check out the dedicated page.
You can use Cico for commercial themes, plugins, websites and projects.
- Download Cico and add the webfonts directory to your site.
- Place the code below within the
<head>
of each template or page that you want to use Cico on.
<link rel="stylesheet" href="webfonts/css/css.min.css" />
- Add icons in your HTML's
<body>
. To add an icon, create a new element<span>
and insert the two classes "cico" and "cico-SOMETHING". Replace "SOMETHING" by the icon's name of your choice. Example:
<span class="cico cico-comet"></span>
To get the icons name, please check out this page.