JSXIcons.com

Brands icon

Fineco JSX Icon

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

Browse all icons
ComponentFinecoLogo
FilefinecoLogo.jsx
CategoryBrands

Copy-ready code

Fineco React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/a78ea66ee5d93dfd2ab07458de8dff522dcf3d91/icons/fineco.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
// Converted from upstream SVG to JSX and parameterized by JSXIcons.
export const FinecoLogo = ({ width = "40px", height = "40px", color = "#00549F", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
    <path d="M1.712 8.72a1.702 1.702 0 0 0-1.21.488A1.678 1.678 0 0 0 0 10.404v3.176a1.677 1.677 0 0 0 .496 1.207 1.702 1.702 0 0 0 1.216.493h20.576v-.016a1.702 1.702 0 0 0 1.21-.487A1.678 1.678 0 0 0 24 13.58v-3.176a1.677 1.677 0 0 0-.502-1.196 1.703 1.703 0 0 0-1.21-.488Zm18.256 1.462c1.136 0 2.048.81 2.048 1.795 0 .984-.912 1.794-2.048 1.794-1.136 0-2.048-.683-2.048-1.794 0-1.112.912-1.795 2.048-1.795zm-3.344.016a3.238 3.238 0 0 1 .96.143l-.16.524a2.416 2.416 0 0 0-.8-.127c-.992 0-1.792.397-1.792 1.254 0 .858.8 1.255 1.792 1.255a2.432 2.432 0 0 0 .784-.127l.16.524a3.238 3.238 0 0 1-.944.143c-1.52 0-2.464-.683-2.464-1.795 0-1.111 1.104-1.794 2.464-1.794zm-14.336.063h2.576v.508h-1.92v.97h1.824v.508H2.944v1.477h-.656Zm3.312 0h.656v3.469H5.6Zm1.504 0h.816l1.088 1.477a9.027 9.027 0 0 1 .72 1.16h.016a12.977 12.977 0 0 1-.064-1.446v-1.191h.656v3.462H9.6L8.496 12.2a11.58 11.58 0 0 1-.752-1.207h-.016c.032.444.032.905.032 1.477v1.238l-.656.016zm4 0h2.576v.524h-1.92v.953h1.824v.524H11.76v.953l1.92-.016v.524h-2.576zm8.864.445c-.768 0-1.392.397-1.392 1.27 0 .874.624 1.271 1.392 1.271.768 0 1.392-.572 1.392-1.27 0-.7-.624-1.271-1.392-1.271z"/>
  </svg>
)

How to use the Fineco icon

import { FinecoLogo } from "@/assets/icons/finecoLogo"

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