JSXIcons.com

Cryptocurrency icon

OpenZeppelin JSX Icon

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

Browse all icons
ComponentOpenzeppelinLogo
FileopenzeppelinLogo.jsx
CategoryCryptocurrency

Copy-ready code

OpenZeppelin React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/openzeppelin.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const OpenzeppelinLogo = ({ width = "40px", height = "40px", color = "#4E5EE4", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M22.783 24H9.317l2.196-3.69a5.23 5.23 0 0 1 4.494-2.558h6.775ZM1.217 0h21.566l-3.718 6.247H1.217ZM9.76 9.763a5.73 5.73 0 0 1 4.92-2.795h4.01L8.498 24h-7.26Z"/>
  </svg>
)

How to use the OpenZeppelin icon

import { OpenzeppelinLogo } from "@/assets/icons/openzeppelinLogo"

export default function Example() {
  return <OpenzeppelinLogo 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.jsJSXSVGCryptocurrency icons

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

Related JSX icons

FAQ

Is the OpenZeppelin 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.