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.32.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.32.0
File Size Uploaded
simple_icons_pack-16.32.0.tar.gz 2.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for simple-icons-pack 16.32.0
File
simple_icons_pack-16.32.0-cp315-abi3.abi3t-win_arm64.whl CPython 3.15 abi3t, abi3 Windows ARM64 Details
simple_icons_pack-16.32.0-cp315-abi3.abi3t-win_amd64.whl CPython 3.15 abi3t, abi3 Windows x86-64 Details
simple_icons_pack-16.32.0-cp315-abi3.abi3t-win32.whl CPython 3.15 abi3t, abi3 Windows x86-32 Details
simple_icons_pack-16.32.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.32.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.32.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ ARMv7l Details
simple_icons_pack-16.32.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ ARM64 Details
simple_icons_pack-16.32.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.32.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.32.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.32.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.32.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.32.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl CPython 3.15 abi3t, abi3 macOS 11.0+ ARM64 Details
simple_icons_pack-16.32.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.32.0-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
simple_icons_pack-16.32.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
simple_icons_pack-16.32.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_i686.whl CPython 3.9 abi3 Linux musl 1.2+ x86-32 Details
simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_armv7l.whl CPython 3.9 abi3 Linux musl 1.2+ ARMv7l Details
simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
simple_icons_pack-16.32.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.32.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.32.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.32.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
simple_icons_pack-16.32.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.32.0-cp39-abi3-macosx_11_0_arm64.whl CPython 3.9 abi3 macOS 11.0+ ARM64 Details
simple_icons_pack-16.32.0-cp39-abi3-macosx_10_12_x86_64.whl CPython 3.9 abi3 macOS 10.12+ x86-64 Details

Total release size: 142.5 MB

Release files / simple_icons_pack-16.32.0.tar.gz

