JSXIcons.com

Brands icon

Thurgauer Kantonalbank JSX Icon

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

Browse all icons
ComponentThurgauerKantonalbankLogo
FilethurgauerkantonalbankLogo.jsx
CategoryBrands

Copy-ready code

Thurgauer Kantonalbank React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/a78ea66ee5d93dfd2ab07458de8dff522dcf3d91/icons/thurgauerkantonalbank.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 ThurgauerKantonalbankLogo = ({ width = "40px", height = "40px", color = "#006D41", ...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="M21.872 2.262H10.775l-6.14 9.743 6.14 9.771h11.097l-6.135-9.77 6.135-9.744zM0 .297v23.406h24V.297H0zm23.057 22.486L.943 22.778V1.228h22.109l.005 21.555z"/>
  </svg>
)

How to use the Thurgauer Kantonalbank icon

import { ThurgauerKantonalbankLogo } from "@/assets/icons/thurgauerkantonalbankLogo"

export default function Example() {
  return <ThurgauerKantonalbankLogo 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 Thurgauer Kantonalbank 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.