A component to show icons and color them with CSS. Taiga UI ships with Lucide icons . Same mechanism is used in all iconStart / iconEnd inputs across the library.
@tui. , @img. and @font. prefixes to set icon resolution mode. Control font using --tui-font-icon variable. inline-size / block-size . Built-in Lucide icons also support setting thickness via --tui-stroke-width variable. tuiIconsProvider . tuiAssetsPathProvider helper to set a custom path for icon assets or use tuiIconResolverProvider to completely override name to path resolution logic. Keep in mind "/" symbol is not allowed in icon's name because then it is treated as URL. --tui-stroke-width to 0px if you are seeing skewed proportions, for example if your SVGs do not have viewBox or you are using PNGs.