simple-icons-css
v0.0.4
Published
CSS to use simple-icons
Downloads
8
Readme
This is a CSS for simple-icons SVGs
Usage
The CSS file looks like:
/*simple-icon css*/
.si-500px{background:url(500px.svg)}
.si-aboutme{background:url(aboutme.svg)}
and is available at dist/simple-icons.css
You can use it like this:
<style>
.si{
display: block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
}
</style>
<i class="si si-500px"></i>
Notice that the CSS does not include anything besides the background:url()
, it's up to you to add the relevant css to display it nicely
CDN
You can grab the CSS from jsDelivr: https://cdn.jsdelivr.net/npm/simple-icons-css or https://cdn.jsdelivr.net/npm/simple-icons-css/dist/simple-icons.css
Build
It is build with Travis CI
License
CC0 See [License.md]