JSXIcons.com

Brands icon

Supabase JSX Icon

Copy the Supabase icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.

Browse all icons
ComponentSupabaseLogo
FilesupabaseLogo.jsx
CategoryBrands

Copy-ready code

Supabase React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/supabase.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const SupabaseLogo = ({ width = "40px", height = "40px", color = "#3FCF8E", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M11.9 1.036c-.015-.986-1.26-1.41-1.874-.637L.764 12.05C-.33 13.427.65 15.455 2.409 15.455h9.579l.113 7.51c.014.985 1.259 1.408 1.873.636l9.262-11.653c1.093-1.375.113-3.403-1.645-3.403h-9.642z"/>
  </svg>
)

How to use the Supabase icon

import { SupabaseLogo } from "@/assets/icons/supabaseLogo"

export default function Example() {
  return <SupabaseLogo width="32px" height="32px" />
}

Built for the web

Use it in your stack

This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.

ReactNext.jsJSXSVGBrands icons

Looking for a similar mark? Browse the related icons below or explore the full brands collection.

Related JSX icons

FAQ

Is the Supabase JSX icon free?

Yes. You can copy the JSX component and use it in React and Next.js projects.

Can I customize it?

Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.