GitHub
Core
Glass
Brutal
Humanist

Brand Icons

Brand Icons display company and platform logos with support for colored and grayscale variants. Over 65 platforms are available across categories like social, productivity, cloud, identity, and finance.

Preview

Brand Icons (65 Platforms)
Preview
Code

Social & Communication

Facebook
Instagram
LinkedIn
Google
YouTube
Apple
Snapchat
Pinterest
Dribbble
Reddit
X
Slack
WhatsApp
Threads
Twitch
Airbnb
Microsoft

Productivity & Collaboration

GitHub
Figma
Webflow
Atlassian
Asana
Framer
GitLab
Jira
HubSpot
Google Calendar
Google Meet
Dropbox
Box
Workday
ServiceNow
Salesforce
Coupa
ADP
Office 365

Cloud & DevOps

AWS
Google Cloud
Bitbucket
Oracle
MongoDB
Jenkins
HashiCorp
PostgreSQL
SAP
Splunk

Identity & Security

Entra ID
Okta
LDAP
SCIM
Palo Alto
CrowdStrike
Microsoft Exchange
Microsoft SQL

Finance & Commerce

Amazon
PayPal
Visa
Mastercard
Stripe
Checkout

Mock Brands

Versa UI
Vox
Meridia
Axus
Strivo
Controls
Style:
Brand
Gray
Size:
16px
20px
24px
32px
48px
Category:
All
Social
Productivity
Cloud
Identity
Finance
Mock

Usage

import { BrandIcon } from '@versaui/ui/components/BrandIcon';

// Brand colored style
<BrandIcon platform="apple" style="brand" size="large" />

// Gray monochrome style (with hover interaction)
<BrandIcon platform="google" style="gray" size="medium" interactive />

// Custom pixel size
<BrandIcon platform="slack" style="brand" size={32} />

Style Variants

Brand Style

Full-color brand logos matching official brand guidelines.

Gray Style

Monochrome gray icons that transition to a lighter gray on hover when interactive is enabled, useful for navigation menus and social links.

Available Categories

  • Social & Communication: Facebook, Instagram, LinkedIn, Google, YouTube, Apple, Slack, X, WhatsApp, and more
  • Productivity & Collaboration: GitHub, Figma, Atlassian, Asana, Jira, Dropbox, Salesforce, and more
  • Cloud & DevOps: AWS, Google Cloud, Oracle, MongoDB, Jenkins, HashiCorp, and more
  • Identity & Security: Entra ID, Okta, LDAP, SCIM, Palo Alto, CrowdStrike, and more
  • Finance & Commerce: Amazon, PayPal, Visa, Mastercard, Stripe, Checkout
  • Mock Brands: Versa UI, Vox, Meridia, Axus, Strivo

Props

PropTypeDefaultDescription
platformBrandPlatformPlatform identifier (e.g., github, google, slack).
style'brand' | 'gray''brand'Style variant: colored or monochrome.
size'small' | 'medium' | 'large' | number'large'Icon size mapping or custom pixel value.
interactivebooleantrueEnable hover state for gray icons.
classNamestring''Optional CSS class.
inlineStyleReact.CSSPropertiesOptional inline styles.
aria-labelstringAuto-generatedAccessible label for screen readers.

On this page