# socialicon
 
socialicon for 
- github 
- zhihu 
- weibo 
- netease 
- boke
- email 

npm:
@riverzhou/socialicon

usage:
```html
<head>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@riverzhou/socialicon/iconfont.js" async ></script>

<style>
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
</style>
</head>

<body>
<svg class="icon" aria-hidden="true">
  <use xlink:href="#icon-xxx"></use>
</svg>
</body>
```
