JSXIcons.com

Brands icon

Carhartt JSX Icon

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

Browse all icons
ComponentCarharttLogo
FilecarharttLogo.jsx
CategoryBrands

Copy-ready code

Carhartt React JSX component

// Source: https://commons.wikimedia.org/wiki/Special:PermanentLink/1114166566
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const CarharttLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 148.744 22.68" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
    <defs><clipPath id="a"><path d="M0 0h111.558v17.01H0z"/></clipPath></defs><g clipPath="url(#a)" transform="matrix(1.33333 0 0 -1.33333 0 22.68)"><path fill="currentColor" d="M4.59 7.609h6.311v2.094s-5.18.002-5.87 0C1.933 9.695 0 7.72.003 4.939.008 2.16 2.076.199 5.171.207h5.73V2.29h-6.39c-.927 0-2.13 1.162-2.13 2.657S3.587 7.609 4.59 7.609M39.715.202h-2.341v11.874h2.341zM40.813 7.459c.377.12 1.49.737 3.166.412 1.68-.33 2.814-2.242.63-7.118-.355-.66.641-.753.641-.753l1.603.191s2.685 5.656.58 8.052-6.434 1.433-6.719 1.251c-.592-.378-.28-2.15.1-2.035M81.775 9.7H78.5v1.78h-2.377V9.7H74.07V7.518h2.054V.203H78.5v7.315h3.275zM90.972 9.7h-3.275v1.78H85.32V9.7h-2.053V7.518h2.053V.203h2.378v7.315h3.275zM24.61 6.642c0 1.392-1.2 3.063-3.528 3.063H13.45v-2.1h7.616c.742 0 1.166-.404 1.166-.937V2.293h-6.76c-.71 0-1.165.439-1.165.97 0 .533.424.938 1.165.938h5.93L21.4 6.205s-4.334.006-5.933.006c-2.329 0-3.53-1.672-3.53-3.062.003-1.761 1.615-2.947 3.567-2.943h9.106v6.413zM61.754 6.642c0 1.392-1.2 3.063-3.527 3.063h-7.633v-2.1h7.616c.742 0 1.166-.404 1.166-.937V2.293h-6.76c-.711 0-1.165.439-1.165.97 0 .533.424.938 1.165.938h5.93l-.002 2.004s-4.334.006-5.933.006c-2.33 0-3.531-1.672-3.531-3.062.004-1.761 1.616-2.947 3.568-2.943h9.106v6.413zM28.449.202h-2.354v9.499h2.354zM29.53 7.431c.377.12.952.737 2.629.412 1.071-.21 1.724-.974 1.651-2.83-.02-.506 2.241-.327 2.244.06.011 1.517.199 2.604-1.103 3.802-1.604 1.475-5.235.774-5.52.592-.592-.379-.28-2.15.099-2.036M65.592.202h-2.354v9.499h2.354zM66.673 7.431c.376.12.951.737 2.63.412 1.07-.21 1.723-.974 1.648-2.83-.018-.506 2.243-.327 2.245.06.011 1.517.2 2.604-1.103 3.802-1.604 1.475-5.234.774-5.52.592-.592-.379-.28-2.15.1-2.036"/><path fill="currentColor" d="M105.032 9.321c-1.535.466-2.384 2.158-1.892 3.78.17.563.479 1.043.873 1.411 0 0 1.027 1.007 2.643.448l-.053.002c-.977 0-1.772-.875-1.772-1.955 0-1.079.795-1.954 1.772-1.954.772 0 1.428.546 1.67 1.306l-.001.001s.057.165.09.432c.006.045.01.1.01.1.06.68-.058 1.886-1.385 2.846-1.807 1.272-4.346 1.142-4.346 1.142-4.508 0-8.166-3.736-8.166-8.345 0-4.608 3.658-8.34 8.166-8.34h6.06v11.223c-.49-1.624-2.133-2.562-3.67-2.097"/><path fill="currentColor" d="M110.43 1.19h.175c.151 0 .286.007.286.179 0 .143-.123.167-.238.167h-.224zm-.17.482h.42c.26 0 .383-.102.383-.31 0-.198-.127-.28-.287-.297l.31-.482h-.182l-.296.468h-.179V.583h-.17zm.363-1.34c.431 0 .765.344.765.799 0 .448-.334.79-.765.79-.437 0-.77-.342-.77-.79 0-.455.333-.8.77-.8m0 1.726c.508 0 .935-.4.935-.926a.93.93 0 0 0-.935-.936.931.931 0 1 0 0 1.862"/></g>
  </svg>
)

How to use the Carhartt icon

import { CarharttLogo } from "@/assets/icons/carharttLogo"

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