Skip to content

Instantly share code, notes, and snippets.

@kaiopiola
Last active November 5, 2020 14:16
Show Gist options
  • Save kaiopiola/6c34d5a9c99997111e9eba44a72219c5 to your computer and use it in GitHub Desktop.
Save kaiopiola/6c34d5a9c99997111e9eba44a72219c5 to your computer and use it in GitHub Desktop.
Google Material Design Icons
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<i class="material-icons">cloud</i>
<i class="material-icons">android</i>
<i class="material-icons">attachment</i>
<i class="material-icons">computer</i>
<i class="material-icons">launch</i>
<i class="material-icons">open_in_new</i>
</body>
</html>
https://material.io/resources/icons/?style=baseline
https://mediatemple.net/blog/design-creative/creating-implementing-icon-font-tutorial/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment