Skip to content

ttkbootstrap-icons-ion

An icon provider for the ttkbootstrap-icons library.
Ionicons v2 provides a familiar set of UI glyphs as a single TTF font.

PyPI License


Install

pip install ttkbootstrap-icons-ion

Quick start

import tkinter as tk
from ttkbootstrap_icons_ion import IonIcon

root = tk.Tk()

icon = IonIcon("home", size=24, color="#198754")
tk.Button(root, image=icon.image).pack()

root.mainloop()

Styles

This provider uses a single font without separate style variants.


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: Ionicons — https://ionic.io/ionicons
  • Wrapper license: MIT © Israel Dryer