Top Related Projects
🗂 High resolution web browser logos
SVG icons for popular brands
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
:octocat: Improve your README.md profile with these amazing badges.
Set of icons representing programming languages, designing & development tools
Quick Overview
The gilbarbara/logos repository is a comprehensive collection of SVG logos for various programming languages, frameworks, libraries, and tools. It serves as a valuable resource for developers and designers who need high-quality, vector-based logos for their projects, presentations, or documentation.
Pros
- Extensive collection of logos covering a wide range of technologies
- High-quality SVG format ensures scalability without loss of quality
- Regular updates to include new logos and maintain existing ones
- Well-organized directory structure for easy navigation and searching
Cons
- Some logos may be outdated or not reflect the most recent branding
- Potential copyright issues with certain logos, as not all may be officially licensed
- Limited customization options for logos (e.g., color variations)
- Lack of a built-in search functionality within the repository
Getting Started
To use the logos from this repository:
- Visit the GitHub repository: https://github.com/gilbarbara/logos
- Navigate to the
logos
directory to browse available logos - Click on the desired logo file to view it
- To download, click the "Raw" button and save the SVG file
- Use the downloaded SVG file in your project as needed
Alternatively, you can clone the entire repository:
git clone https://github.com/gilbarbara/logos.git
cd logos
This will give you local access to all the logos in the collection.
Competitor Comparisons
🗂 High resolution web browser logos
Pros of browser-logos
- Focused specifically on browser logos, providing a comprehensive collection
- Includes high-quality PNG and SVG versions of each logo
- Offers multiple sizes and variations for each browser logo
Cons of browser-logos
- Limited scope, only includes browser logos
- Fewer total logos compared to logos repository
- Less frequent updates due to narrower focus
Code Comparison
browser-logos:
{
"name": "browser-logos",
"version": "70.0.0",
"description": "High resolution web browser logos",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run build"
}
}
logos:
{
"name": "logos",
"version": "2.1.0",
"description": "SVG logos for programming languages, technologies, and more",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js",
"test": "jest"
}
}
The browser-logos repository is highly specialized, focusing exclusively on browser logos with multiple formats and sizes. It's ideal for projects requiring detailed browser representations. However, it lacks the breadth of logos, which offers a wide variety of technology-related logos beyond just browsers. logos provides a more extensive collection but may not offer the same level of detail for browser-specific logos.
SVG icons for popular brands
Pros of Simple Icons
- Larger collection of icons (2000+) compared to Logos (1000+)
- SVG format for all icons, ensuring scalability and small file sizes
- Consistent style and design across all icons
Cons of Simple Icons
- Limited to monochrome icons, while Logos offers colored versions
- Fewer variations or alternative designs for each brand
- Less frequent updates compared to Logos
Code Comparison
Simple Icons usage:
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/github.svg" alt="GitHub" width="40" height="40"/>
Logos usage:
<img src="https://raw.githubusercontent.com/gilbarbara/logos/master/logos/github-icon.svg" alt="GitHub" width="40" height="40"/>
Both repositories provide easy-to-use SVG icons for various brands and technologies. Simple Icons offers a larger collection with a consistent monochrome style, making it ideal for projects requiring a uniform look. Logos, on the other hand, provides colored versions and more variations, which can be beneficial for projects needing more visual diversity.
The code usage is similar for both, with the main difference being the source URL. Simple Icons uses a CDN link, while Logos requires linking directly to the GitHub repository. Both approaches have their merits, depending on the specific project requirements and preferences.
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
Pros of SuperTinyIcons
- Extremely small file sizes (under 1KB each)
- Optimized for web performance and quick loading times
- Simple, minimalist design aesthetic
Cons of SuperTinyIcons
- Limited selection of icons compared to logos
- Less detailed and complex designs
- May not be suitable for high-resolution or print applications
Code Comparison
SuperTinyIcons (SVG):
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="#1da1f2" d="M459 152l1 13c0 139-106 299-299 299-59 0-115-17-161-47a217 217 0 0 0 156-44c-47-1-85-31-98-72l19 1c10 0 19-1 28-3-48-10-84-52-84-103v-2c14 8 30 13 47 14A105 105 0 0 1 36 67c51 64 129 106 216 110-2-8-2-16-2-24a105 105 0 0 1 181-72c24-4 47-13 67-25-8 24-25 45-46 58 21-3 41-8 60-17-14 21-32 40-53 55z"/>
</svg>
logos (PNG):
No code comparison available as logos primarily consists of image files.
The SuperTinyIcons repository focuses on providing SVG icons with minimal file sizes, while logos offers a wider variety of image formats and more detailed designs. SuperTinyIcons is better suited for web applications prioritizing performance, whereas logos provides more versatile options for various use cases.
:octocat: Improve your README.md profile with these amazing badges.
Pros of Badges4-README.md-Profile
- Focused specifically on badges for GitHub profile READMEs
- Provides ready-to-use markdown code for each badge
- Includes a wider variety of badge types (e.g., social media, coding stats)
Cons of Badges4-README.md-Profile
- Limited to badges only, not a comprehensive logo collection
- Less frequently updated compared to logos
- Doesn't offer vector formats for customization
Code Comparison
Badges4-README.md-Profile:
[![Github](https://img.shields.io/badge/-Github-000?style=flat&logo=Github&logoColor=white)](https://github.com/username)
logos:
<img src="https://cdn.jsdelivr.net/gh/gilbarbara/logos@2022.11/logos/github-icon.svg" width="48">
The Badges4-README.md-Profile repository provides pre-formatted markdown for easy badge insertion, while logos offers SVG files for more flexible usage and customization. Badges4-README.md-Profile is ideal for quickly adding badges to GitHub profiles, whereas logos is better suited for general-purpose logo usage across various projects and platforms.
Set of icons representing programming languages, designing & development tools
Pros of devicon
- Offers multiple file formats (SVG, EPS, AI) for each icon
- Provides a CDN for easy integration into web projects
- Includes a wider variety of icon styles (original, line, plain, etc.)
Cons of devicon
- Smaller collection of logos compared to logos
- Less frequent updates and additions of new icons
- Limited to technology-related icons and logos
Code Comparison
devicon:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<i class="devicon-javascript-plain"></i>
logos:
<img src="https://raw.githubusercontent.com/gilbarbara/logos/main/logos/javascript.svg" alt="JavaScript logo">
Summary
Both devicon and logos offer collections of tech-related logos and icons. Devicon provides multiple file formats and a CDN, making it easier to integrate into web projects. It also offers various icon styles for each technology. However, logos boasts a larger collection of icons and more frequent updates. Logos is more suitable for projects requiring a wide range of tech logos, while devicon is ideal for web developers looking for easy integration and style options.
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
SVG Logos
A curated collection of SVG logos for developers/DevOps/geeks
All the logos are optimized (removed duplicated paths / excessive grouping / empty defs, linting, etc).
Contributing
Since I optimize all the files manually I won't accept pull requests with new logos. Please add your requests in the issues preferably with links to the vector files.
Tips for SVGs
- Always convert borders to paths. They use a fixed size and behave strangely when resized.
- Join all the paths into one and use it as a background/mask. Or at least overlap your paths.
All logos appearing on the site are the property of their respective owners.
Latest logos
Adobe
Bluesky
Claude
htmx
Miro
perplexity
UnJS
X
Biome
daisyUI
Slidev
unocss
Apidog
Chart.js
Faker
Internet Computer
JSON Schema
VMware
Volar
Anthropic
Google Gemini
Google PaLM
Gradio
Hugging Face
Meta
Midjourney
Mistral AI
Stability AI
Android
Angular *
Codium
Crossplane
Datasette
Flink
OpenSearch
Spark
Superset
typesense
Analog
Effect
Effector
FastAPI
Hono
ngrok
Presto
WakaTime *
zsh
Million
Milvus
Panda
* Converted from raster image, svg font or adapted from complex files.
Top Related Projects
🗂 High resolution web browser logos
SVG icons for popular brands
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
:octocat: Improve your README.md profile with these amazing badges.
Set of icons representing programming languages, designing & development tools
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