# bootstrap-icons-font **Repository Path**: pinfan_studio/bootstrap-icons-font ## Basic Information - **Project Name**: bootstrap-icons-font - **Description**: No description available - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2025-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bootstrap Icons Font An icon font library including 1000+ icons, based on [Bootstrap Icons](https://icons.getbootstrap.com/), generated by [IcoMoon](https://icomoon.io/). ## Install Bootstrap Icons Font is published to npm. You can install it via command line. ### Install with npm: npm install bootstrap-icons-font ### Install with yarn: yarn add bootstrap-icons-font ## Usage ### Basic Icons The Bootstrap Icons Font is designed to be used with inline elements, `i` and `span` are recommended. ### Icon Sizes You can set the font sizes use the utilities: - `.bi--lg` : font size is 1.33333333em - `.bi--2x` : font size is 2em - `.bi--3x` : font size is 3em - `.bi--4x` : font size is 4em - `.bi--5x` : font size is 5em Examples: ### Animated Icons You can use the `bi--spin` class to get any icon to rotate. ### Rotated & Flipped You can rotate and flip icons use the `bi--rotate-*` and `bi--flip-*` classes. ## Icons ![Icons](https://user-images.githubusercontent.com/98681/85891337-be640680-b7a3-11ea-84a0-0a103fce118c.png) ## License MIT