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.30.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.30.0
File Size Uploaded
simple_icons_pack-16.30.0.tar.gz 2.4 MB Details

Built distributions (wheels)

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

Download URL simple_icons_pack-16.30.0.tar.gz
Size 2.4 MB
Tags Source
SHA-256 checksum
How to use checksums
6067f33384fb6185af740348ca6b3ca28dbb7eb8fc103abb6f13286edcfc5fc6
BLAKE2b-256 checksum
How to use checksums
919e2bcb4358d86f63fd0193c6bb1de2bc34b634ec15656e4444a52c997447c0
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp315-abi3.abi3t-win_arm64.whl
Size 4.8 MB
Tags CPython 3.15 Windows ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
e697e6d17494cf751f5042faa2eef735aaf8d4faff61818ff2d66f8e0d94b80e
BLAKE2b-256 checksum
How to use checksums
6cf03c32585abd63a4a2a1664559368fd42dbf21fd39a686f7229bb60e6323e7
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
0328c28e758ce7e1e3480ae909433e7b1f75fefa6d429c4af72bc877273ebe3e
BLAKE2b-256 checksum
How to use checksums
9cff4ab7a997e5350362a723a77334dd96894aaaa16111fa144b2d0307b3ffe1
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
584e25758aaacea0791bea511d60f092ba1d6b73f437e1ddec97385548bd95b1
BLAKE2b-256 checksum
How to use checksums
fc0330a46b89a13e567a6ddc4d12ee75deff13a5f3ccee5ea873ae03c3b4af3d
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
bd4b63417fb0b6b24e4ed7860d4af776f8ac653ace0e8a5bb4cc1920ddb42e89
BLAKE2b-256 checksum
How to use checksums
79d08c7ad2c2827dcd7e20d2c8c90d26f630562cfd251d7c411364093915831d
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
663d919d20d6278693bb71dae6466c292c897d0c333d952849f7609641861059
BLAKE2b-256 checksum
How to use checksums
2373e058b78708362e814c55d2547c3170aa4d4718144f09bdb1d474856da4d0
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
1f34395ff9e4714ab6e04acf200594abfcc6f03874208ca8b198cb0d5136fa5b
BLAKE2b-256 checksum
How to use checksums
6458fd8a00b2caad842e759ae28ea9ace11d75d64fdd1d1029f2c284c9a5b69b
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
2f81dd5864ee66c85dad45cb8fd1942ebc0ce55cde07a517880069a326a0c70e
BLAKE2b-256 checksum
How to use checksums
f42701d64ff267abec0d2c621c907047609a615cddbf39d501caa604fdc836d8
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.8 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64 abi3 abi3t
SHA-256 checksum
How to use checksums
6b55b7af70bf59b96174ac27e813fb30aff9dbf1344dc61defa8546e45fd4023
BLAKE2b-256 checksum
How to use checksums
1d6fe73b3762cdeddf3ed3ba8d1056fa112d00ddc2a15c4af0a1570222e1bae3
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp315-abi3.abi3t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.2 MB
Tags CPython 3.15 Linux glibc 2.17+ IBM System/390x abi3 abi3t
SHA-256 checksum
How to use checksums
1e308e35e877eb5bb107cf78eae123f67e73c98db567514d14b2e05a0b5f3c36
BLAKE2b-256 checksum
How to use checksums
9d56fe891c4ba2a8946042cc0435962417307b63aeb22c218cf3e652014aee90
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
b872039ad7d9b991d4996170cf9036a91cddd2e6098555a9420236b05d69ee3b
BLAKE2b-256 checksum
How to use checksums
1183084dda86b5db00b53da5f1f0132a64c7507524bfc892258eea5982aeed8b
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 5.1 MB
Tags CPython 3.15 Linux glibc 2.17+ ARM64 abi3 abi3t
SHA-256 checksum
How to use checksums
8e299f3657970bbfd951986eee077c7e0d61b8911ec06926d64f7a1546231296
BLAKE2b-256 checksum
How to use checksums
7e4f1230b546835adc75818ef6129178ded1a63259bdf284c48dd7888403d857
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
Size 4.9 MB
Tags CPython 3.15 Linux glibc 2.5+ x86-32 abi3 abi3t
SHA-256 checksum
How to use checksums
5b9cb98f89236a5b0f576bd14ad1b1890958e508ee1360f1b7af286c0a9af49e
BLAKE2b-256 checksum
How to use checksums
20f564620e1e8dc6044b1460482f6ef356d116292e7906114a5651556f64b584
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
be381ec9d8be6d5ba608c6bb2aae6a0f5e606c5bc1f2ad1d78c958f82a03dedf
BLAKE2b-256 checksum
How to use checksums
0ca06d1fa371f29f940ef4ba8e1c968394274afb3381ca2ea414b5c11e2610cc
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
Size 4.4 MB
Tags CPython 3.15 abi3 abi3t macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
1cdc6edf56af39ed72307442b42ba17d4a468e60de8870cecf62eeb24acf005c
BLAKE2b-256 checksum
How to use checksums
560378e46d6f47ffa94a41f2888bdb509bec9fdad6dabfd3550c15981d00f270
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp311-abi3-win_arm64.whl
Size 4.9 MB
Tags CPython 3.11 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
9b95931370f7475cbec57bedf55f2e5fa44f9c7cc24aebab719264e1b771c7ef
BLAKE2b-256 checksum
How to use checksums
0bce338d93588816b7cfabef23ded0cf57627b812ae4597861fb1ab6d3cce130
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp39-abi3-win_amd64.whl
Size 4.7 MB
Tags CPython 3.9 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
c156bdb785d108852b8e91a807ee887b2226177a966b98e820863a8117c7ab1c
BLAKE2b-256 checksum
How to use checksums
a649cc01ca05527c0edcd80cd685890f1aa558c8b27606ea4ba02f1690ab43e5
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp39-abi3-win32.whl
Size 4.9 MB
Tags CPython 3.9 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
22d74da8b5c0c85310ba27f7846401d135398dc19587d030b49be57f446663ee
BLAKE2b-256 checksum
How to use checksums
17e184ec90a6e35739132b9e874d36870d908b25facb7af8ca1f80c1fe00e36c
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp39-abi3-musllinux_1_2_x86_64.whl
Size 5.1 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
09055ec11b4c1f3f4ed66ac97b977d664b2faa374f22556f5ed1dbad170cef69
BLAKE2b-256 checksum
How to use checksums
81b2eec1f93b95e3c7469024b0d187d5de8a7f49388e8b8c6d18ba12c8bdd75b
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
1765f6b6e1192cb9ca814f07b3b9b9b26518014178ee9c5030d19b49e057af56
BLAKE2b-256 checksum
How to use checksums
eec71d82a53ec44a86c36d466db36edff5c206e035e42093268a3932b36e813f
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
9a80d185105411b3d969aed1a0c06e5f521a22e161b5069b5a499c1f9029a3bb
BLAKE2b-256 checksum
How to use checksums
e6cc7dce0e5d6748ad33cf53f75ae5e03e65ccb858cc66945d836b861b76e90f
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp39-abi3-musllinux_1_2_aarch64.whl
Size 5.2 MB
Tags CPython 3.9 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
751934d2575ddc36587ad2244bedbd456e4b930e5ddc53b8aad7b9764ca5a34e
BLAKE2b-256 checksum
How to use checksums
83c4918b929e9f2bc29a77c020d6ecf59d32ff29167163362d3c305f05e37d65
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
5615e0a58ee0a596992d8a04a26e7dcf7939883e985c902dd6b2304747f6b604
BLAKE2b-256 checksum
How to use checksums
ef464f12f87acad6eca1d02eadbf3fa85a6831a7340a01712198fe8739ab3c02
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
d87405d5d721858538c6184364f37a947178a37d5396137379a08df10a8a4bab
BLAKE2b-256 checksum
How to use checksums
4127fd187358d48e4475feca964254dfabd1bc3c149dd82f681e632c7e9a1314
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
b3fd522197da4a4734eae709937b82b072993c4b2efd0b6f37f3a79ba1d56c3e
BLAKE2b-256 checksum
How to use checksums
dbf492227ed594d6f8e698c8cedc1b560ba289f813a06675d98b8a9b7a911e93
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 5.1 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
bb1da89eacf2123da5273519b3657646a12acbc2b70a6b64edfbf74daa34a294
BLAKE2b-256 checksum
How to use checksums
d2886f553d13c75ed54c168877cfe0f9b947b4bce0e9deef1ed7528c8ca32cee
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
96093c7952ceffd0d7eec2486ae9da55dd66099e54b94b68aa378610f826d0d3
BLAKE2b-256 checksum
How to use checksums
2f563d2c439ffba3fc47cf4b5ad08679078edd17e58d29658998c76ca4d42e46
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.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
d2cb8480dbc5d2adcb1d13a81a99d539a19d4db0ffaefacec380351c222ddee1
BLAKE2b-256 checksum
How to use checksums
3b9e3aa505825556408c14e169fa79426b27d8552761783a1ceb2d8b0eeecec9
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 8, 2026.

Transparency log

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

Download URL simple_icons_pack-16.30.0-cp39-abi3-macosx_10_12_x86_64.whl
Size 4.5 MB
Tags CPython 3.9 abi3 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
64f03bc2d363cbe82f72d99b9a85b2b9f140fab640159cd7e49ac601b418fa8f
BLAKE2b-256 checksum
How to use checksums
a29affb08222eecad45257b38405f0417b7f4139af17e7c26f104e00f3d4a390
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 8, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

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