Skip to content

Releases: simple-icons/simple-icons

Release 21 new icons (v9.3.0)

25 Jun 03:40
Compare
Choose a tag to compare

New Icons

Release 6 new icons and 1 updated icon (v9.2.0)

18 Jun 07:26
Compare
Choose a tag to compare

New Icons

Updated Icons

Release 8 new icons and 1 updated icon (v9.1.0)

12 Jun 02:45
Compare
Choose a tag to compare

New Icons

Updated Icons

Release 9 new icons and 1 updated icon and 4 removed icons (v9.0.0)

28 May 01:00
Compare
Choose a tag to compare

API Breaking Change

  • Now those properties in icon object which have undefined value will be omitted. (#8582)

New Icons

Updated Icons

Removed Icons

New third-party extension

  • Framer component (#8679)

Release 2 new icons (v8.15.0)

21 May 08:30
Compare
Choose a tag to compare

New Icons

Release 1 new icon (v8.14.0)

15 May 05:25
Compare
Choose a tag to compare

Release 1 new icon and 1 updated icon (v8.13.0)

07 May 07:12
Compare
Choose a tag to compare

New Icons

Updated Icons

Release 7 new icons and 3 updated icons (v8.12.1)

30 Apr 14:57
Compare
Choose a tag to compare

New Icons

Updated Icons

Release 1 new icon (v8.11.0)

23 Apr 03:09
Compare
Choose a tag to compare

New Icons

New API

Developing Third-Party Extensions

A SDK is included in the simple-icons/sdk entrypoint of the npm package to make it easier the development of third party extensions with Javascript and Typescript.

import { getIconsData, type IconData } from 'simple-icons/sdk';

const iconsData: IconData[] = getIconsData();
import { getIconsData } from 'simple-icons/sdk';

/* @typedef {import("./simple-icons/sdk").IconData} IconData */

/* @type {IconData[]} */
const iconsData = getIconsData();

Release 5 new icons and 3 updated icons (v8.10.0)

09 Apr 15:17
Compare
Choose a tag to compare

New Icons

Updated Icons