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.29.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.29.0
File Size Uploaded
simple_icons_pack-16.29.0.tar.gz 2.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for simple-icons-pack 16.29.0
File
simple_icons_pack-16.29.0-cp315-abi3.abi3t-win_arm64.whl CPython 3.15 abi3, abi3t Windows ARM64 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-win_amd64.whl CPython 3.15 abi3t, abi3 Windows x86-64 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-win32.whl CPython 3.15 abi3t, abi3 Windows x86-32 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl CPython 3.15 abi3, abi3t Linux musl 1.2+ x86-64 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl CPython 3.15 abi3, abi3t Linux musl 1.2+ x86-32 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ ARMv7l Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl CPython 3.15 abi3t, abi3 Linux musl 1.2+ ARM64 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 abi3t, abi3 Linux glibc 2.17+ x86-64 Details
simple_icons_pack-16.29.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.29.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.15 abi3, abi3t Linux glibc 2.17+ PowerPC 64-le Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 abi3, abi3t Linux glibc 2.17+ ARM64 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.15 abi3t, abi3 Linux glibc 2.5+ x86-32 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-macosx_11_0_arm64.whl CPython 3.15 abi3t, abi3 macOS 11.0+ ARM64 Details
simple_icons_pack-16.29.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl CPython 3.15 abi3, abi3t macOS 10.12+ x86-64 Details
simple_icons_pack-16.29.0-cp311-abi3-win_arm64.whl CPython 3.11 abi3 Windows ARM64 Details
simple_icons_pack-16.29.0-cp39-abi3-win_amd64.whl CPython 3.9 abi3 Windows x86-64 Details
simple_icons_pack-16.29.0-cp39-abi3-win32.whl CPython 3.9 abi3 Windows x86-32 Details
simple_icons_pack-16.29.0-cp39-abi3-musllinux_1_2_x86_64.whl CPython 3.9 abi3 Linux musl 1.2+ x86-64 Details
simple_icons_pack-16.29.0-cp39-abi3-musllinux_1_2_i686.whl CPython 3.9 abi3 Linux musl 1.2+ x86-32 Details
simple_icons_pack-16.29.0-cp39-abi3-musllinux_1_2_armv7l.whl CPython 3.9 abi3 Linux musl 1.2+ ARMv7l Details
simple_icons_pack-16.29.0-cp39-abi3-musllinux_1_2_aarch64.whl CPython 3.9 abi3 Linux musl 1.2+ ARM64 Details
simple_icons_pack-16.29.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.29.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.29.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.29.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 abi3 Linux glibc 2.17+ ARM64 Details
simple_icons_pack-16.29.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.29.0-cp39-abi3-macosx_11_0_arm64.whl CPython 3.9 abi3 macOS 11.0+ ARM64 Details
simple_icons_pack-16.29.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.29.0.tar.gz

