JSXIcons.com

Brands icon

Razorpay JSX Icon

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

Browse all icons
ComponentRazorpayLogo
FilerazorpayLogo.jsx
CategoryBrands

Copy-ready code

Razorpay React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/razorpay.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const RazorpayLogo = ({ width = "40px", height = "40px", color = "#0C2451", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M22.436 0l-11.91 7.773-1.174 4.276 6.625-4.297L11.65 24h4.391l6.395-24zM14.26 10.098L3.389 17.166 1.564 24h9.008l3.688-13.902Z"/>
  </svg>
)

How to use the Razorpay icon

import { RazorpayLogo } from "@/assets/icons/razorpayLogo"

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