JSXIcons.com

Brands icon

Nequi JSX Icon

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

Browse all icons
ComponentNequiLogo
FilenequiLogo.jsx
CategoryBrands

Copy-ready code

Nequi React JSX component

export const NequiLogo = ({ width = "40px", height = "40px", ...props }) => (
  <svg {...props} width={width} height={width} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 126.56 128.68">
    <path fill="#ff2879" d="m52.22,119.58s10.5,18.5,25,2.75c.8-.87,1.65-1.8,2.54-2.76-6.2-3.2-25.99-13.46-43.91-23.05,8.97,12.71,16.37,23.07,16.37,23.07Z" />
    <path fill="#ff2879" d="m27.93,21.86l-13.7,7.47s-15.83,9.32-7.72,24.35c.44-.54.72-.85.72-.85l20.7-30.97Z" />
    <path fill="#ff2879" d="m80.47,5.83s-4.67-10.06-16.25-3.75l-8.5,4.63c5.41,2.29,24.44,10.33,39.5,16.64-8.15-9.64-14.74-17.53-14.74-17.53Z" />
    <path fill="#ff2879" d="m121.97,54.33c-1.02-1.12-2.22-2.45-3.54-3.94-1.94,7.15-6.28,23.17-10.22,37.82,7.2-7.98,12.51-13.88,12.51-13.88,0,0,12.25-8,1.25-20Z" />
    <path fill="#00cbd2" d="m6.5,53.68c-2.96,3.64-13.42,18.2.72,26.9,5.76,3.54,16.78,9.6,28.63,15.93-10.39-14.72-22.87-32.6-28.38-41.18-.36-.56-.68-1.11-.97-1.65Z" />
    <path fill="#00cbd2" d="m54.22,6.08s-10.62-7.67-16.75,1.5l-9.55,14.28,27.8-15.15c-.96-.41-1.5-.63-1.5-.63Z" />
    <path fill="#00cbd2" d="m119.47,46.58s4.75-11.25-7.5-16.25c-3.49-1.43-9.69-4.01-16.76-6.97,7.76,9.18,16.94,19.95,23.22,27.04.65-2.41,1.04-3.81,1.04-3.81Z" />
    <path fill="#00cbd2" d="m81.72,120.58s15.75,8.5,19.75-7c1.38-5.36,3.96-15.02,6.74-25.37-8.71,9.65-20.2,22.34-28.46,31.36,1.26.65,1.96,1.01,1.96,1.01Z" />
    <path fill="#210049" d="m95.22,23.36c-15.05-6.31-34.08-14.35-39.5-16.64l-27.8,15.15L7.22,52.83s-.28.3-.72.85c.29.54.61,1.09.97,1.65,5.5,8.59,17.99,26.46,28.38,41.18,17.93,9.6,37.72,19.85,43.91,23.05,8.26-9.01,19.74-21.7,28.46-31.36,3.94-14.65,8.28-30.67,10.22-37.82-6.28-7.09-15.46-17.86-23.22-27.04Z" />
  </svg>
);

How to use the Nequi icon

import { NequiLogo } from "@/assets/icons/nequiLogo"

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