Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bootstrap Glyphicons

Bootstrap css uses the halflings from Glyphicons. If I purchased their full product line, how would I incorporate that into the bootstrap framework?

like image 463
Phillip Senn Avatar asked Feb 28 '12 17:02

Phillip Senn


People also ask

What are Glyphicons in bootstrap?

What are Glyphicons? Glyphicons are icon fonts which you can use in your web projects. Glyphicons Halflings are not free and require licensing, however their creator has made them available for Bootstrap projects free of cost.

How do I get bootstrap Glyphicons?

Glyphicons. Bootstrap includes 260 glyphs from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, 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.

How do I use Glyphicons in bootstrap 5?

In lines 15 and 17 the <span> and <a> element has the bootstrap glyphicon glyphicon-pencil classes, so to use any glyphicon in bootstrap: Use the <span> or <a> element. Set the class attribute of the <span> or <a> element as glyphicon then a space and then glyphicon-iconname.

Are Glyphicons supported in bootstrap 4?

Bootstrap 4 does not have its own icon library (Glyphicons from Bootstrap 3 are not supported in BS4). However, there are many free icon libraries to choose from, such as Font Awesome and Google Material Design Icons.


2 Answers

Use this CSS sprite generator, uploading the zip file. It will create the relevant CSS classes for you (names are taken from images itself), merging all images in one (transparent) PNG one.

like image 83
gremo Avatar answered Sep 21 '22 06:09

gremo


You could also use the Font Awesome solution.

Scalable vector graphics means icons look awesome at any size.

Designed from scratch to be fully backwards compatible with Twitter Bootstrap 2.0.

like image 32
Alex Avatar answered Sep 21 '22 06:09

Alex