How to use the Ferragamo icon
import { FerragamoLogo } from "@/assets/icons/ferragamoLogo"
export default function Example() {
return <FerragamoLogo width="32px" height="32px" />
}Brands icon
Copy the Ferragamo 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/1251610633
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const FerragamoLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 632 79" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path fill="currentColor" fillRule="nonzero" d="M305.27 75.68c.24-3.68-.48-5.94-2.05-9.86l-4.91-12.53h-24.68l-4.98 12.53c-1.7 4.26-2.27 6.41-2.05 9.86h-16.17c2.38-2.33 4-6.15 6.61-12.61l23.6-58.48h11.15l23.6 58.48c2.61 6.46 4.23 10.29 6.61 12.61h-16.74zm-27.68-33.09h16.77l-8.38-21.52zm169.44 33.09c.24-3.68-.48-5.94-2.05-9.86l-4.91-12.53h-24.78l-4.98 12.53c-1.7 4.26-2.27 6.41-2.05 9.86h-16.17c2.38-2.33 4-6.15 6.61-12.61l23.6-58.48h11.05l23.7 58.48c2.61 6.46 4.23 10.29 6.61 12.61h-16.64zm-27.78-33.09h16.87l-8.38-21.52zM545.4 75.68c-2.22-2.09-3.06-2.98-3.25-7.73l-2.1-55.32c0-3.54.76-5.37 2.43-8.06H529l-21.05 41.99L486.9 4.57h-13.48c1.67 2.69 2.42 4.52 2.43 8.06l-2.1 55.31c-.18 4.74-1.02 5.64-3.25 7.73h17.44c-2.06-2.08-2.71-3.08-2.47-7.72l1.5-36.96 16.79 33.5h8.37l16.79-33.5 1.5 36.96c.24 4.63-.36 5.57-2.47 7.72h17.44zM371.59 63.46c-2.1 1-6.12 1.59-8.29 1.59-10.45 0-16.44-4.92-19.62-9.05-4.02-5.21-5.45-11.43-5.45-15.52 0-6.18 2.12-12.31 5.83-16.83 4.42-5.39 10.79-8.24 18.43-8.24s14.49 1.82 20.98 6.28V7.86c-3.58-1.73-12.28-4.47-21.27-4.47-10.34 0-19.4 3.6-26.21 10.4-5.53 5.53-9.14 12.38-10.46 19.82-1.23 6.98-.44 14.17 2.31 20.8 2.69 6.51 7.1 12.02 12.73 15.95 6.06 4.23 13.42 6.46 21.29 6.46s16.6-2.06 23.37-5.51c-1.08-2.83-1.27-5.14-1.29-9.21V47.52c0-4.27.73-5.08 2.68-6.96h-17.86c2.05 1.98 2.82 2.82 2.82 7.31v15.58zM593.15 76.8c-20.66 0-36.51-16.98-36.51-36.67 0-21.96 18.11-36.68 36.51-36.68 21.01 0 36.21 17.31 36.21 36.68S613.38 76.8 593.15 76.8m0-61.71c-13.29 0-23.75 11.32-23.75 25.04s10.39 25.04 23.75 25.04 23.75-11.32 23.75-25.04-10.39-25.04-23.75-25.04M37.08 34.59H17.5V15.64h20.36c4.05.06 5.49 1.05 8.16 2.56l-.55-13.63H2.41c2.19 2.11 3.01 2.99 3.01 7.75v55.61c0 4.76-.82 5.65-3.01 7.75h18.11c-2.19-2.11-3.01-2.99-3.01-7.75V45.77h19.58c3.84 0 4.57.66 6.26 2.42V32.18c-1.69 1.76-2.42 2.42-6.26 2.42zm40.85 30.05V45.16h19.8c3.83 0 4.57.65 6.25 2.39V31.62c-1.67 1.74-2.42 2.39-6.25 2.39h-19.8V15.65h20.06c4.03.05 5.48 1.03 8.14 2.54l-.56-13.61H63c2.17 2.09 2.98 2.98 2.98 7.73v55.64c0 4.75-.81 5.65-2.98 7.73h43.39l3.17-13.92c-2.6 1.48-4.64 2.88-10.01 2.88zm100.82 7.27c-5.07-5.79-13.39-20.22-18.31-25.14-.64-.64-1.18-1.11-1.83-1.63 14.76-4.77 14.92-16.29 14.92-19.44 0-14.15-9.78-21.12-22.78-21.12h-24.27c2.17 2.09 2.98 2.98 2.98 7.73v55.64c0 4.75-.81 5.65-2.98 7.73h17.77c-2.17-2.08-2.98-2.98-2.98-7.73V46.64c1.8 0 3.96.29 6.52 2.8 2.87 2.82 14.46 20.3 14.46 20.31.02.03 2.46 3.37 3.22 5.93h17.03c-1.19-1.02-2.45-2.29-3.75-3.77m-31.03-35.72c-2.93 0-4.38-.17-6.46-.4V15.36c1.58 0 3.42-.14 5.7-.14 6.03 0 14.43.94 14.38 10.49 0 9.64-8.07 10.49-13.62 10.49zm96.97 35.72c-5.07-5.79-13.39-20.22-18.31-25.14-.64-.64-1.18-1.11-1.83-1.63 14.76-4.77 14.92-16.29 14.92-19.44 0-14.15-9.78-21.12-22.78-21.12h-24.27c2.17 2.09 2.98 2.98 2.98 7.73v55.64c0 4.75-.81 5.65-2.98 7.73h17.77c-2.17-2.08-2.98-2.98-2.98-7.73V46.64c1.8 0 3.96.29 6.52 2.8 2.87 2.82 14.46 20.3 14.46 20.31.02.03 2.46 3.37 3.22 5.93h17.03c-1.19-1.02-2.45-2.29-3.75-3.77m-31.03-35.72c-2.93 0-4.38-.17-6.46-.4V15.36c1.58 0 3.42-.14 5.7-.14 6.03 0 14.43.94 14.38 10.49 0 9.64-8.07 10.49-13.62 10.49z"/>
</svg>
)
import { FerragamoLogo } from "@/assets/icons/ferragamoLogo"
export default function Example() {
return <FerragamoLogo 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.