Skip to main content

simple-icons-pack

Crates.io Version MSRV PyPI - Version Min Py

A redistribution of SVG assets and some metadata from the simple-icons 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.

In Python

from simple_icons_pack import get_icon, SI_GITHUB

fetched = get_icon("github")
assert fetched is not None
assert SI_GITHUB.svg == fetched.svg

In Rust

use simple_icons_pack::{get_icon, SI_GITHUB};

assert_eq!(SI_GITHUB.svg, get_icon("github").unwrap().svg);

Release files for simple-icons-pack 16.31.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for simple-icons-pack 16.31.0
File Size Uploaded
simple_icons_pack-16.31.0.tar.gz 2.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for simple-icons-pack 16.31.0
File
simple_icons_pack-16.31.0-cp315-abi3.abi3t-win_arm64.whl CPython 3.15 abi3t, abi3 Windows ARM64 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-win_amd64.whl CPython 3.15 abi3t, abi3 Windows x86-64 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-win32.whl CPython 3.15 abi3t, abi3 Windows x86-32 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ x86-64 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ x86-32 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ ARMv7l Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ ARM64 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 abi3, abi3t Linux glibc 2.17+ x86-64 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.15 abi3, abi3t Linux glibc 2.17+ IBM System/390x Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.15 abi3t, abi3 Linux glibc 2.17+ PowerPC 64-le Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 abi3t, abi3 Linux glibc 2.17+ ARM64 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.15 abi3, abi3t Linux glibc 2.5+ x86-32 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl CPython 3.15 abi3t, abi3 macOS 11.0+ ARM64 Details
simple_icons_pack-16.31.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl CPython 3.15 abi3t, abi3 macOS 10.12+ x86-64 Details
simple_icons_pack-16.31.0-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
simple_icons_pack-16.31.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
simple_icons_pack-16.31.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_i686.whl CPython 3.9 abi3 Linux musl 1.2+ x86-32 Details
simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_armv7l.whl CPython 3.9 abi3 Linux musl 1.2+ ARMv7l Details
simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 abi3 Linux glibc 2.17+ x86-64 Details
simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.9 abi3 Linux glibc 2.17+ IBM System/390x Details
simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.9 abi3 Linux glibc 2.17+ PowerPC 64-le Details
simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.9 abi3 Linux glibc 2.5+ x86-32 Details
simple_icons_pack-16.31.0-cp39-abi3-macosx_11_0_arm64.whl CPython 3.9 abi3 macOS 11.0+ ARM64 Details
simple_icons_pack-16.31.0-cp39-abi3-macosx_10_12_x86_64.whl CPython 3.9 abi3 macOS 10.12+ x86-64 Details

Total release size: 142.7 MB

Release files / simple_icons_pack-16.31.0.tar.gz

