Bootstrap Glyphicons

Bootstrap Glyphicons are built-in icon fonts that you can use with Bootstrap components like buttons, navigation, forms, headings, alerts, etc.

📌 Note: Glyphicons are available only in Bootstrap 3, not in Bootstrap 4 or 5.


🎯 Basic Usage

Glyphicons use the .glyphicon class followed by a specific icon class.



🔽 Example with Text



🧲 Glyphicons in Buttons



📌 Glyphicons in Input Fields

Useful for login forms and search bars.



⭐ Commonly Used Glyphicons

IconClass
🔍 Searchglyphicon-search
👤 Userglyphicon-user
✉ Emailglyphicon-envelope
☑ Checkglyphicon-ok
❌ Removeglyphicon-remove
⏰ Timeglyphicon-time
⚙ Settingsglyphicon-cog
📁 Folderglyphicon-folder-open
📞 Phoneglyphicon-earphone
🔔 Notificationglyphicon-bell

🛠 Glyphicons in Alerts Example


 

 


🚀 Glyphicons Inside Navigation



✔ Summary

FeatureSupported
Works only in Bootstrap 3✔️
Can be used in text✔️
Can be used in buttons, navigation, forms, and alerts✔️
Scalable vector icons (not images)✔️

You may also like...