Get started with MaterialDesign-Webfont CDN

(OFL-1.1 OR MIT) licensed

MaterialDesign-Webfont is a library for using Googles Material Design icons in web projects, without requiring image files.

Tags:
  • material
  • design
  • icons
  • webfont

Stable version

Copied!

How to start using MaterialDesign-Webfont CDN


<!DOCTYPE html>
<html>
<head>
  <link
    href="https://cdn.cdnhub.io/MaterialDesign-Webfont/7.4.47/css/materialdesignicons.min.css"
    rel="stylesheet"
  />
  <title>Get started with MaterialDesign-Webfont CDN - cdnhub.io</title>
</head>
<body>
  <button class="material-icons">favorite</button>
  <button class="material-icons">info</button>
  <button class="material-icons">arrow_forward</button>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions