Skip to main content

fontawesome-free-pack

Crates.io Version MSRV PyPI - Version Min Py

A redistribution of SVG assets and some metadata from the @fortawesome/fontawesome-free npm package.

Optimized SVG data

The SVG data is embedded as strings after it is optimized with SVGO. This package is intended to easily inject SVG data into HTML documents. Thus, we have stripped any width and height fields from the <svg> element, while retaining any viewBox field in the <svg> element.

Usage

All icons are instantiated as constants using the Icon data structure. There is a convenient get_icon() function to fetch an icon using it's slug name.

Note the family of icon is expected to prefix the slug like a relative path: <family>/<slug>

In Python

from fontawesome_free_pack import get_icon, BRANDS_GITHUB

fetched = get_icon("brands/github")
assert fetched is not None
assert BRANDS_GITHUB.svg == fetched.svg

In Rust

use fontawesome_free_pack::{get_icon, BRANDS_GITHUB};

assert_eq!(BRANDS_GITHUB.svg, get_icon("brands/github").unwrap().svg);

Rust Features

This crate has the following features:

  • brands: Includes all icons under the fontawesome brands family.
  • solid: Includes all icons under the fontawesome solid family.
  • regular: Includes all icons under the fontawesome regular family.

All the above features are enabled by default.

The python binding does not support conditionally compiling certain icon families.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fontawesome_free_pack-7.3.1.tar.gz (613.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fontawesome_free_pack-7.3.1-cp39-abi3-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9+Windows x86-64

fontawesome_free_pack-7.3.1-cp39-abi3-win32.whl (1.4 MB view details)

Uploaded CPython 3.9+Windows x86

fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_i686.whl (1.7 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_armv7l.whl (1.8 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ s390x

fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ppc64le

fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7l

fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.5+ i686

fontawesome_free_pack-7.3.1-cp39-abi3-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

fontawesome_free_pack-7.3.1-cp39-abi3-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file fontawesome_free_pack-7.3.1.tar.gz.

File metadata

  • Download URL: fontawesome_free_pack-7.3.1.tar.gz
  • Upload date:
  • Size: 613.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for fontawesome_free_pack-7.3.1.tar.gz
Algorithm Hash digest
SHA256 dc581bfe938de4e2963f8b1d49e060120d43aac5f5e63124bfca660e7b79b05d
MD5 9972ec1235668a7ca69591be557097e9
BLAKE2b-256 05fc2e8454a9ee82716909e7d8a8ec2a626110beb866158a4098dd4e00afa336

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1.tar.gz:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b441d6cf74789797e6553324b1f61af5a61899f661c39c87323c3468b14a53fb
MD5 91e4991ade888409169a215bc48518ff
BLAKE2b-256 71d87d6c40dc6fdf4a80b97625e2b9ad740581e57135e4f56453d684d6c1d3d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-win_amd64.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-win32.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 725e28b3a491ead085edae051badac247eb22901017bf3ec3f53fd18b07eddce
MD5 faa21ecf453cb75a641af4f4f4d22169
BLAKE2b-256 228d337663c056907c939ed4777a8be6127a98566c2ff40c5add4649de82659e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-win32.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e187f3a1040d70424d394ededae702bc3e292e7fc2881af95111f41c793c9ed4
MD5 a9127c3bc63ffc249baf2c5fab3ef221
BLAKE2b-256 f2f88bf80d3108eea8f7981ed681960b9bdf9fd65bb6128ee0273f960e36616b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 28ef6b9e637b381fce32b551c839391c27c92461f227d4c24bfc53bd54a2684c
MD5 29c38abdbfa6c2623913e3908fe03b90
BLAKE2b-256 a9ca34df810b189cf73d3e5a4e5a5cb1e9206e7ef9abd07bac644379aae7c03d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 785da9d05dcfa470a9df7c76681612da6ed00dd64ba92d9fb79ca04327c66e0d
MD5 9a6f2a49e067bafa35c7edb3d896908b
BLAKE2b-256 5566f6f2254f1a262ba9a95c25f3f6125ea83e197422430dce5a8a5162d23dc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c48502eb16103af6ad3c203f7a0f8cf79688d7f61925959de8278cad0f448375
MD5 4a91271dad08daa523e4e8cfa3ee2ee0
BLAKE2b-256 ae57bc315fc72ec92083993a5d3b64ed85e13bd94809ab5513f89fa7f802caf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-musllinux_1_2_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e81e33c4fc595582ca44f4722197700b6e58e26635fa545b57f16ba7780fb3fc
MD5 7869fa2e8dd26c09400176c90bca291c
BLAKE2b-256 af4a093340e8cecfa0ecd799ad39381f279c94e0e1ada393102a7708cba0c23c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a138b0c62b1655a949f7b38e9f3b16612dd5799b848dc82b854a3ac9bdf12e57
MD5 3caa1ccdd0a3a4851599dad24fc9e215
BLAKE2b-256 058455c0fa372ca75e9a7bd267425f79303ada4e3407f69d055388634662d2a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b9e5d0e5703bc8c11b6fa29764362ee789fbb0b5ad6e80a67cfecb7ecdfae620
MD5 7ba7ce8a525e7200e5052c0290491c4f
BLAKE2b-256 74dcea915bcd2d506c90a35bc95a29452b9fd0482ddaacbcdcb97a4a6ed2ecf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1969ff2b7e0e4735034dd9e116e970c1d01511da9922e1f6e4d600187a0fe91a
MD5 3cd2cbd95ac9dc2ebbfdf23bf5fc542e
BLAKE2b-256 b3b3082995c33ff2f2667e9e399e3753c2e0e333beec02c4bf4cf271c9d15473

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91e7c001c44b5d483e131d6afab8d219a7f8a1842bc92db976093064840b12bb
MD5 5d60a16d9173d4339dfd5f677462e348
BLAKE2b-256 eb246f21466c274130e37aa6b9e8f5f60400edaa3508a43073101c183ee185d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cee78e44503c42a812b2df4154ff5164a4e6ce0ceedf2d0b0603d535ab3ee604
MD5 e7290c509fb7cf6077df78c725f02da8
BLAKE2b-256 d80cdfaaf23cf2d0d21fb20e761b03c35f0da2ebbc027f06bbe563fa04a4f7cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af12ec4bff838235e1d6f8282104dd17c9fb8b1a4b6677392f7a7c159782245c
MD5 040896096544392f08619fe9ea08935d
BLAKE2b-256 6bed87c4f0008212d5231b05987678e69ccfdde4c5067d4b4ba3dbcab7bc1c96

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fontawesome_free_pack-7.3.1-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for fontawesome_free_pack-7.3.1-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63716e65062b17c6389f54c880281a4134af3c3cba5420ae207db5bac40861aa
MD5 1eef16faf028781bf08c8a07935256b8
BLAKE2b-256 07a4fa0fb0abbe9d387471ca86a4b05fb55c18f397063447416aeb976c90e2c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fontawesome_free_pack-7.3.1-cp39-abi3-macosx_10_12_x86_64.whl:

Publisher: python.yml on 2bndy5/redist-icons

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page