How to use the Ralph Lauren icon
import { RalphLaurenLogo } from "@/assets/icons/ralphlaurenLogo"
export default function Example() {
return <RalphLaurenLogo width="32px" height="32px" />
}Brands icon
Copy the Ralph Lauren 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/1114780810
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const RalphLaurenLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 349.6 25.2" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M6.3 11.7V1.1h3.3c4 0 5.4 2.6 5.4 5.1 0 3.4-2.1 5.6-6.5 5.6H6.3zm4.8.6c5.4-.4 8.2-2.7 8.2-6 0-3.1-2.1-5.9-8.5-5.9H0v.8h2.3V24H0v.8h9V24H6.3V12.4h.1l9.4 12.3h6v-.8H20zM35.7 14.5l3.7-10.3h.1l3.6 10.3zM42.1.3h-2.4L31.2 24H29v.8h6.8V24h-3.6l3.2-9h7.9l3.1 9h-2.7v.8h8.2V24h-1.5zM73.3 23.9h-5.5V1.2h3.7V.4h-10v.8h2.3V24h-2.3v.8h18V15h-.8c-2.2 8.5-2.9 8.9-5.4 8.9M97.5 1.5h3.8c3.9 0 5.5 2.2 5.5 5.6 0 4.3-1.8 5.3-5.8 5.3h-3.5zM101 24h-3.5V12.9h4.5c6.1 0 9-2.5 9-6.1s-3.2-6.4-9-6.4H91.3v.8h2.3v22.7h-2.3v.8h9.6V24zM134.8 23.9v.9h8.7v-.9h-2.3V1.4h2.3v-1h-8.7v1h2.3v10.4h-9.7V1.4h2.4v-1h-8.7v1h2.2v22.5h-2.2v.9h8.7v-.9h-2.4V12.5h9.7v11.4zM195.2 14.9h-.8c-2.3 8.5-3 9-5.4 9h-5.5V1.2h3.7V.4h-10v.8h2.3V24h-2.3v.8h18zM210.8 14.5l3.7-10.3h.1l3.6 10.3zM217.3.3h-2.4L206.3 24h-2.1v.8h6.8V24h-3.6l3.2-9h7.9l3.1 9h-2.7v.8h8.2V24h-1.4zM250.1 1.1h3.3v17.4c0 3.7-2.5 5.9-6.1 5.9-2.4 0-4.9-1.4-4.9-5.7V1.1h2.6v-1h-8.9v.8h2.3v16.9c0 4.8 2.7 7.2 8.8 7.2 4.4 0 7.3-2.6 7.3-6.6V1.1h2.3v-1h-6.7zM273.3 11.7V1.1h3.3c4 0 5.4 2.6 5.4 5.1 0 3.4-2.1 5.6-6.5 5.6h-2.2zm4.9.6c5.4-.4 8.2-2.7 8.2-6 0-3.1-2.1-5.9-8.5-5.9h-10.8v.8h2.3V24h-2.3v.8h9V24h-2.9V12.4h.1l9.4 12.3h6v-.8H287zM310.4 23.9h-6.5V12.4h2.9c1.9 0 2.7 1.1 3.5 4.8h.8V6.7h-.8c-.7 3.8-1.7 4.8-3.5 4.8h-2.9V1.1h7.4c1.8 0 2.4.5 4.4 7h.8V.4h-18.9v.8h2.3V24h-2.3v.8h19.3v-9.1h-.9c-2.2 7.2-3 8.2-5.6 8.2M343.2.4v1h3V18h-.1L335.1.4H328v1h2.5v22.5H328v.9h6.6v-.9h-3.1V2L346 24.8h1.1V1.4h2.5v-1z"/>
</svg>
)
import { RalphLaurenLogo } from "@/assets/icons/ralphlaurenLogo"
export default function Example() {
return <RalphLaurenLogo 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.