Download URL simple_icons_pack-16.29.0.tar.gz
Size 2.4 MB
Tags Source
SHA-256 checksum
How to use checksums
d4717437b2302ba9b218cb83a01dcfdc80626ea93711f1f67469ca55145b1b5e
BLAKE2b-256 checksum
How to use checksums
0ecc1f9ca75c48da551261d74a5af152e7dc811be59eb093842f3e592ab1b7b2
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
d244807b01aa60cd66c1d1c12521ff9608fb30201cb69e95c1fe6f3c1015b919
BLAKE2b-256 checksum
How to use checksums
fa135e960114e3b1fbeb05ce68ff7179432c087719d5e78225ab69844d3596d0
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp315-abi3.abi3t-win_amd64.whl
Size 4.9 MB
Tags CPython 3.15 Windows x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
07aad9c93e55c7eb0aa3fb93f7ed2bc4c4ceedd04dd0ff133300e97dc00d9d6f
BLAKE2b-256 checksum
How to use checksums
a13e4657ccc95467eeb14cb3010b2d6b3196a8c304b137f03bb44b2ecaa5d68b
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
cdf65ed360a609faf102efa6420cee13a9fefc6e721fa5cd3efa619053a3814d
BLAKE2b-256 checksum
How to use checksums
0bb9543d5b466f0e0b74eb8d1e6bbc3aba7e1c153381a7e7905e886757211b72
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
f3954282b4ea08f0e820bf05dabfcb071fdee20021d922386550b46f04b1d8bc
BLAKE2b-256 checksum
How to use checksums
e076d49cb44d5c9a08e77a1d5ce85686713fda36e5e2b77a424a2b5ec3370e94
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp315-abi3.abi3t-musllinux_1_2_i686.whl
Size 5.1 MB
Tags CPython 3.15 Linux musl 1.2+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
e44a10ba459beab1ae6a583f230ca9369ba4b4b9b54ac2d247c835428e22d660
BLAKE2b-256 checksum
How to use checksums
50b242f1aeb78e43406a20f53371f0f93bcbfb82742b21a32ce4fbdd8c2fad51
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
9c333549fdf060ed63983fe196a29de8363a17b9205ba06e0a45dd3a94038ad5
BLAKE2b-256 checksum
How to use checksums
d004081b86ffafd2819e8040434df6e7dd6bb4c43036209d1133c948c2a182bc
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
Size 5.4 MB
Tags CPython 3.15 Linux musl 1.2+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
4d20084aba594645c01d4acac4e7edc80b6dc373a50ec8b1150def54c365d8b0
BLAKE2b-256 checksum
How to use checksums
58132029cb92123d95188dadbb3ac6e6d176bacba372855fbc3184ec408ea17b
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.7 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
2b21903ef04964adb990871b15287ee3d5af05148c0e3f575701f59feaeef431
BLAKE2b-256 checksum
How to use checksums
0c0eb69f7832ee0641adb3c38133fc3be9d91a174194ff6c668f45fecbb42580
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
f5dc8070d0c359315542fccc05dcc0a0882485c00ea35a1c9c1e62b0532f2b12
BLAKE2b-256 checksum
How to use checksums
290a5ef0d3490710b99c3a0d2f03dd09a8e34c13d48651b65d819e47d39dff8a
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 5.2 MB
Tags CPython 3.15 Linux glibc 2.17+ PowerPC 64-le abi3 abi3t
SHA-256 checksum
How to use checksums
500202cccf25f0701ebfa25d4ae721365b6b59879a6a41815993a9677da2bbf2
BLAKE2b-256 checksum
How to use checksums
88eb77e98a53a79370239d35aff7e782c6a2aa4321982a35ea16092c38604cfc
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
27ac28e2aa6c4851f393dcfe9342e1ea04eace1e6422d22f140e70af642f8b54
BLAKE2b-256 checksum
How to use checksums
c570999074e77dbccfeabcc466db2089c29788287db73e74d3a7589fa1d54182
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
a7d4e09cbe510b605a490d24970a7bc123e5a46d3efd20474abf18ef06b97c45
BLAKE2b-256 checksum
How to use checksums
db241b737bd2d815f370815dcbe370806721e0891b33c935389f2f85adca47b4
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
caf59a9542cf5585dc2c7b0839ce0c0fc387a8acc94edb01f6bf1ca097b3ef0d
BLAKE2b-256 checksum
How to use checksums
5fc4faf4ac123300068b4d3dea29a9b93418f7d9ad5f91bffadfbf60086d5c93
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
92ec80a46acf70e11c7329af3f8a03d8a20237c28d8de2364bc1894e17d45391
BLAKE2b-256 checksum
How to use checksums
b6b3ba0e5eb78281ff13a03d3f79586f642fd94cb23197e22b75f667cb7b5c4f
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp311-abi3-win_arm64.whl
Size 4.6 MB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
9c23016bd7959b246888a5bde5e144ff25a4b92e06048fb765a0a8f9d9436513
BLAKE2b-256 checksum
How to use checksums
d7e72eeb7d0c354434b88ab875444c4e81fab923dd74b3d38c9bdf1e8540c159
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
a526d43ef5c37866a509fa5f4362adc5d2224edbdd52f7652f901def507a1513
BLAKE2b-256 checksum
How to use checksums
41186bf5c8016a234b19a31a32eb37a3fc9d562936f7243c983361a3ae9d8001
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp39-abi3-win32.whl
Size 4.9 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
d433737d2dc314483dbfd6716d4ea831d6d4a1b5d5a8e7f85c7fc95c4c5dd51f
BLAKE2b-256 checksum
How to use checksums
19806b0f27841bd10663f7a065c3137774e7b47e708f3124f73da66e9f19c526
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
a962b38bf5e33f6c1be8dca4b3a6d031f20de9cc0a82f045ede216532c0298bd
BLAKE2b-256 checksum
How to use checksums
0ecd3449afdaa08d3328630c3fcca67365f6b9fd0ba92e6b0723a8fd0dac6762
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp39-abi3-musllinux_1_2_i686.whl
Size 5.3 MB
Tags CPython 3.9 Linux musl 1.2+ x86-32 abi3
SHA-256 checksum
How to use checksums
bef7f9d4d590f681c07138ad1e2e79477060cc8f0b9bfe26b3801821f6a69814
BLAKE2b-256 checksum
How to use checksums
c5fcd328f44e07d4b9d46f5b325b69eb192de225b856c81fe70472580b65c4af
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp39-abi3-musllinux_1_2_armv7l.whl
Size 5.1 MB
Tags CPython 3.9 Linux musl 1.2+ ARMv7l abi3
SHA-256 checksum
How to use checksums
bd47d77fb5faeacd84f3204c26405f9e5cbf5d5a469c71d6cf4a461b3a55cefa
BLAKE2b-256 checksum
How to use checksums
f298004ca416ae88de6b8649918fdba9e5c50dddd4aff857c6d9bece29db28a7
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
e775ec612b5c1a71357f5737d99295316f54299ed83e8961bad3d67e480a909a
BLAKE2b-256 checksum
How to use checksums
d7c42cf577bd7618fd253dacf4fb87d6dd0631af6d6530c468042c890b134713
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.9 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
daa2c258aeaff4eb9d4db156ef23859e5f5a48ff40c6337c7560688579f0b733
BLAKE2b-256 checksum
How to use checksums
7362a702e3a4f527fae89866a1471a17777e60b1bad078d910d7f7264ed48ec2
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
000353bbb511f88e2b64aaa898497720c16462defdd5acef24939ef9d7700dc7
BLAKE2b-256 checksum
How to use checksums
469f1d33ee85e53bbe9fb33f65b3033d23e35b5b18b022a7b0640979b473d71d
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
bfc3bd11b5c19b990cd066eadb2e19ada05ba479e5946e5f4efa62cccdaf8809
BLAKE2b-256 checksum
How to use checksums
bb48961a4a92710ff2134a50c296d3c05404fc572c715962524b5e49439ae95a
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 4.9 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
7e812e91486f478eb1fa9470141b23562b427aa9a0b0c5dc6eac5bf0a00cdd4f
BLAKE2b-256 checksum
How to use checksums
e06abd3a0da4370956f2af624559aeb4da8bf5e15b0c22c414ce60f25f8a753c
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
4420ed1fdc22f6c7e9857cf499fbe8e03c28f57e218820a3f6861ecdd3388802
BLAKE2b-256 checksum
How to use checksums
5f968b48a423dbc7b11eebfa54f88b3665bfb58ea6eb8cbb6cb7b932923d826d
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.0-cp39-abi3-macosx_11_0_arm64.whl
Size 4.6 MB
Tags CPython 3.9 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f15184e5fd857e005809912ab50a6d7745b330a30a41589b996ded850b8b33d4
BLAKE2b-256 checksum
How to use checksums
012565fd8037bb7c053f896967990c61f8f4bd125c415cf9eeb927d15635dcff
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 2, 2026.

Transparency log

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

Download URL simple_icons_pack-16.29.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
c467cdac9b9ed85d78d7c61a98e6c7fddd4aeeb7e48b291b32aca6df4b5c986b
BLAKE2b-256 checksum
How to use checksums
35adcb65fc0486d24fa3b3ea6235ff949966776e80f8429a451dfb5b3458f345
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 2, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

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