Download URL simple_icons_pack-16.31.0.tar.gz
Size 2.4 MB
Tags Source
SHA-256 checksum
How to use checksums
ffa53a15d3e903a7b3d9eb19c299d7d4701f64b1d90a0ddb96bda2b6c14b68d7
BLAKE2b-256 checksum
How to use checksums
54a75b845db52f551061e934ed347e227e6ff1026e86da5116c1c0b3814d73d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-win_arm64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-win_arm64.whl
Size 4.9 MB
Tags CPython 3.15 Windows ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
236196d196f4198ed710b383709889dcd7235f16d26792c61b6c45cbb0b575d4
BLAKE2b-256 checksum
How to use checksums
4b3689bb8108db8d6b8dc3775d53a15f3605717144ff5cc705f97ab7de3d85c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-win_amd64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-win_amd64.whl
Size 5.0 MB
Tags CPython 3.15 Windows x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
221abb10644c4df79eea2b1f383eebb49b645072ed73b255ca7d8fe3097f98e0
BLAKE2b-256 checksum
How to use checksums
f35957d534914560451a602583d4d498e37e073b0bc3e341d01c6533e47904a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-win32.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-win32.whl
Size 5.0 MB
Tags CPython 3.15 Windows x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
5c204ff5d2e522a2f31de08fe92648e66b0b9d05915138dc9bf2c3de607f93a5
BLAKE2b-256 checksum
How to use checksums
171d6dec3bc62e962296b5a0785b8440ee2d09677bd6b74f4eb60a9bce6b3794
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
Size 5.3 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
bd6b6802c5756e4f1581abd7812d5ddf91fec4b049038feaea5181c493e6908b
BLAKE2b-256 checksum
How to use checksums
7c506c7fa877af52177e51053ef05857a6ad53ee197a0cae566e33509f5d8186
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Size 5.0 MB
Tags CPython 3.15 Linux musl 1.2+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
f2475039e539480c61b155b0e5bdb3a492ca8f6de586c974be76a9834f80adae
BLAKE2b-256 checksum
How to use checksums
3e786a46fc366c5d122584df796ec5db23dfcf7cffd58b4d1de7c9a13af93d3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
Size 5.2 MB
Tags CPython 3.15 Linux musl 1.2+ ARMv7l abi3 abi3t
SHA-256 checksum
How to use checksums
3c0f18f704d1cc4ab4565df94d318dce8d6e53079a7d831bd206da6d38a59201
BLAKE2b-256 checksum
How to use checksums
7abfb43fa1666a0612b2bb4cb3b13d2f00b51f3e5484de2c28fc51ce701e5120
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Size 5.2 MB
Tags CPython 3.15 Linux musl 1.2+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
5d44500c007fd9a5d4859f590b484c739e75e6d438167a5980b5fe35ec0cce63
BLAKE2b-256 checksum
How to use checksums
8634fd7522c5a8584cc6543709bf5d5bad9bea7b74f851bedcb4ac52bdc9093e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.0 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
4b1d98e92014a0c62f4ecd5b2502324d8460e8bd0f4064a085bea6e2f61bce16
BLAKE2b-256 checksum
How to use checksums
e6b63763b92564e565cf95b67c7d54a9179452e41f6f4b8c3b51b1f6e6a76ead
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.1 MB
Tags CPython 3.15 Linux glibc 2.17+ IBM System/390x abi3 abi3t
SHA-256 checksum
How to use checksums
9247846d52d27532d0935508503fad3cfe60c5a16ae9c95d2d01b5304c36e07e
BLAKE2b-256 checksum
How to use checksums
8eb68e5310dc603cdd5a0a7571231da7f1d23c9c680224d74426e327ff0fea7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 5.1 MB
Tags CPython 3.15 Linux glibc 2.17+ PowerPC 64-le abi3 abi3t
SHA-256 checksum
How to use checksums
49d162672b69b380d0dd2d07eec231c88cc7fedc638b254e5eb3548aef5befc8
BLAKE2b-256 checksum
How to use checksums
fb4435c64eca7d742e3d011c81ab9d3052c9fa24f7efcd8b66dfad4dc3ad2698
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 5.2 MB
Tags CPython 3.15 Linux glibc 2.17+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
e8443d96621a702d9bf489e19f40a2b09d2fa38d23dcf1cf65ff7747bb1f715e
BLAKE2b-256 checksum
How to use checksums
bb63d75c5328f5b2ae91fb0372009b3a60935aad0d05bb2e7a3daf398371a7f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Size 4.3 MB
Tags CPython 3.15 Linux glibc 2.5+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
7a1c2dde9787169381fb09a8ee991c5a8b341ecb1f514239c395cd961972ad3f
BLAKE2b-256 checksum
How to use checksums
5d18f01f177fededafbfbecd8de58bea7fdb1f49f6245066be82cb15c5831f7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl
Size 4.9 MB
Tags CPython 3.15 abi3 abi3t macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
691f20ec9bc4f623059d22cdb3b1f0c0a5f901cb3b2a3c660a74e744fd6ad62f
BLAKE2b-256 checksum
How to use checksums
ab9c36e797c3135fdaf5883b0987e3ec65d07ccd305c7498d5e79eed54f133d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl

Download URL simple_icons_pack-16.31.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Size 4.7 MB
Tags CPython 3.15 abi3 abi3t macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
57fbb497dd5e01fc64ac6824c5a53a34addc9022a99b212fdddefdf488f92b97
BLAKE2b-256 checksum
How to use checksums
45c6e50d9b6410dde18fc813f49e293d76092743225ce6ca917d1b310de1ae88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp311-abi3-win_arm64.whl