Download URL simple_icons_pack-16.32.0.tar.gz
Size 2.4 MB
Tags Source
SHA-256 checksum
How to use checksums
c8d041daa277275279c272c08087a7eee64c2b008d61e76d22999c2f3622c995
BLAKE2b-256 checksum
How to use checksums
894a5668f9ad19bbd042e9cf076db7a6319c432a3d500223f5dee5c227023383
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.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
ab6ce019e986653dbeab0067699d6c113512048fd32f4a1d9439b29a8b740d4a
BLAKE2b-256 checksum
How to use checksums
585f7120aeb990efd48af09c8894a2f507f21f4fb858de2db3e684315ed28d6a
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.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
5d8c31125c90b9aca14feff8fbb764f7f369ab0d9cd8b430fe86fde2852314a4
BLAKE2b-256 checksum
How to use checksums
23b7d7f6a271007006c7d35a8473445da379748c3b11eec6017906cef66b81c1
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-win32.whl
Size 4.9 MB
Tags CPython 3.15 Windows x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
455b2436b6c316a151f8b64ce068f1e951213b6c890e75e045d234b86ff16689
BLAKE2b-256 checksum
How to use checksums
810c3672476951c0c9db6fbe5dcb911e32a4becc1a44dc4206312b042ff40731
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
Size 5.0 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
e89bd223c46bd4b2ffb21f0df5a8efc6bffb0a1676f3b0fad74a715e02c62729
BLAKE2b-256 checksum
How to use checksums
9243260095cbc6b6a98c9b6a354a1e4845fa293b06065d6894725de347fa2945
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Size 5.3 MB
Tags CPython 3.15 Linux musl 1.2+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
369938f68f5e5b0e8d4d23518b17e1ef9e63380c16445bb7e9f7da0f2201f9de
BLAKE2b-256 checksum
How to use checksums
3f57f34f1b670e8919b059a95d14c502e4a47620703d063694983a478ea4ef89
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
Size 5.3 MB
Tags CPython 3.15 Linux musl 1.2+ ARMv7l abi3 abi3t
SHA-256 checksum
How to use checksums
f750998f998f63acdffc6d7aa53bec734bcb630709e43b34a79496a15225ff04
BLAKE2b-256 checksum
How to use checksums
9a5578c5fbb6597752e5c8808a1b59bce07de89dc2cbe90f9290777ae524bf05
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Size 5.1 MB
Tags CPython 3.15 Linux musl 1.2+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
1f9946d126f7ac8fbd163edecbc1378a65f9e1a33c4e5d20a7f0c4567acb32ef
BLAKE2b-256 checksum
How to use checksums
7f11b24344b6330d3dd8fc20afe79ed32df89f5bc12b6fb5afcdd22d79c6a202
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.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
2377b52589909dac8db53aab6a749c444ac0932135091d18a0cda3c56505b926
BLAKE2b-256 checksum
How to use checksums
2c1bfd539acbfbc0ecbdc83545f5865a37c532b8feb57f9f5eedc47aeb7e339e
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.0 MB
Tags CPython 3.15 Linux glibc 2.17+ IBM System/390x abi3 abi3t
SHA-256 checksum
How to use checksums
55f30f379a4a5ea708164db0da0a236f8335f9ceaed63f74523e1b5722fe9a71
BLAKE2b-256 checksum
How to use checksums
d7d1b0276d2f72f5f52b1a57a6b0824e37fab753ac1cadc90b150408b7b653f9
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.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
249a24da106667b7e8e1812128901522aa9e68ebc23d8117fb7041de734d5031
BLAKE2b-256 checksum
How to use checksums
5722053502825bebb0f257c9a55b38d2d64ba52b384486599ffc931552e935ca
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.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
36e76d8931f46ae8c37bfa2574c2844129279886db0d07b5c66b2b16bd2fd288
BLAKE2b-256 checksum
How to use checksums
be88b1f68ed53d131a17230fe1b9000105cba13f43411f32016f46d33c5f3541
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Size 5.0 MB
Tags CPython 3.15 Linux glibc 2.5+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
950c3c69de923269d1c5514aa6e3db28548a4393950a99b07e8ff221f31c793b
BLAKE2b-256 checksum
How to use checksums
e91f2a4ad6c855761920b3578d03c4a94995902a1fc38da691caed7f3ff7ad1f
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl
Size 4.8 MB
Tags CPython 3.15 abi3 abi3t macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
79c5c6dda39dee3074deae536a377a0dedb5fe2488daceaf4a675b1785d19b32
BLAKE2b-256 checksum
How to use checksums
8b1c566bfb6cc390597e4e04f50de9064ac4940628a888e28f615a36a24bd9c4
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Size 4.9 MB
Tags CPython 3.15 abi3 abi3t macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
35b67c4b60cb1273c79575c8e59ded986e27586cc0b1e0702810b3adc129b5ad
BLAKE2b-256 checksum
How to use checksums
4fa480fc746a6368b838877105a061556b5bd64b9eede3c5186bd2289a397ab5
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp311-abi3-win_arm64.whl
Size 4.8 MB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
ae510d35eb9776021c375bd7e85cbbd7bdfeb87e0417611a4ba29ae454dd0f53
BLAKE2b-256 checksum
How to use checksums
ae0ff1f06a47ebf6c8d527e6eb059309a3d7d3e27cc5b86622104ed2cbe80dd3
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-win_amd64.whl
Size 5.0 MB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
e157f417269adb1fdceca04635183302fa0eb93a1089b17f1a98cda705d2b5ae
BLAKE2b-256 checksum
How to use checksums
0e7513d392976a5b772b7fad016553cb8b0e654e25e840e81103914e70c48783
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-win32.whl
Size 5.0 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
46bade6e313323ea28df2f27ff5e362d9578d8659b7026f00cae3c060e19ce0b
BLAKE2b-256 checksum
How to use checksums
882367c9d7fad7579daa199d29ad09d9a409abf058ab0f9d1f96f0b00ee3c3f0
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 4.8 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
24699415981ba558a76943383189e463173b4c089ad42e0fe0387504e13537f3
BLAKE2b-256 checksum
How to use checksums
42e5508476b703aa252527e06be5aa55e316e5d76e435646fca9a09e645d7068
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_i686.whl
Size 5.1 MB
Tags CPython 3.9 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
60610175820b2d07a7722151bcf695db7641094ae00bbe970921e4988eafe137
BLAKE2b-256 checksum
How to use checksums
23a040a37d6c3885a475dc4cee616e7f81b440583e55b3f97af4c0659842671a
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_armv7l.whl
Size 5.3 MB
Tags CPython 3.9 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
9e93840d5af31d475a65e4cd0876d1ff79c8efc5da8df681e0dfe1327a1b03a5
BLAKE2b-256 checksum
How to use checksums
5e6d0846c3b05077068428e16e42a726886311d2959d92828d818657ba95078f
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 5.3 MB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
0fc4a91ad5cf4ec74a58e58a2c9ae22e424c9e2f42076ba1584b85d3c84f8ad0
BLAKE2b-256 checksum
How to use checksums
3efa3f14c448fd4e288cbfe81687d41ddd7b9a9893fc0cbe1c7bae89ec5e787b
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.7 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
167465bdcf1e41c101b5d5619ba52fe3c10a89237cf20176bf64b3bce7f3b895
BLAKE2b-256 checksum
How to use checksums
53ba8102ceaeed8b2d6f4a467486594f757803d95fba8aa7777566959d1df55e
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.2 MB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x abi3
SHA-256 checksum
How to use checksums
297714d4329a2a518422ebcc06d7c7b7fb2f45dfdc4bfe59ea83febcaa9a3f25
BLAKE2b-256 checksum
How to use checksums
967a6980deebe20dd7bd28f3d1f5c02ee1a5136f81bfe0b91dd7aa72c9caf709
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 5.2 MB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le abi3
SHA-256 checksum
How to use checksums
0655170d921246285cbdcb597f1ac51e6db592ba3b956ca35dbf706f475fc4f7
BLAKE2b-256 checksum
How to use checksums
2e0a69959dfcdcdea1a41745be03de287300bf36be49d0009f21968f67c9624c
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 4.8 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
4227230ab4315adbb3a062f10535693ab42678daa3b981e1a542a4328e615671
BLAKE2b-256 checksum
How to use checksums
b56334756d2080bed77d2951e052ea83398f5e2dc7fbd53be1fc7f9384c1f62c
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl
Size 4.9 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
e939689a76e3dc880519f9f62f4b980af976b294cbb7518bcecdea570dfcba66
BLAKE2b-256 checksum
How to use checksums
9af0f8ea21050cb4e630eade8e9ec301115f44d3d24e58528cd24da983ed32d6
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-macosx_11_0_arm64.whl
Size 4.7 MB
Tags CPython 3.9 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
119b616b2d71975293fa63fe74bf40969765fbc9480a92af51e2de15e7b542f3
BLAKE2b-256 checksum
How to use checksums
b66d55d3c319d3e75ec6eab82fcbafa54d82ab4b6a4e6ef9636d7ca84e31558d
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 24, 2026.

Transparency log

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

Download URL simple_icons_pack-16.32.0-cp39-abi3-macosx_10_12_x86_64.whl
Size 4.6 MB
Tags CPython 3.9 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
2db4dc84ca094204b1f9dd8965f21c3a5234139f046cac12de277c0a9787d850
BLAKE2b-256 checksum
How to use checksums
13cacb18c55fe3036d7cb1e4caa0f66eab35f98e64b9c5cb27a94c8a919e9da4
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 24, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

16.32.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