Bootstrap Icons¶
Boostrap Icons is a library of over 2,000 icons designed for the Bootstrap frontend framework.
Usage¶
- Find the icon you want
- Pass its name to icons.bootstrap(1)
- 
icons.biworks, too.
Icon names are case-inensitive.
Props¶
| Name | Type | Description | |
|---|---|---|---|
| color | str|tuple | The color of the icon. May be a hex code, a tuple of RGB, RGBA, or HSL values, or any valid CSS Color Module Level 3 color name. | |
| size | int|str | The size of the icon. May be an integer (in pixels) or a CSS size string (e.g., "1rem"). | |
| title | str | An accessible, short-text, description of the icon. |