How to use the Miu Miu icon
import { MiuMiuLogo } from "@/assets/icons/miumiuLogo"
export default function Example() {
return <MiuMiuLogo width="32px" height="32px" />
}Brands icon
Copy the Miu Miu icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.
Copy-ready code
// Source: https://commons.wikimedia.org/wiki/Special:PermanentLink/1114065283
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const MiuMiuLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 103.323 17.915" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M108.557 72.477a23.953 23.953 0 0 0-23.778 23.95v31.891h16.442V96.432h-.002v-.004a7.51 7.51 0 0 1 7.511-7.512 7.51 7.51 0 0 1 7.514 7.512v29.533h-.002v2.357h16.442v-31.89a23.953 23.953 0 0 0-23.782-23.951zm31.463 0a23.95 23.95 0 0 0-9.918 2.23 30.47 30.47 0 0 1 8.22 14.445 7.5 7.5 0 0 1 1.871-.236 7.51 7.51 0 0 1 7.514 7.512v31.89h16.44v-31.89a23.953 23.953 0 0 0-23.782-23.951zm177.73 0a23.953 23.953 0 0 0-23.777 23.95v31.891h16.441V96.432h-.002v-.004a7.51 7.51 0 0 1 7.512-7.512 7.51 7.51 0 0 1 7.513 7.512v29.533h-.002v2.357h16.442v-31.89a23.953 23.953 0 0 0-23.781-23.951zm31.463 0a23.95 23.95 0 0 0-9.918 2.23 30.47 30.47 0 0 1 8.22 14.445 7.5 7.5 0 0 1 1.872-.236 7.51 7.51 0 0 1 7.513 7.512v31.89h16.44v-31.89a23.953 23.953 0 0 0-23.781-23.951zM179.17 77.012v51.306h16.441V77.012Zm31.465 0v31.89a23.95 23.95 0 0 0 20.691 23.727v-16.96a7.51 7.51 0 0 1-4.252-6.767v-.004h.002V77.012Zm31.465 0v31.89a7.51 7.51 0 0 1-4.254 6.768v16.959a23.95 23.95 0 0 0 20.693-23.727v-31.89Zm146.263 0v51.306h16.442V77.012Zm31.465 0v31.89a23.95 23.95 0 0 0 20.692 23.727v-16.96a7.51 7.51 0 0 1-4.252-6.767v-.004h.002V77.012Zm31.465 0v31.89a7.51 7.51 0 0 1-4.254 6.768v16.959a23.95 23.95 0 0 0 20.693-23.727v-31.89Z" transform="translate(-21.431 -18.176)scale(.26458)"/>
</svg>
)
import { MiuMiuLogo } from "@/assets/icons/miumiuLogo"
export default function Example() {
return <MiuMiuLogo width="32px" height="32px" />
}Built for the web
This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.
Looking for a similar mark? Browse the related icons below or explore the full brands collection.
Yes. You can copy the JSX component and use it in React and Next.js projects.
Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.