--- 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).