Skip to content

Instantly share code, notes, and snippets.

@Elevista
Last active December 17, 2018 18:22
Show Gist options
  • Save Elevista/bba86294f1bd44bf0ad43d2958afcfa2 to your computer and use it in GitHub Desktop.
Save Elevista/bba86294f1bd44bf0ad43d2958afcfa2 to your computer and use it in GitHub Desktop.
Angular Material SVG icon set

Example

Javascript

angular.module('example', ['ngMaterial'])
  .controller('DemoCtrl', function($scope) {})
  .config(function($mdIconProvider) {
    $mdIconProvider
       .defaultIconSet('material-design-icons-2.2.0.svg', 24);
   });

HTML

<md-icon md-svg-icon="android" aria-label="android "></md-icon>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment