markdown-badges
The largest curated collection of markdown badges for your personal developer branding, profile, and projects.
Top Related Projects
:octocat: Improve your README.md profile with these amazing badges.
😎 A curated list of GitHub badges for your next project
:pencil: Markdown code for lots of small badges :ribbon: :pushpin: (shields.io, forthebadge.com etc) :sunglasses:. Contributions are welcome! Please add yours!
:zap: Dynamically generated stats for your github readmes
SVG icons for popular brands
Concise, consistent, and legible badges in SVG and raster format
Quick Overview
Ileriayo/markdown-badges is a GitHub repository that provides a comprehensive collection of badges for use in markdown files. These badges cover a wide range of technologies, tools, and platforms, allowing developers to easily showcase their skills, project dependencies, or build statuses in their README files or documentation.
Pros
- Extensive collection of badges covering numerous technologies and tools
- Easy to use with simple markdown syntax
- Regularly updated with new badges and improvements
- Customizable badge styles and colors
Cons
- May lead to cluttered README files if overused
- Some less common technologies might not be included
- Requires manual updates to keep badges current in projects
- Dependent on external services for badge generation
Getting Started
To use the badges in your markdown files:
- Visit the Ileriayo/markdown-badges repository.
- Find the badge you want to use in the README.
- Copy the markdown code for the badge.
- Paste the code into your markdown file.
Example:



This will display badges for Python, JavaScript, and Docker in your markdown file.
Competitor Comparisons
:octocat: Improve your README.md profile with these amazing badges.
Pros of Badges4-README.md-Profile
- Offers a wider variety of badge categories, including social media and streaming platforms
- Provides a more visually appealing layout with badges grouped by category
- Includes a search functionality to easily find specific badges
Cons of Badges4-README.md-Profile
- Less frequently updated compared to markdown-badges
- Some badges may not be as professionally designed or consistent in style
- Lacks detailed documentation on how to use the badges in different contexts
Code Comparison
markdown-badges:

Badges4-README.md-Profile:
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black" />
Both repositories provide similar code snippets for adding badges to README files. The main difference is in the URL structure and color scheme used for the badges. markdown-badges tends to use more consistent naming conventions and color schemes across its badges.
😎 A curated list of GitHub badges for your next project
Error generating comparison
:pencil: Markdown code for lots of small badges :ribbon: :pushpin: (shields.io, forthebadge.com etc) :sunglasses:. Contributions are welcome! Please add yours!
Pros of badges
- Offers a wider variety of badge types, including custom SVG badges
- Provides more detailed documentation and examples for each badge type
- Includes badges for additional categories like funding and social media
Cons of badges
- Less focused on specific technologies and frameworks
- May require more manual customization for some badge types
- Repository structure is less organized, making it harder to find specific badges
Code Comparison
badges:
[](https://www.python.org/)
[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
markdown-badges:


Both repositories provide easy-to-use markdown code for adding badges to project READMEs. badges offers more customization options and a wider range of badge types, while markdown-badges focuses on a consistent style and comprehensive coverage of popular technologies and platforms. The choice between the two depends on specific project needs and personal preferences for badge aesthetics and functionality.
:zap: Dynamically generated stats for your github readmes
Pros of github-readme-stats
- Dynamic content: Automatically updates with real-time GitHub statistics
- Customizable appearance: Offers themes and layout options
- Comprehensive data: Displays various metrics like stars, commits, and languages
Cons of github-readme-stats
- Requires API calls: May have rate limits or slower load times
- More complex setup: Needs configuration and URL parameters
- Limited to GitHub data: Doesn't support badges for other platforms or technologies
Code Comparison
markdown-badges:


github-readme-stats:

[](https://github.com/anuraghazra/github-readme-stats)
markdown-badges provides static badges for various technologies and platforms, while github-readme-stats generates dynamic GitHub statistics and language usage charts. markdown-badges is simpler to implement but less dynamic, whereas github-readme-stats offers more comprehensive GitHub-specific information with a slightly more complex setup.
SVG icons for popular brands
Pros of simple-icons
- Larger collection of icons (2000+) compared to markdown-badges
- SVG format allows for easy scaling and customization
- Includes a detailed API for programmatic access to icons
Cons of simple-icons
- Requires more setup to use in Markdown files
- Lacks pre-formatted badge styles found in markdown-badges
- May require additional styling to achieve desired appearance
Code Comparison
markdown-badges:

simple-icons:
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>JavaScript</title>
<path d="M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z"/>
</svg>
Concise, consistent, and legible badges in SVG and raster format
Pros of shields
- Dynamic badge generation based on real-time data
- Extensive customization options for badge appearance
- Supports a wide range of services and integrations
Cons of shields
- Requires server-side processing, which can lead to slower load times
- More complex setup and usage compared to static badges
- Potential for broken badges if the service is down or API changes
Code Comparison
shields:
const url = 'https://img.shields.io/badge/dynamic-badge-blue.svg?label=Hello&message=World&color=success';
markdown-badges:

Key Differences
- shields focuses on dynamic badge generation, while markdown-badges provides a curated list of static badges
- shields offers more flexibility and customization, but markdown-badges is simpler to use
- shields requires API calls for dynamic content, while markdown-badges uses pre-generated static images
Use Cases
- Choose shields for projects requiring real-time data or extensive customization
- Opt for markdown-badges when simplicity and quick implementation are priorities
Community and Maintenance
- shields has a larger community and more frequent updates
- markdown-badges is maintained by a smaller team but offers a focused collection of commonly used badges
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME

Markdown Badges
Add badges to your Profile and Projects.
Table of contents
List of Categories
- Artificial Intelligence and Bots
- Blog
- Blockchain
- Browsers
- CAD
- CD
- CI
- Cloud Storage
- Cryptocurrency
- Databases
- Design
- Developer/Forums
- Documentation Platforms
- Education
- Funding
- Frameworks, Platforms and Libraries
- Frontend
- CSS Frameworks
- Backend
- Mobile
- ML/AI
- Build Tools
- Gaming
- Game Consoles
- Geospatial
- Hardware
- Hosting/SaaS
- IDEs/Editors
- Languages
- ML/DL
- Music
- Office
- Operating System
- ORM
- Other
- DevOps
- Build Toolchains
- Home Automation
- Networking
- Security
- Quantum Programming Frameworks and Libraries
- Search Engines
- Servers
- Smartphone Brands
- Social
- Store
- Streaming
- Terminals
- Testing
- Version Control
- VPN
- Wearables
- Work/Jobs
Usage
To use a badge:
- Via GitHub
- Press
Ctrl+fon your keyboard, to bring out the search modal. - Enter the name of the badge you need.
- Copy the appropriate
element and paste it in your Markdown file (e.g. README.md)
- Press
- You could also visit the live site at ileriayo.github.io/markdown-badges/
Tips
ð How to use a different badge style
Note:
for-the-badgeis the style that we chose for appearance purposes. Other styles are available at https://shields.io/#styles and can be used with the badges here. Thanks, @kingthorin for mentioning this!
Shields.io offers 5 styles, which are:
| S/N | Types | Styles |
|---|---|---|
| 1 | Plastic | |
| 2 | Flat-square | |
| 3 | Flat | |
| 4 | Social | |
| 5 | For-the-badge |
ð¡ To use a different style: Replace for-the-badge in the markdown link with any of the styles above.
Example.
ð§· For plastic
https://shields.io/badge/style-plastic-green?logo=appveyor&style=plastic
ð¤ð½ For Flat
https://shields.io/badge/style-flat-green?logo=appveyor&style=flat
ð Use Ctrl + F or CMD + F to search
Tip: Since there are a lot of badges, to search for the particular badge you are looking for, use Ctrl + F and type the name you want. Thanks, @JakyeRU for mentioning this!
Contribution
The project has a separate contribution file. Please adhere to the steps listed in the separate contributions file
Contact
You can reach me on Twitter @ileriayooo
License
Badges
ð¤ Artificial Intelligence and Bots
AI assistants, chatbots, and machine learning platforms.
| Name | Badge | Markdown |
|---|---|---|
| Amazon Alexa |  | |
| ChatGPT |  | |
| Claude |  | |
| DeepSeek |  | |
| Dependabot |  | |
| GitHub Copilot |  | |
| Google Deepmind |  | |
| Google Gemini |  | |
| HuggingFace |  | |
| LangChain |  | |
| Langflow |  | |
| LangGraph |  | |
| Minimax |  | |
| MistralAI |  | |
| n8n |  | |
| Ollama |  | |
| Perplexity |  | |
| Qwen |  | |
| Weights and Biases |  | |
| YOLO |  |
ð Blockchain
Blockchain networks and Web3 platforms.
| Name | Badge | Markdown |
|---|---|---|
| Bitcoin |  | |
| Blockchain.com |  | |
| Cardano |  | |
| Ethers |  | |
| Hyperledger |  | |
| IPFS |  | |
| OpenSea |  | |
| Solana |  |
ð Blog
Blogging platforms and publishing tools.
| Name | Badge | Markdown |
|---|---|---|
| Blogger |  | |
| daily.dev |  | |
| Dev |  | |
| Ghost |  | |
| Hashnode |  | |
| Medium |  | |
| Micro.blog |  | |
| Rss |  | |
| Substack |  | |
| Wix |  | |
| Zola |  |
ð Browsers
Web browsers.
| Name | Badge | Markdown |
|---|---|---|
| Arc |  | |
| Brave |  | |
| DuckDuckGo |  | |
| Edge |  | |
| Firefox |  | |
| Google Chrome |  | |
| IceCat |  | |
| IE |  | |
| Opera |  | |
| Safari |  | |
| Tor |  | |
| Vivaldi |  | |
| Zen |  |
ð CAD
Computer-aided design software.
| Name | Badge | Markdown |
|---|---|---|
| Altium Designer |  | |
| Archicad |  | |
| AutoCAD |  | |
| AutoDesk |  | |
| Autodesk Revit |  | |
| FreeCAD |  | |
| KiCad |  | |
| Microstation |  | |
| OpenSCAD |  | |
| Rhinoceros |  | |
| SketchUp |  | |
| Tinkercad |  |
ð¬ CI
Continuous integration and deployment services.
| Name | Badge | Markdown |
|---|---|---|
| ChipperCI |  | |
| CircleCI |  | |
| CloudBees |  | |
| Fastlane |  | |
| GitHub Actions |  | |
| GitLab CI |  | |
| TeamCity |  | |
| Travis CI |  |
ð² CD
Deployment services.
| Name | Badge | Markdown |
|---|---|---|
| Octopus Deploy |  |
ð Cloud Storage
Cloud file storage and sync services.
| Name | Badge | Markdown |
|---|---|---|
| Amazon S3 |  | |
| Backblaze |  | |
| Box |  | |
| Dropbox |  | |
| Google Drive |  | |
| iCloud |  | |
| Mega.nz |  | |
| Microsoft OneDrive |  | |
| Next Cloud |  | |
| OneDrive |  | |
| Proton Drive |  |
ð² Cryptocurrency
Cryptocurrency exchanges and tokens.
| Name | Badge | Markdown |
|---|---|---|
| Amp |  | |
| Binance |  | |
| Bitcoin |  | |
| Bitcoin Cash |  | |
| Bitcoin SV |  | |
| Chainlink |  | |
| Dash |  | |
| Dogecoin |  | |
| Ethereum |  | |
| Iota |  | |
| Litecoin |  | |
| Monero |  | |
| Polkadot |  | |
| Rarible |  | |
| Stellar |  | |
| Tether |  | |
| Xrp |  | |
| Z Cash |  |
ð¾ Databases
Database management systems.
| Name | Badge | Markdown |
|---|---|---|
| Amazon DynamoDB |  | |
| Appwrite |  | |
| ArangoDB |  | |
| Cassandra |  | |
| ClickHouse |  | |
| Cockroach Labs |  | |
| Couchbase |  | |
| CrateDB |  | |
| Databricks |  | |
| DuckDB |  | |
| Firebase |  | |
| InfluxDB |  | |
| MariaDB |  | |
| Microsoft SQL Server |  | |
| MongoDB |  | |
| MusicBrainz |  | |
| MySQL |  | |
| Neo4J |  | |
| PlanetScale |  | |
| PocketBase |  | |
| Postgres |  | |
| Realm |  | |
| Redis |  | |
| Single Store |  | |
| SQLite |  | |
| Supabase |  | |
| SurrealDB |  | |
| Teradata |  |
ð¨ Design
Design tools and creative software.
| Name | Badge | Markdown |
|---|---|---|
| Adobe |  | |
| Adobe Acrobat Reader |  | |
| Adobe After Effects |  | |
| Adobe Audition |  | |
| Adobe Creative Cloud |  | |
| Adobe Dreamweaver |  | |
| Adobe Fonts |  | |
| Adobe Illustrator |  | |
| Adobe InDesign |  | |
| Adobe Lightroom |  | |
| Adobe Lightroom Classic |  | |
| Adobe Photoshop |  | |
| Adobe Premiere Pro |  | |
| Adobe XD |  | |
| Affinity Designer |  | |
| Affinity Photo |  | |
| Aseprite |  | |
| Blender |  | |
| Canva |  | |
| Clip Studio Paint |  | |
| DaVinci Resolve |  | |
| Drawio |  | |
| Dribbble |  | |
| Figma |  | |
| Framer |  | |
| Gimp |  | |
| Inkscape |  | |
| Invision |  | |
| Krita |  | |
| Penpot |  | |
| Proto.io |  | |
| Rhinoceros |  | |
| Sketch |  | |
| Sketch Up |  | |
| Storybook |  |
ð§âð» Developer/Forums
Developer communities and forums.
| Name | Badge | Markdown |
|---|---|---|
| Backstage |  | |
| CodeChef |  | |
| Codeforces |  | |
| CodePen |  | |
| Frontend Mentor |  | |
| Hackerearth |  | |
| Hackerrank |  | |
| Kaggle |  | |
| LeetCode |  | |
| OnePlus Forums |  | |
| Quora |  | |
 | ||
| ResearchGate |  | |
| Stack Exchange |  | |
| Stack Overflow |  | |
| XDA-Developers |  |
ð Documentation Platforms
Documentation and knowledge bases.
| Name | Badge | Markdown |
|---|---|---|
| Bookstack |  | |
| Coda |  | |
| Confluence |  | |
| Docsify |  | |
| Docusaurus |  | |
| GitBook |  | |
| Quip |  | |
| Read the Docs |  | |
| Swagger |  | |
| TiddlyWiki |  | |
| Wiki.js |  | |
| Wikipedia |  | |
| Zettlr |  |
ð Education
Learning platforms and coding bootcamps.
| Name | Badge | Markdown |
|---|---|---|
| 42 |  | |
| Codecademy |  | |
| Codewars |  | |
| Codingninjas |  | |
| Coursera |  | |
| Datacamp |  | |
| Duolingo |  | |
| edX |  | |
| Exercism |  | |
| FreeCodeCamp |  | |
| Future Learn |  | |
| GeeksforGeeks |  | |
| Google Scholar |  | |
| Khan Academy |  | |
| MDN Web Docs |  | |
| Microsoft Learn |  | |
| O'Reilly |  | |
| Pluralsight |  | |
| Scrimba |  | |
| Skill Share |  | |
| Sololearn |  | |
| The Odin Project |  | |
| Udacity |  | |
| Udemy |  | |
| W3 Schools |  |
ð° Funding
Payment platforms and financial services.
| Name | Badge | Markdown |
|---|---|---|
| Amazon Pay |  | |
| Apple Pay |  | |
| Buy Me a Coffee |  | |
| Github Sponsors |  | |
| Google Pay |  | |
| Ko-Fi |  | |
| LiberaPay |  | |
| Patreon |  | |
| PayPal |  | |
| Paytm |  | |
| Phonepe |  | |
| Samsung Pay |  | |
| Stripe |  | |
| Wise |  |
ð Frameworks, Platforms and Libraries
Web frameworks, libraries, and development platforms.
| Name | Badge | Markdown |
|---|---|---|
| .NET |  | |
| AdonisJS |  | |
| Aiohttp | [Aiohttp](https://img.shields.io/badge/aiohttp-%232C5bb4.svg?style=for-the-badge&logo=aiohttp&logoColor=white) | |
| Ajv |  | |
| Alpine.js |  | |
| AMD |  | |
| Anaconda |  | |
| Angular.js |  | |
| Apache Hadoop |  | |
| Apache Hive |  | |
| Apache Kafka |  | |
| Apache Spark |  | |
| Apollo GraphQL |  | |
| Arm |  | |
| Aurelia |  | |
| Biome |  | |
| Black |  | |
| Blazor |  | |
| Buefy |  | |
| Celery |  | |
| Chakra UI |  | |
| Chart.js |  | |
| Code Igniter |  | |
| Composer |  | |
| Conan |  | |
| Context API |  | |
| CUDA |  | |
| D3.js |  | |
| DaisyUI |  | |
| Deno JS |  | |
| Directus |  | |
| DjangoREST |  | |
| Drupal |  | |
| EJS |  | |
| Elasticsearch |  | |
| Electron.js |  | |
| Ember |  | |
| Fastify |  | |
| Filament |  | |
| Flatpak |  | |
| Font Awesome |  | |
| Framework7 |  | |
| Gatsby.js |  | |
| Grav |  | |
| Green Sock |  | |
| GSAP |  | |
| Gutenberg |  | |
| Handlebars |  | |
| Helm |  | |
| Homebrew |  | |
| Hono |  | |
| htmx |  | |
| Hugo |  | |
| Insomnia |  | |
| Jamstack |  | |
| Jasmine |  | |
| JavaFx |  | |
| Jinja |  | |
| Joomla |  | |
| jQuery |  | |
| JUnit5 |  | |
| JWT/JSON Web Token |  | |
| Ktor |  | |
| Less |  | |
| Lit |  | |
| Livewire |  | |
| Maven |  | |
| MaxCompute |  | |
| NativeScript |  | |
| Node-RED |  | |
| Nodemon |  | |
| NPM |  | |
| NuGet |  | |
| OpenGL |  | |
| Oxc |  | |
| P5js |  | |
| Pantheon |  | |
| Phoenix Framework |  | |
| Photon |  | |
| pipx |  | |
| pkgsrc |  | |
| PlatformIO |  | |
| Plotly Dash |  | |
| PNPM |  | |
| Poetry |  | |
| PostCSS |  | |
| Prefect |  | |
| Prettier |  | |
| PrimeFaces |  | |
| Pug |  | |
| Pydantic |  | |
| Qt |  | |
| Quarkus |  | |
| Quasar |  | |
| Qwik |  | |
| RabbitMQ |  | |
| Radix UI |  | |
| RayLib |  | |
| React Hook Form |  | |
| React Query |  | |
| React Router |  | |
| Redux |  | |
| Remix |  | |
| RISC-V |  | |
| ROS |  | |
| RxDB |  | |
| RxJS |  | |
| SAP Commerce Cloud |  | |
| SASS |  | |
| Scrapy |  | |
| Semantic UI React |  | |
| Snowflake |  | |
| Socket.io |  | |
| SolidJS |  | |
| Strapi |  | |
| Streamlit |  | |
| Styled Components |  | |
| Stylus |  | |
| SvelteKit |  | |
| Symfony |  | |
| Three.js |  | |
| Thymeleaf |  | |
| tRPC |  | |
| Turborepo |  | |
| TypeGraphQL |  | |
| UIkit |  | |
| UnJS |  | |
| UnoCSS |  | |
| unpkg |  | |
| uv |  | |
| Vulkan |  | |
| Web3.js |  | |
| Webflow |  | |
| WebGL |  | |
| WindiCSS |  | |
| WordPress |  | |
| Xamarin |  | |
| Yarn |  | |
| Zod |  |
ð¥ï¸ Frontend
Frontend frameworks and UI libraries.
| Name | Badge | Markdown |
|---|---|---|
| Angular |  | |
| Astro |  | |
| Next JS |  | |
| Nuxt JS |  | |
| React |  | |
| Svelte |  | |
| Vue.js |  |
ð¨ CSS Frameworks
CSS frameworks and utility libraries.
| Name | Badge | Markdown |
|---|---|---|
| Ant Design |  | |
| Bootstrap |  | |
| Bulma |  | |
| Mantine |  | |
| Material UI |  | |
| Shadcn/UI |  | |
| TailwindCSS |  | |
| Vuetify |  |
ð» Backend
Backend frameworks and server-side libraries.
| Name | Badge | Markdown |
|---|---|---|
| Django |  | |
| Express.js |  | |
| FastAPI |  | |
| Flask |  | |
| Laravel |  | |
| NestJS |  | |
| Node.js |  | |
| Rails |  | |
| Spring |  |
ð± Mobile
Mobile development frameworks.
| Name | Badge | Markdown |
|---|---|---|
| Expo |  | |
| Flutter |  | |
| Ionic |  | |
| React Native |  | |
| Tauri |  |
ð§ ML/AI
Machine learning and AI libraries.
| Name | Badge | Markdown |
|---|---|---|
| Keras |  | |
| NumPy |  | |
| OpenCV |  | |
| Pandas |  | |
| PyTorch |  | |
| TensorFlow |  |
ð¨ Build Tools
Build tools and bundlers.
| Name | Badge | Markdown |
|---|---|---|
| Bun |  | |
| ESBuild |  | |
| Gulp |  | |
| Nx |  | |
| RollupJS |  | |
| Vite |  | |
| Webpack |  |
ð® Gaming
Game engines and gaming platforms.
| Name | Badge | Markdown |
|---|---|---|
| AMD |  | |
| Analogue |  | |
| Battle.net |  | |
| Bevy |  | |
| EA |  | |
| Epic Games |  | |
| Godot Engine |  | |
| Hearthstone Collection |  | |
| Humble Bundle |  | |
| Intel |  | |
| Itch.io |  | |
| nVIDIA |  | |
| OpenGL |  | |
| PlayStation Network |  | |
| Riot Games |  | |
| Roblox |  | |
| Sidequest |  | |
| Square Enix |  | |
| Steam |  | |
| Ubisoft |  | |
| Unity |  | |
| Unreal Engine |  | |
| Xbox |  |
ð Geospatial
Geographic information systems.
| Name | Badge | Markdown |
|---|---|---|
| Google Earth Engine |  | |
| QGIS |  |
ð¹ï¸ Game Consoles
Video game consoles and handheld devices.
| Name | Badge | Markdown |
|---|---|---|
| 3DS |  | |
| Gamecube |  | |
| Playstation |  | |
| Playstation 2 |  | |
| Playstation 3 |  | |
| Playstation 4 |  | |
| Playstation 5 |  | |
| Playstation Vita |  | |
| Switch |  | |
| Wii |  | |
| Wii U |  | |
| Xbox |  |
ð¥ï¸ Hardware
Computer hardware manufacturers.
| Name | Badge | Markdown |
|---|---|---|
| Adafruit |  | |
| Alienware |  | |
| MSI |  |
âï¸ Hosting/SaaS
Cloud providers, hosting services, and SaaS platforms.
| Name | Badge | Markdown |
|---|---|---|
| Alibaba Cloud |  | |
| Asana |  | |
| AWS |  | |
| Azure |  | |
| Clickup |  | |
| Cloudflare |  | |
| Codeberg |  | |
| Datadog |  | |
| DigitalOcean |  | |
| Firebase |  | |
| Github Pages |  | |
| Glitch |  | |
| Google Cloud |  | |
| Heroku |  | |
| Hostinger |  | |
| Infomaniak |  | |
| Linear |  | |
| Linode |  | |
| Netlify |  | |
| OpenStack |  | |
| Oracle |  | |
| OVH |  | |
| Proxmox |  | |
| PythonAnywhere |  | |
| Render |  | |
| Scaleway |  | |
| Vercel |  | |
| Vultr |  |
ð» IDEs/Editors
Code editors and integrated development environments.
| Name | Badge | Markdown |
|---|---|---|
| Android Studio |  | |
| Arduino IDE |  | |
| Atom |  | |
| CLion |  | |
| CodePen |  | |
| CodeSandbox |  | |
| Cursor |  | |
| Datagrip |  | |
| Doxygen |  | |
| Eclipse |  | |
| Emacs |  | |
| GoLand |  | |
| Google Colab |  | |
| Helix |  | |
| IntelliJ IDEA |  | |
| JetBrains |  | |
| Jupyter Notebook |  | |
| Neovim |  | |
| NetBeans IDE |  | |
| Notepad++ |  | |
| Obsidian |  | |
| P5js Editor |  | |
| PhpStorm |  | |
| PyCharm |  | |
| Replit |  | |
| ReSharper |  | |
| Rider |  | |
| RStudio |  | |
| RubyMine |  | |
| Spyder |  | |
| Stackblitz | ![Stackblitz] (https://img.shields.io/badge/Stackblitz-fff?style=for-the-badge&logo=Stackblitz&logoColor=1389FD) | |
| Sublime Text |  | |
| Vim |  | |
| Visual Studio |  | |
| Visual Studio Code |  | |
| VS Code Insiders |  | |
| WebStorm |  | |
| Xcode |  | |
| Zed |  | |
| Zend |  |
ð Languages
Programming languages and scripting tools.
| Name | Badge | Markdown |
|---|---|---|
| Apache Groovy |  | |
| Assembly Script |  | |
| Bash Script |  | |
| C |  | |
| C# |  | |
| C++ |  | |
| Clojure |  | |
| CoffeeScript |  | |
| Crystal |  | |
| CSS |  | |
| CSS3 |  | |
| Dart |  | |
| Delphi |  | |
| Dgraph |  | |
| Elixir |  | |
| Elm |  | |
| Erlang |  | |
| Fortran |  | |
| GDScript |  | |
| Gleam |  | |
| Go/Golang |  | |
| GraphQL |  | |
| Haskell |  | |
| HTML5 |  | |
| Java |  | |
| JavaScript |  | |
| Julia |  | |
| Kotlin |  | |
| LabView |  | |
| LaTeX |  | |
| Lua |  | |
| Markdown |  | |
| MicroPython |  | |
| Nim |  | |
| Nix |  | |
| Objective-C |  | |
| OCaml |  | |
| Octave |  | |
| Org Mode |  | |
| Pascal |  | |
| Perl |  | |
| PHP |  | |
| PowerShell |  | |
| Python |  | |
| R |  | |
| Racket |  | |
| ReScript |  | |
| Ruby |  | |
| Rust |  | |
| Scala |  | |
| Scratch |  | |
| Solidity |  | |
| Swift |  | |
| TypeScript |  | |
| Typst |  | |
| WebAssembly |  | |
| Windows Terminal |  | |
| YAML |  | |
| Zig |  |
ð¥ï¸ ML/DL
Machine learning and deep learning frameworks.
| Name | Badge | Markdown |
|---|---|---|
| Keras |  | |
| Matplotlib |  | |
| mlflow |  | |
| NumPy |  | |
| ONNX |  | |
| Pandas |  | |
| Plotly |  | |
| Polars |  | |
| PyTorch |  | |
| PyTorch Geometric |  | |
| Roboflow |  | |
| scikit-learn |  | |
| SciPy |  | |
| TensorFlow |  | |
| Ultralytics |  |
ð¶ Music
Music streaming and audio production.
| Name | Badge | Markdown |
|---|---|---|
| Apple Music |  | |
| Audacity |  | |
| Deezer |  | |
| Last.fm |  | |
| Musixmatch |  | |
| Shazam |  | |
| SoundCloud |  | |
| Spotify |  | |
| Tidal |  | |
| YouTube Music |  |
ð¢ Office
Office productivity suites.
| Name | Badge | Markdown |
|---|---|---|
| Google Sheets |  | |
| LibreOffice |  | |
| Microsoft |  | |
| Microsoft Access |  | |
| Microsoft Excel |  | |
| Microsoft Office |  | |
| Microsoft PowerPoint |  | |
| Microsoft SharePoint |  | |
| Microsoft Visio |  | |
| Microsoft Word |  |
ðï¸ Operating System
Operating systems and Linux distributions.
| Name | Badge | Markdown |
|---|---|---|
| Alpine Linux |  | |
| Android |  | |
| Arch |  | |
| Cent OS |  | |
| Chrome OS |  | |
| Debian |  | |
| Deepin |  | |
| Elementary OS |  | |
| Fedora |  | |
| FreeBSD |  | |
| Gentoo |  | |
| GNU |  | |
| iOS |  | |
| Kali |  | |
| Kubuntu |  | |
| Lineageos |  | |
| Linux |  | |
| Linux Mint |  | |
| Lubuntu |  | |
| macOS |  | |
| Manjaro |  | |
| MX Linux |  | |
| NixOS |  | |
| OpenBSD |  | |
| openSUSE |  | |
| OpenWRT |  | |
| Parrot Security |  | |
| Pop!_OS |  | |
| Red Hat |  | |
| Rocky Linux |  | |
| Slackware |  | |
| Solus |  | |
| SUSE |  | |
| Tails |  | |
| Ubuntu |  | |
| Ubuntu MATE |  | |
| Unraid |  | |
| Wear OS |  | |
| Windows |  | |
| Windows 11 |  | |
| Windows 95 |  | |
| Windows XP |  | |
| Zorin OS |  |
ð ORM
Object-relational mapping tools.
| Name | Badge | Markdown |
|---|---|---|
| Doctrine |  | |
| Drizzle |  | |
| Hibernate |  | |
| Prisma |  | |
| Quill |  | |
| Sequelize |  | |
| SQLAlchemy |  | |
| TypeORM |  |
ð¥ Other
Miscellaneous tools and services that don't fit other categories.
| Name | Badge | Markdown |
|---|---|---|
| Accessibility |  | |
| Airbnb |  | |
| Alfred |  | |
| Apex |  | |
| Ceph |  | |
| CodeCov |  | |
| Crowdin |  | |
| ElasticSearch |  | |
| ESLint |  | |
| FFmpeg |  | |
| Google TalkBack |  | |
| JAWS |  | |
| Jellyfin |  | |
| Meta |  | |
| Miro |  | |
| Narrator |  | |
| Notion |  | |
| NVDA |  | |
| OpenAPI Specification |  | |
| Plex |  | |
| Portfolio |  | |
| Power BI |  | |
| Prettier |  | |
| Prezi |  | |
| PyPi |  | |
| Salesforce |  | |
| SonarLint |  | |
| SonarQube |  | |
| Tampermonkey |  | |
| Trello |  | |
| Twilio |  | |
| Uber |  | |
| VirtualBox |  | |
| VoiceOver |  | |
| WCAG |  | |
| XFCE |  | |
| XO |  |
âï¸ DevOps
DevOps tools, containerization, and infrastructure automation.
| Name | Badge | Markdown |
|---|---|---|
| Ansible |  | |
| Coolify |  | |
| Docker |  | |
| Grafana |  | |
| Jira |  | |
| Kubernetes |  | |
| OpenTelemetry |  | |
| Packer |  | |
| Prometheus |  | |
| Pulumi |  | |
| Rancher |  | |
| Splunk |  | |
| Terraform |  | |
| Vagrant |  |
ð§ Build Toolchains
Build systems, compilers, and developer tooling.
| Name | Badge | Markdown |
|---|---|---|
| Babel |  | |
| CMake |  | |
| Gradle |  | |
| PlatformIO |  |
ð Home Automation
Smart home and IoT platforms.
| Name | Badge | Markdown |
|---|---|---|
| Arduino |  | |
| Espressif |  | |
| Home Assistant |  | |
| Homebridge |  | |
| Mosquitto |  | |
| Raspberry Pi |  | |
| Zigbee |  |
ð Networking
Networking hardware and network protocols.
| Name | Badge | Markdown |
|---|---|---|
| Cisco |  | |
| Fortinet |  | |
| Gl.iNet |  | |
| Juniper Networks |  | |
| Linksys |  | |
| Mikrotik |  | |
| Netgear |  | |
| Omada |  | |
| Palo Alto Networks |  | |
| Pi-Hole |  | |
| TP-Link |  | |
| Ubiquiti |  |
ð¡ï¸ Security
Security tools, access management, and compliance.
| Name | Badge | Markdown |
|---|---|---|
| Aqua Sec |  | |
| Bitwarden |  | |
| TOR |  |
ð¥ï¸ Quantum Programming Frameworks and Libraries
Quantum computing platforms.
| Name | Badge | Markdown |
|---|---|---|
| D-Wave |  | |
| Qiskit |  |
ð Search Engines
Web search engines.
| Name | Badge | Markdown |
|---|---|---|
| Baidu |  | |
| Bing |  | |
| Brave |  | |
| DuckDuckGo |  | |
| Ecosia |  | |
 | ||
| Kagi |  | |
| Mojeek |  | |
| Naver |  | |
| Qwant |  | |
| Searxng |  | |
| Startpage |  | |
| Yahoo! |  |
ðï¸ Servers
Web servers and application servers.
| Name | Badge | Markdown |
|---|---|---|
| Apache |  | |
| Apache Airflow |  | |
| Apache Ant |  | |
| Apache Flink |  | |
| Apache Maven |  | |
| Apache Tomcat |  | |
| Gunicorn |  | |
| Jenkins |  | |
| Nginx |  | |
| Nginx Proxy Manager |  | |
| Portainer |  | |
| Progress Kemp Virtual LoadMaster |  | |
| TraefikProxy |  |
ð¬ Social
Social media platforms and messaging apps.
| Name | Badge | Markdown |
|---|---|---|
| Airtable |  | |
| Bluesky |  | |
| Buy Me a Coffee |  | |
| Calendly |  | |
| Chess.com |  | |
| Discord |  | |
| Element |  | |
 | ||
| Gmail |  | |
| Goodreads |  | |
| Google Meet |  | |
 | ||
| KakaoTalk |  | |
| Lichess |  | |
| Line |  | |
 | ||
| Linktree |  | |
| Mastodon |  | |
| Matrix |  | |
| Meetup |  | |
| Messenger |  | |
| Misskey |  | |
| Odysee |  | |
| Outlook |  | |
 | ||
| Polywork |  | |
| Protonmail |  | |
 | ||
| Session |  | |
| Showwcase |  | |
| Signal |  | |
| Skype |  | |
| Slack |  | |
| Snapchat |  | |
| TeamSpeak |  | |
| Telegram |  | |
| Tencent QQ |  | |
| Threads |  | |
| Thunderbird |  | |
| TikTok |  | |
| Tumblr |  | |
| Tutanota |  | |
| Twitch |  | |
| Viber |  | |
 | ||
 | ||
| Wire |  | |
| X |  | |
| Xbox |  | |
 | ||
| YouTube |  | |
| Zoom |  |
ð± Smartphone Brands
Mobile device manufacturers.
| Name | Badge | Markdown |
|---|---|---|
| Apple |  | |
| ASUS |  | |
| BlackBerry |  | |
| Huawei |  | |
| Lenovo |  | |
| LG |  | |
| Motorola |  | |
| Nokia |  | |
| OnePlus |  | |
| Oppo |  | |
| Samsung |  | |
| Vivo |  | |
| Xiaomi |  |
ðï¸ Store
App stores and marketplaces.
| Name | Badge | Markdown |
|---|---|---|
| App Store |  | |
| AppGallery |  | |
| F-Droid |  | |
| Shopify |  |
ðº Streaming
Video streaming platforms.
| Name | Badge | Markdown |
|---|---|---|
| Amazon Prime |  | |
| Apple TV |  | |
| Bilibili |  | |
| Crunchyroll |  | |
| Disney |  | |
| Facebook Gaming |  | |
| Facebook Live |  | |
| Fandango At Home |  | |
| Fire TV |  | |
| Fubo |  | |
| Hulu |  | |
| Kick |  | |
| Netflix |  | |
| Roku |  | |
| Tubi |  | |
| Twitch |  | |
| Youtube Gaming |  |
ð» Terminals
Terminal emulators and shell tools.
| Name | Badge | Markdown |
|---|---|---|
| Alacritty |  | |
| GNOME Terminal |  | |
| Hyper |  | |
| iTerm2 |  | |
| Starship |  | |
| Termius |  | |
| tmux |  | |
| Warp |  | |
| WezTerm |  |
𧪠Testing
Testing frameworks and quality assurance tools.
| Name | Badge | Markdown |
|---|---|---|
| Apifox |  | |
| Cypress |  | |
| Jasmine |  | |
| Jest |  | |
| Mocha |  | |
| Playwright |  | |
| Postman |  | |
| Puppeteer |  | |
| Pytest |  | |
| Selenium |  | |
| Sentry |  | |
| Testing Library |  | |
| Vitest |  |
ð Version Control
Version control systems and code hosting.
| Name | Badge | Markdown |
|---|---|---|
| Apache Subversion |  | |
| Bitbucket |  | |
| Forgejo |  | |
| Git |  | |
| Gitea |  | |
| Gitee |  | |
| GitHub |  | |
| GitLab |  | |
| Gitpod |  | |
| Mercurial |  | |
| Perforce Helix |  |
ð VPNs
Virtual private network providers.
| Name | Badge | Markdown |
|---|---|---|
| ExpressVPN |  | |
| Mullvad |  | |
| NordVPN |  | |
| OpenVPN |  | |
| PrivateInternetAccess |  | |
| ProtonVPN |  | |
| Surfshark |  | |
| Wireguard |  |
âï¸ Wearables
Wearable technology devices.
| Name | Badge | Markdown |
|---|---|---|
| Fitbit |  |
ð¼ Work/Jobs
Job boards, freelancing, and professional networks.
| Name | Badge | Markdown |
|---|---|---|
| AngelList |  | |
| Behance |  | |
| Freelancer |  | |
| Glassdoor |  | |
| Hacker Earth |  | |
| HackerRank |  | |
| Indeed |  | |
| Upwork |  |
Top Related Projects
:octocat: Improve your README.md profile with these amazing badges.
😎 A curated list of GitHub badges for your next project
:pencil: Markdown code for lots of small badges :ribbon: :pushpin: (shields.io, forthebadge.com etc) :sunglasses:. Contributions are welcome! Please add yours!
:zap: Dynamically generated stats for your github readmes
SVG icons for popular brands
Concise, consistent, and legible badges in SVG and raster format
Convert
designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot