JSXIcons.com

Brands icon

Citibank JSX Icon

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

Browse all icons
ComponentCitibankLogo
FilecitibankLogo.jsx
CategoryBrands

Copy-ready code

Citibank React JSX component

// Source: https://raw.githubusercontent.com/glincker/thesvg/bc1ea3c9c5901d1d7a9438e760a9d071955ff29d/public/icons/citibank/default.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const CitibankLogo = ({ width = "40px", height = "40px", color = "#056DAE", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 300 194.955" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
    <path fill="currentColor" d="m92.13 156.048-.53.513c-8.533 8.694-18.411 13.303-28.59 13.303-21.244 0-36.666-15.938-36.666-37.93 0-21.95 15.422-37.91 36.667-37.91 10.178 0 20.056 4.626 28.59 13.344l.53.528 13.662-16.521-.365-.449C94.065 77.5 80.431 70.962 63.67 70.962c-16.819 0-32.194 5.66-43.274 15.869C8.356 97.885 2 113.475 2 131.935c0 18.45 6.356 34.079 18.396 45.136 11.08 10.255 26.455 15.884 43.274 15.884 16.761 0 30.395-6.532 41.758-19.965l.365-.417zM119.6 190.707h24.137V72.877H119.6zM238.285 165.086c-6.44 3.92-12.433 5.892-17.815 5.892-7.798 0-11.322-4.116-11.322-13.284v-62.52h24.583v-22.19h-24.583V36.321L185.49 48.98v24.003h-20.41v22.19h20.41v66.508c0 18.12 10.734 30.5 26.757 30.822 10.88.213 17.438-3.028 21.421-5.398l.234-.173 5.81-22.72zM258.276 190.707h24.154V72.877h-24.154z"/><path fill="currentColor" fillRule="evenodd" d="M296.887 51.97C274.792 20.671 238.098 2 200.765 2c-37.318 0-74.02 18.672-96.078 49.97l-1.132 1.61h27.821l.308-.334c18.936-19.544 43.655-29.88 69.08-29.88 25.43 0 50.144 10.336 69.116 29.88l.308.334H298z"/>
  </svg>
)

How to use the Citibank icon

import { CitibankLogo } from "@/assets/icons/citibankLogo"

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