Skip to content

ttkbootstrap-icons-remix

An icon provider for the ttkbootstrap-icons library.
Remix Icon offers modern, consistent line and filled variants.

PyPI License


Install

pip install ttkbootstrap-icons-remix

Quick start

import tkinter as tk
from ttkbootstrap_icons_remix import RemixIcon

root = tk.Tk()

icon = RemixIcon("home-3-fill", size=24, color="#fd7e14")
tk.Label(root, image=icon.image).pack()

root.mainloop()

Styles

Variant Description
line Line/outline style
fill Filled style

Icon Browser

Browse available icons with the built-in browser. From your terminal run:

ttkbootstrap-icons

Use Copy Name in the browser to copy the icon name and style directly for use in your code.

Icon Browser


License and Attribution

  • Upstream license: Remix Icon — https://remixicon.com/
  • Wrapper license: MIT © Israel Dryer