The Bootstrap Icons library to use within Delphi.
Open source SVG icon library with over 1,900 icons.
uses uBootstrapIcons
...
var HouseIconSVG := GetBootstrapIcon('house'); // Returns SVG Code
var ValveSteamIconSVG := GetBootstrapIcon('steam'); // Returns SVG Code
var BrushIconSVG := GetBootstrapIcon('brush'); // Returns SVG Code
Other ways to use Boostrap Icons: https://icons.getbootstrap.com/#usage
- Bootstrap Icons are free and open source (MIT).