JSXIcons.com

Brands icon

Gap JSX Icon

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

Browse all icons
ComponentGapLogo
FilegapLogo.jsx
CategoryBrands

Copy-ready code

Gap React JSX component

// Source: https://commons.wikimedia.org/wiki/Special:PermanentLink/1209753358
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const GapLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 108.38 78.02" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
    <path d="M8.38 0C6.38 0 .02.63.02 8.78v57.9c0 .07-.34 5.72 2.72 9a7.75 7.75 0 0 0 5.92 2.34 9 9 0 0 0 5.88-2.36 1.5 1.5 0 0 1 1.33 0 2 2 0 0 1 .71 1.72h1.1V41.07h2.72v-1H8.85v1h3.39v31.2a5.54 5.54 0 0 1-1 3.83 3.28 3.28 0 0 1-2.56 1 2.9 2.9 0 0 1-2.15-.88c-1.08-1.11-1.59-3.2-1.51-6.21V6.47c0-.23.25-5.5 3.16-5.5s6.39 7.34 7.58 21.37v2.21h1V.65h-1V2.6l-.09.06a1.4 1.4 0 0 1-.78.26 2.3 2.3 0 0 1-1-.61A9.12 9.12 0 0 0 8.38 0m79 77.44h12.58v-1h-4.35V46.19h5.4a6.91 6.91 0 0 0 7.35-6.69V8.77c0-7.4-9.47-7.54-9.56-7.54H87.1v1h3v74.24h-2.76v1Zm-31.6-.1h11.59v-1h-3.08L55.96 1.27h-4.53c-.41 3.93-7.4 71-7.4 71.92a3.27 3.27 0 0 1-3.12 3.16h-.59v1h8.1v-1h-.43a3 3 0 0 1-2.86-3.31l2.8-27.09h7.54l3.26 30.4h-3v1Zm40.1-32.41h-.19V2.31h3.19c3.71 0 4.29 4.93 4.29 5v33.16c0 4.34-3.27 4.44-3.3 4.44h-4Zm-40.43-.19h-7.33v-.21l3.62-34.12Z"/>
  </svg>
)

How to use the Gap icon

import { GapLogo } from "@/assets/icons/gapLogo"

export default function Example() {
  return <GapLogo 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 Gap 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.