faicons
An interface to Font-Awesome for use in Shiny.
What it is and what it does
faicons wraps Font Awesome 6.2.0 and exposes its icons as SVG elements that integrate directly into Shiny for Python applications. It provides a single main function, icon_svg(), that converts an icon name (like "play") into an SVG representation suitable for use in UI components such as buttons and action elements.
The package is lightweight and designed specifically for Shiny developers who need to embed Font Awesome icons in their web applications. It depends only on htmltools for SVG generation and supports Python 3.8, 3.9, 3.10, and 3.11. Development is dormant—no updates since 2024-01-16—so it is stable but not actively maintained.
Use it for:
- Add Font Awesome icons to Shiny action buttons and other UI controls.
- Embed SVG icon representations directly in Shiny layouts without external image files.
- Quickly render common Font Awesome glyphs (play, pause, settings, etc.) in Python web apps.
- Build icon-based navigation or status indicators in Shiny dashboards.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Font Awesome 6.2.0 icons as SVG elements for use in Shiny for Python applications.
Yes, if you are building a Shiny for Python application and need Font Awesome icons. Installation is frictionless, the license is permissive, and there are no known vulnerabilities. The main caveat is dormant maintenance—no updates since 2024-01-16—so it is suitable for stable use but not for projects requiring active support or newer Font Awesome versions.
Install
faicons on PyPI
pip
pip install faiconsuv
uv add faiconspoetry
poetry add faiconsInstalling faicons
Before you install
Low friction installation with a single runtime dependency. Maintenance is dormant—last release was 2024-01-16 with no updates since—so expect no active bug fixes or feature development, though the package remains functional for its stated purpose.
License in practice
MIT license is permissive; you can use, modify, and distribute this package freely with minimal restrictions.
Quickstart
pip install faicons
from faicons import icon_svg
icon_svg("play")
Verify before relying
- Whether Font Awesome 6.2.0 is current enough for your icon needs or if newer versions are required.
- Whether dormant maintenance status affects compatibility with future Shiny for Python releases.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — htmltools |
| Maintenance | dormant — 941 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 651,752/month — #5,548 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: faicons-0.2.2-py3-none-any.whl
Keywords: fontawesome
Tags
More HTML packages
MarkupSafe provides a text object that escapes…
permissive · top 100 on PyPI
Jinja2Jinja2 is a templating engine that renders…
permissive · top 100 on PyPI
beautifulsoup4Beautiful Soup parses HTML and XML documents…
permissive · top 100 on PyPI
lxmllxml provides Python bindings to libxml2 and…
permissive · top 1,000 on PyPI
docutilsDocutils converts plaintext documentation in…
unclear · top 1,000 on PyPI
MarkdownConverts Markdown text to HTML using a Python…
permissive · top 1,000 on PyPI
fontawesomefreeDistributes Font Awesome Free icon fonts and…
unclear · top 15,000 on PyPI
QtAwesomeQtAwesome provides iconic fonts—Font Awesome,…
permissive · top 15,000 on PyPI
pyconifyPyconify wraps the Iconify API to search,…
permissive · top 15,000 on PyPI
mkdocs-material-extensionsProvides emoji and SVG icon extensions for…
permissive · top 5,000 on PyPI
shinyswatchProvides 25 Bootswatch + Bootstrap 5 themes for…
permissive · top 15,000 on PyPI
Flask-SilkProvides a Flask integration to serve Silk icon…
permissive · top 15,000 on PyPI
dash-iconifyDash Iconify is a Dash component library that…
permissive · top 15,000 on PyPI
shinyShiny for Python is a web development framework…
permissive · top 15,000 on PyPI
faviconFetches and parses a website's favicon from its…
permissive · top 15,000 on PyPI
shinychatshinychat provides a chat UI component for…
permissive · top 15,000 on PyPI