# Icon [component-header:sl-icon] Icons are symbols that can be used to represent or provide context to various options and actions within an application. Shoelace comes bundled with over 1,000 icons courtesy of the [Bootstrap Icons](https://icons.getbootstrap.com/) project. Click or tap on an icon below to copy the name and use it like this. ```html ``` ## Examples ### Icon Sizes Icons are sized relative to the current font size. To change their size, set the `font-size` property on the icon itself or on a parent element as shown below. ```html preview
``` ### Custom Icons Custom icons can be loaded by setting the `src` attribute. Only SVG images are supported ```html preview ``` [component-metadata:sl-icon]