JSXIcons.com

Brands icon

Moschino JSX Icon

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

Browse all icons
ComponentMoschinoLogo
FilemoschinoLogo.jsx
CategoryBrands

Copy-ready code

Moschino React JSX component

// Source: https://commons.wikimedia.org/wiki/Special:PermanentLink/1114781941
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const MoschinoLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 192.31 65.581" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
    <path d="M129.27 55.01V10.54h6.25v44.47zM74.13 19.38v4.16h6v-5.2C79.5 11.62 74.84 10 71.39 10s-8.92 1.75-8.92 9.33.05 9 6.86 13.72c4.26 3 5.38 4.84 5.52 7.4 0 0 .1 3.77 0 5.63-.33 6-6.31 4.53-6.32.45V40h-6.11v6.48c0 5.65 3.77 9 9.24 9.1 3.14.05 9.24-1.21 9.37-9v-7.79c-.3-5.74-3.81-7.89-6.5-9.91s-6-3.41-6.19-6.5v-3c0-5.56 5.77-5.47 5.78 0zM16.92 10.57l6.15 24.63 6.14-24.63h6.93v44.46h-6.26V27.62l-4.71 27.41h-4.26l-4.65-27.41v27.41H10V10.57zM112.75 35.27h6.3v19.74h6.26V10.54h-6.26v19.18h-6.3V10.54h-6.25v44.47h6.25zM153.12 33.57V10.55h6.25v44.46h-5.26l-8.16-26.85v26.85h-6.27V10.54h6.45zM163.12 21.61c0-4.21 2-11.6 9.61-11.6s9.58 7.14 9.58 11.6v22.36c0 4.44-2 11.61-9.58 11.61s-9.61-7.17-9.61-11.61zm6.26 22.36c0 4.15 1.81 5.54 3.35 5.54s3.32-1.38 3.32-5.54V21.61c0-4.18-1.81-5.54-3.35-5.54s-3.35 1.36-3.35 5.54v22.36zM39.76 21.61c0-4.21 2-11.6 9.61-11.6s9.58 7.14 9.58 11.6v22.36c0 4.44-2 11.61-9.58 11.61s-9.61-7.17-9.61-11.61zm6.29 22.36c0 4.15 1.78 5.57 3.32 5.57s3.35-1.37 3.35-5.54V21.61c0-4.18-1.81-5.54-3.35-5.54s-3.32 1.36-3.32 5.54zM103.05 39.93v4c0 5.37-1.72 11.61-9.25 11.61s-9.61-7.17-9.61-11.61V21.61c0-4.21 2-11.6 9.61-11.6s8.87 6.17 8.87 11.6v3.57h-5.68v-3.57c0-3.75-1.18-5.54-3.17-5.54-1.49 0-3.35 1.18-3.35 5.54v22.36c0 3.42 1.27 5.54 3.35 5.54 1.76 0 3.17-1.33 3.17-5.54v-4h6z"/>
  </svg>
)

How to use the Moschino icon

import { MoschinoLogo } from "@/assets/icons/moschinoLogo"

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