JSXIcons.com

Brands icon

Levi's JSX Icon

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

Browse all icons
ComponentLevisLogo
FilelevisLogo.jsx
CategoryBrands

Copy-ready code

Levi's React JSX component

// Source: https://commons.wikimedia.org/wiki/Special:PermanentLink/1115267828
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const LevisLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 77 32" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
    <path fill="currentColor" d="M61.403 19.729c-4.692 0-5.547-2.747-5.547-3.428h3.398c0 .4.535.879.986 1.074a2.9 2.9 0 0 0 1.177.192h-.006c.957 0 1.742-.235 1.742-.798 0-.686-.804-.838-1.69-.966-2.413-.353-5.794-.763-5.794-3.498 0-2.551 2.749-3.849 5.667-3.849 4.672 0 5.91 2.623 5.91 3.382h-3.453a1.15 1.15 0 0 0-.634-.908l-.007-.003a3 3 0 0 0-1.357-.335h-.002c-1.29 0-2.016.272-2.016.871 0 .489.654.732 1.594.895 2.453.427 6.219.575 6.219 3.599 0 1.536-1.313 3.77-6.186 3.77zm-5.764-9.675-1.323 1.458h-.55l.606-1.59H53.16v-2.12h2.479zm-7.69-1.343h4.391v10.713h-4.391zm-5.726 10.734h-3.837L32.657 8.731h5.17l3.288 6.512.09.196.082-.196 3.074-6.512h3.104zm-8.243-4.451h-8.886a2.53 2.53 0 0 0 2.719 2.44l-.009.001a2.71 2.71 0 0 0 2.347-1.136l.006-.008H33.7c-1.158 2.697-3.405 3.463-6.467 3.463-3.983 0-6.799-2.185-6.799-5.647 0-3.697 2.774-5.648 6.799-5.648 4.503 0 6.761 2.957 6.761 5.803a5.5 5.5 0 0 1-.017.753zm-13.621 4.434H10.232V8.74h4.553v7.78h5.574zM72.236 0c.032.067.068.132.098.201.268.607.424 1.316.424 2.061v.045-.002.054c0 .754-.156 1.471-.437 2.121l.013-.035a5.5 5.5 0 0 1-1.144 1.701 5.1 5.1 0 0 1-1.646 1.11l-.034.013a5.2 5.2 0 0 1-2.015.401h-.035.002-.029c-.73 0-1.426-.147-2.059-.414l.035.013a5.2 5.2 0 0 1-1.695-1.123 5.4 5.4 0 0 1-1.136-1.666l-.013-.035a5.3 5.3 0 0 1-.425-2.086v-.057.003-.043c0-.745.156-1.453.438-2.094l-.013.033c.03-.069.066-.134.099-.201H.001L7.41 32c15.555-10.136 30.504-.395 31.106-.024h.002l.004-.003h.008l.004.002.003.001c.6-.372 15.551-10.112 31.105.024L77.05 0zM27.148 10.699h-.017a2.05 2.05 0 0 0-2.048 2.048l.002.1v-.005h4.301a2.027 2.027 0 0 0-2.249-2.143l.009-.001zM64.35 5.581a4.24 4.24 0 0 0 3.072 1.316h.042-.002.037c.605 0 1.18-.129 1.699-.361l-.026.011a4.3 4.3 0 0 0 1.376-.964l.002-.002c.385-.407.695-.889.907-1.421l.011-.03c.21-.527.332-1.139.332-1.778v-.049.002-.036a4.8 4.8 0 0 0-.344-1.784l.011.032a5 5 0 0 0-.26-.54l.012.023h-1.502c.147.266.233.584.233.922l-.001.07V.989a1.52 1.52 0 0 1-.466 1.236l-.001.001c-.315.26-.714.43-1.15.465h-.007l1.765 2.761h-1.031L67.38 2.763h-1.017v2.689h-.959V0h-1.723c-.08.14-.163.31-.236.485l-.012.031a4.7 4.7 0 0 0-.332 1.75v.039-.002.048c0 .639.122 1.25.344 1.81l-.012-.033c.222.563.532 1.045.919 1.454l-.002-.002zm3.629-3.627q.283-.017.525-.125l-.01.004a.8.8 0 0 0 .358-.304l.002-.003c.086-.15.136-.329.136-.52l-.002-.062v.003l.001-.043a.93.93 0 0 0-.123-.463l.002.005a.8.8 0 0 0-.307-.284L68.557.16a1.3 1.3 0 0 0-.431-.134l-.007-.001a3 3 0 0 0-.211-.024h-1.546v1.975h1.002q.325 0 .614-.021z"/>
  </svg>
)

How to use the Levi's icon

import { LevisLogo } from "@/assets/icons/levisLogo"

export default function Example() {
  return <LevisLogo 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 Levi's 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.