
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ttkbootstrap-icons-devicon
Advanced tools
An icon provider for the ttkbootstrap-icons library.
Devicon provides brand and technology icons for programming languages and development tools.
pip install ttkbootstrap-icons-devicon
import tkinter as tk
from ttkbootstrap_icons_devicon import DevIcon
root = tk.Tk()
py = DevIcon("python-plain", size=24, color="#3776AB")
js = DevIcon("javascript-original-wordmark", size=20)
tk.Button(root, image=py.image, text="Python", compound="left").pack()
tk.Button(root, image=js.image, text="JavaScript", compound="left").pack()
root.mainloop()
| Variant | Description |
|---|---|
original | colored base icons |
original-wordmark | includes brand wordmark |
plain | monochrome (outline) variant |
plain-wordmark | monochrome with brand name |
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.

FAQs
Devicon (font-based) provider for ttkbootstrap-icons
We found that ttkbootstrap-icons-devicon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.