JSXIcons.com

Brands icon

New Relic JSX Icon

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

Browse all icons
ComponentNewrelicLogo
FilenewrelicLogo.jsx
CategoryBrands

Copy-ready code

New Relic React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/newrelic.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const NewrelicLogo = ({ width = "40px", height = "40px", color = "#1CE783", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M8.0015 14.3091v7.384L12.0008 24V12.0008L1.6078 5.9996v4.6167ZM12.0008 0 2.8232 5.2976 6.8209 7.606l5.1799-2.9893 6.3936 3.6913v7.384l-5.1783 2.9908v4.6167l9.176-5.2991V5.9996Z"/>
  </svg>
)

How to use the New Relic icon

import { NewrelicLogo } from "@/assets/icons/newrelicLogo"

export default function Example() {
  return <NewrelicLogo 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 New Relic 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.