An open API service indexing awesome lists of open source software.

https://github.com/thecreation/brand-icons

The social media iconic font and CSS framework
https://github.com/thecreation/brand-icons

icon-font iconfont icons

Last synced: 6 months ago
JSON representation

The social media iconic font and CSS framework

Awesome Lists containing this project

README

          

#Brand Icons
###The social media iconic font and CSS framework.

Brand Icons is a full suite of popular brand icons for easy scalable vector graphics on websites.

## Getting Started

1. Download and extract the repository
2. Copy the `css/brand-icons.css` to your project
3. Copy the `fonts` folder to your project
4. Ensure the font urls within `brand-icons.css` properly reference the `fonts` path within your project.
5. Include a reference to the `brand-icons.css` file from every webpage you need to use it.

## HTML Example

simply add icon's classname, such as `bd-twitter` to an HTML element.

## Contributing

Please read through our [contributing guidelines](https://github.com/amazingSurge/brand-icons/blob/master/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes on development.

## Versioning

Brand Icons will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
with the following format:

`..`

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org.

## License

Brand Icons is licensed under the [MIT license](http://opensource.org/licenses/MIT).