- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Linearicon
June 15, 2017
Linearicon is an easy to customize and scalable icon. Examples of icons that might be included:

The free version of Linearicons is delivered by Amazon CloudFront which means you can quickly start using it by adding two lines of code to your website.
If you want to use SVGs, paste the following script to your HTML’s <head> or before the ending body tag:
This example shows you how to include Linearicon icons:
<script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
The script above (generated by IcoMoon) loads and embeds one SVG containing all symbol definitions, with one HTTP request.
If you want to use icon fonts, paste the following link to your HTML’s <head>:
This example shows you how to include Linearicon icons:
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
Refer to the cheat sheet for a list of available icons in this icon pack.