Get started with genericons CDN
GPL-2.0 licensed
Lightweight library: Genericons offers scalable vector icons for easy website symbol integration.
Tags:- icon
- font
- blog
Stable version
Copied!
How to start using genericons CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.cdnhub.io/genericons/3.1/genericons.min.css">
<title>Get started with genericons CDN - cdnhub.io</title>
<style>
/* Customize the size and color of the icons */
.icon {
width: 24px;
height: 24px;
fill: currentColor;
}
</style>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#"><i class="icon icon-home"></i> Home</a></li>
<li><a href="#"><i class="icon icon-envelope"></i> Contact</a></li>
</ul>
</nav>
</header>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!