---
id: css-icons-bootstrap
title: "CSS Icons Bootstrap"
category: "Frontend"
status: "draft"
verification_status: "conceptual"
canonical_id: ""
aliases: ["Bootstrap icons", "glyphicons", "Bootstrap glyphicons", "CSS icons", "bootstrap CDN icons"]
duplicate_of: ""
source_trust_level: "B"
confidence_score: 0.88
created_at: 2026-06-23
updated_at: 2026-06-23
review_reason: ""
merge_history: []
tags: ["css", "web", "frontend", "w3schools", "icons", "bootstrap", "glyphicons"]
raw_sources: ["https://www.w3schools.com/css/css_icons_bootstrap.asp"]
applied_in: []
github_commit: ""
---
# [[CSS Icons Bootstrap]]
## π― ν μ€ ν΅μ°° (One-line insight)
Bootstrap glyphicons can be added to a page by linking the Bootstrap CDN stylesheet in the `
` and placing `` elements with `glyphicon glyphicon-*` class names β no download or installation required. [S1]
## π§ ν΅μ¬ κ°λ
(Core concepts)
- **Icon library approach** β icons can be added from the Bootstrap icon library (glyphicons). [S1]
- **CDN-based** β to use the Bootstrap glyphicons, add the Bootstrap CSS link inside the `` section. [S1]
- **No installation** β no downloading or installation is required. [S1]
## π§© μΆμΆλ ν¨ν΄ (Extracted patterns)
- **Stylesheet link in head** β reference the Bootstrap CDN stylesheet in `` to enable glyphicons. [S1]
- **Two-class naming** β each icon uses the base class `glyphicon` plus a specific `glyphicon-` class on an `` element. [S1]
## π μΈλΆ λ΄μ© (Details)
**Bootstrap Icons** β to use the Bootstrap glyphicons, add the following line inside the `` section of your HTML page: [S1]
```html
```
**Note:** No downloading or installation is required! [S1]
**Example β adding Bootstrap glyphicons:** [S1]
```html
```
Each icon is rendered by an `` element carrying `glyphicon` together with a specific icon class (e.g. `glyphicon-cloud`, `glyphicon-remove`, `glyphicon-user`, `glyphicon-envelope`, `glyphicon-thumbs-up`). [S1]
## π οΈ μ μ© μ¬λ‘ (Applied in summary)
The page's own example renders five glyphicons (cloud, remove, user, envelope, thumbs-up) by linking the Bootstrap CDN stylesheet and adding inline `` elements. No external project/commit applications found in the source.
## π» μ½λ ν¨ν΄ (Code patterns)
Single Bootstrap glyphicon (language: HTML):
```html
```
Required head reference:
```html
```
## βοΈ λͺ¨μ λ° μ
λ°μ΄νΈ (Contradictions & updates)
No contradictions found in the source.
## β
κ²μ¦ μν λ° μ λ’°λ
- **μν:** draft
- **κ²μ¦ λ¨κ³:** conceptual (μ€μ μ μ© μ¬λ‘ λ°κ²¬ μ applied/validatedλ‘ μΉκ²© κ°λ₯)
- **μΆμ² μ λ’°λ:** B (W3Schools β widely used educational reference, not a primary standards body)
- **μ λ’° μ μ:** 0.88
- **μ€λ³΅ κ²μ¬ κ²°κ³Ό:** μ κ· μμ± (New discovery)
## π μ§μ κ·Έλν (Knowledge Graph)
- **μμ/루νΈ:** [[CSS Tutorial]]
- **κ΄λ ¨ κ°λ
:** [[CSS Icons Font Awesome]], [[CSS Icons Google]], [[CSS Fonts]]
- **μ°Έμ‘° λ§₯λ½:** Referenced when adding glyphicons to a project already using the Bootstrap CDN.
## π μΆμ² (Sources)
- [S1] W3Schools β CSS Icons Bootstrap β https://www.w3schools.com/css/css_icons_bootstrap.asp
## π λ³κ²½ μ΄λ ₯ (Change history)
- 2026-06-23: Initial draft synthesized from the W3Schools "CSS Icons Bootstrap" page (Astra wiki-curation, P-Reinforce v3.1 format).