Simple Icons

Browse 3370 free Simple Icons SVG icons. Download SVG, copy as JSX, PNG or Base64. CC0 1.0 licensed. Designed by Simple Icons Collaborators.

3370 icons • Logos • 24px

+F

About Simple Icons

Simple Icons is the world's largest SVG brand logo icon set, with 3,000+ brand icons covering technology companies, programming languages, frameworks, social platforms, and services. Every icon is CC0 (public domain) — no restrictions for personal or commercial use — and includes the brand's official hex color as a named export in the npm package. Simple Icons are the standard choice for "built with" tech stacks, sign-in button rows (Sign in with GitHub), integration directories, and any interface requiring trustworthy brand representation. The npm package ships TypeScript types with hex values as `si.hex`. Search and copy Simple Icons SVG here, export as JSX, or download PNG with one click. Updated continuously via community GitHub pull requests — new brands accepted regularly. Compared with Devicon, Simple Icons focuses exclusively on flat, brand-accurate monochrome icons rather than multi-variant colored tech icons. Ideal for developer tools, portfolio sites, and SaaS integration pages.

Created By

Simple Icons Collaborators Visit Website

License

Pack Details

Version

15.19.0

v15.19.0

Color Support

Monochrome

Category

Logos

How to use Simple Icons icons

Icon Set Version

v15.19.0

Package

simple-icons, @icons-pack/react-simple-icons

License SPDX

CC0-1.0

Grid Size

24px

Sample Icons

wise, framer, vuetify

Install

bash
npm install simple-icons

React

tsx
// Option 1: Copy SVG directly from AllSVGIcons
// Option 2: Use @icons-pack/react-simple-icons
import { SiGithub, SiReact } from '@icons-pack/react-simple-icons';

export default function App() {
  return <SiGithub size={24} />;
}

HTML / CDN

html
<!-- Via CDN (SVG sprite) -->
<svg><use href="https://cdn.simpleicons.org/github/24" /></svg>

<!-- Or embed individual SVG from AllSVGIcons -->

Via Iconify · any framework

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="simple-icons:icon-name" width={24} />;
}

Package stats

Build-time npm metadata cached weekly • Last refresh Mar 26, 2026

simple-icons

SVG icons for popular brands https://simpleicons.org

v16.13.0
Score 76%
Popularity 39%
Quality 94%
Maintenance 99%

License

CC0-1.0

Weekly downloads

221.8K

Monthly downloads

893.3K

Total downloads

6.8M

Unpacked size

15 MB

Last published

Mar 22, 2026

Registry updated

Mar 22, 2026

@icons-pack/react-simple-icons

This package provides the Simple Icons packaged as a set of React components.

v13.13.0
Score 56%
Popularity 14%
Quality 55%
Maintenance 100%

License

MIT

Weekly downloads

319.3K

Monthly downloads

1.3M

Total downloads

10.4M

Unpacked size

25 MB

Last published

Mar 17, 2026

Registry updated

Mar 17, 2026

Compare Simple Icons with similar icon packs

Frequently Asked Questions

Simple Icons is CC0 (public domain). For UI use cases like "Sign in with X" buttons and tech stack displays usage is generally accepted. For marketing campaigns, review the specific brand's logo usage guidelines.

Yes. Every icon includes the brand's official hex color accessible via the simple-icons npm package as si.hex, or visible on each icon page here.

Simple Icons is very actively maintained with frequent releases tracking brand rebrands and new icon submissions. New brands can be submitted via their GitHub repository.