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
- Host: GitHub
- URL: https://github.com/thecreation/brand-icons
- Owner: thecreation
- Created: 2014-12-03T11:35:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T14:32:44.000Z (about 9 years ago)
- Last Synced: 2024-12-11T14:50:06.534Z (over 1 year ago)
- Topics: icon-font, iconfont, icons
- Language: CSS
- Homepage:
- Size: 1.2 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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).