freeCodeCamp/guide/english/bootstrap/glyphicon-components/index.md

27 lines
1015 B
Markdown

---
title: Glyphicon Components
---
## Glyphicon Components
Bootstrap 3 includes 260 glyphicons. Glyphicons are normally not free of charge, but their creator has made them available for Bootstrap free of cost. As a thank you, you should include a link back to Glyphicons whenever possible.
Use glyphicons in text, navigation, buttons, forms, or toolbars.
## Examples
```html
<p>Star icon: <span class="glyphicon glyphicon-star"></span></p>
<p>Refresh icon: <span class="glyphicon glyphicon-refresh"></span></p>
<p>Envelope icon: <span class="glyphicon glyphicon-envelope"></span></p>
```
## Note
Bootstrap 4 dropped Glyphicons. You can use <a href='http://fontawesome.io/icons/' target='_blank' rel='nofollow'>Font Awesome Icons</a> instead.
#### More Information:
<a href='https://getbootstrap.com/docs/3.3/components/#glyphicons' target='_blank' rel='nofollow'>Official Bootstrap 3 docs on Glyphicons</a>
<a href='https://glyphicons.com/' target='_blank' rel='nofollow'>Glyphicons official website</a>