Download URL simple_icons_pack-16.31.0-cp311-abi3-win_arm64.whl
Size 4.9 MB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
937fa5d1ac275b65cd4332c8dcd77b32ed084fe9b7e0b3a84fd7d912e456e2d4
BLAKE2b-256 checksum
How to use checksums
20891b6a772036d0db4d9dbaad598560012b286169dfd64a3751221be71dfe49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-win_amd64.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-win_amd64.whl
Size 4.9 MB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
38854f24a869cc4a39c3a8db218c106a6a85fcfe984ea473c08af9c4b907b65c
BLAKE2b-256 checksum
How to use checksums
3bbd2b51fbcd94bb18fcc714283b7c04be8a7cf858cf80e1528a0fd09f9817ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-win32.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-win32.whl
Size 5.0 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
a3d6467b9801dac8ff2a728eb620ae6ac608399e0b0ed59d86cc72f8f780b8e9
BLAKE2b-256 checksum
How to use checksums
d2ceb2a2a01a2d2045899fd13cb1d6497e481853b08377573071598e9b0fc034
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_x86_64.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 5.3 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
2c7d8f4b2fc57d340667f32bcd6366f43e10c0e53201db61e7e68b1c62c9d140
BLAKE2b-256 checksum
How to use checksums
8d9bb19f6900ba57526aa4acf5b9281f0a369ef0e98506415ccfe86b1ee93302
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_i686.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_i686.whl
Size 5.0 MB
Tags CPython 3.9 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
a0af3b32eda423f6aed2a2bbbed83ac71e0be24c410744f35acbd5f690455aef
BLAKE2b-256 checksum
How to use checksums
c3b794d3c2cc06a1e8910b8b91d886f6aa8c4e34ea3875476e4758307a9ade68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_armv7l.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_armv7l.whl
Size 4.9 MB
Tags CPython 3.9 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
44eb127548fe6f7d4829785a43d3563e21f1ddc39f3a6f26c4d84d7f468fc44e
BLAKE2b-256 checksum
How to use checksums
fc26025198dee21488bd5e40438883f2f2bf9219ddac6b25ce354a5888d58a88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_aarch64.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 5.1 MB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
3bb06d84c892e47e9b226f741595972ec939e65984d220a2656632eaa8253563
BLAKE2b-256 checksum
How to use checksums
4c0552c198a105f9b2d333f8032609c2bf721ec5c58259d77d35d20a000c7071
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 5.0 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
5fc18bbca4c55b067c211e357109974276d59ed73a623185857611c1fc8512c1
BLAKE2b-256 checksum
How to use checksums
72f25998ea507d9c7f8193960f6cb6d4e3a05c0358b57ba87dc3bdae588c04a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.1 MB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x abi3
SHA-256 checksum
How to use checksums
52c529bfb3d9cdb3d7a02a6b764dcb974b7918eca8d233c6e56e716d157d7be1
BLAKE2b-256 checksum
How to use checksums
4e56fcb9c3571fca1b39c864cb3fcc8a4e643b28393ecee6d271b8a211186650
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 5.1 MB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
708dbd19fce1c6ef26447098144bfe91be7c0200b77d1242bb3c3361d956175b
BLAKE2b-256 checksum
How to use checksums
1304bb583b2445d19855ff258d3a57183bd8146890ac37b6f1d40f6fd70685f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 5.2 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
ffcb675e455cb2fa0017a9a48191029184d016bfe0bb06738e2c93181a2d96ee
BLAKE2b-256 checksum
How to use checksums
d986cb5cf6465e4fdbaab1128e35789f053c8099789126929120a8532c2934a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Size 5.1 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
f1a1ccaafac94145ac7c6de85d03b84e83b66b46ba29200bc3dad1fc1bcab013
BLAKE2b-256 checksum
How to use checksums
460cfc47b1f3e551c860dba036cd383156361d2c02fd80098c647210b6223bd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-macosx_11_0_arm64.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-macosx_11_0_arm64.whl
Size 5.0 MB
Tags CPython 3.9 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8dc3ae68ac6ee548d895fcbecc47b5723e234f04208e124350e54997188a1456
BLAKE2b-256 checksum
How to use checksums
ef55997194c473d6a64278e1325bea65f087a0fdea6144b34e0fb411cfed482b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / simple_icons_pack-16.31.0-cp39-abi3-macosx_10_12_x86_64.whl

Download URL simple_icons_pack-16.31.0-cp39-abi3-macosx_10_12_x86_64.whl
Size 4.7 MB
Tags CPython 3.9 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
19be98fdf856a4918bedf4464ad63b0353595df4334314786862a5a1fd26c9de
BLAKE2b-256 checksum
How to use checksums
6ec39e803f95bea26b44dc69c3a58c00c8473c48c53cfe84133231d1e917bb64
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

16.31.0 This release

29 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page