How to use the Fendi icon
import { FendiLogo } from "@/assets/icons/fendiLogo"
export default function Example() {
return <FendiLogo width="32px" height="32px" />
}Brands icon
Copy the Fendi 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/1143433966
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const FendiLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 400 243.6" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M331.02 5.96c26 .11 51.99-.01 77.99.06 9.43.65 18.89.03 28.33.38-.45 8.43-.32 16.86-.32 25.3-26.26 0-52.52-.06-78.78.03-.01 12.59.03 25.19-.01 37.79 14.74.01 29.48.07 44.21-.04.07 8.05-.03 16.1.07 24.15-14.75.18-29.51-.05-44.26.11.05 31.72-.14 63.43.1 95.14-9.23.2-18.46.2-27.69.01.3-26.96-.25-53.93.34-80.88 0-34.02-.05-68.04.02-102.05" transform="translate(-3.872 -.803)scale(.5066)"/><path d="M446.7 6.03c9.2-.02 18.4-.1 27.6.04-.24 24.32.26 48.66-.31 72.97.02 28.67 0 57.33.01 86-.04 7.99.17 15.99-.35 23.97-14.89.22-29.76-.47-44.64-.31-20.4.02-40.79-.04-61.18.04.01-8.48.29-16.96.18-25.44 26.22.03 52.44-.03 78.67.04.15-12.69.03-25.38.05-38.06-14.74-.04-29.47-.05-44.21-.01-.02-8.06.03-16.13-.02-24.19 14.74-.25 29.49.08 44.24-.17-.01-31.63.05-63.26-.04-94.88M12.75 268.75c46.49 0 92.97.04 139.46-.02.05 12.5.1 25-.02 37.51-32.83-.01-65.67-.03-98.51.01.02 15.69-.02 31.39.02 47.08 28.75-.06 57.5-.01 86.24-.02.16 12.46-.03 24.92.1 37.38-28.78-.03-57.55.03-86.32-.03-.07 29.56-.04 59.12-.02 88.68-13.63-.15-27.26-.15-40.89-.01-.15-70.19-.02-140.39-.06-210.58M179.33 479.34c-.05-70.22-.06-140.44.01-210.66 48.04.15 96.09.07 144.14.04.01 12.51-.05 25.02.03 37.52-34.69 0-69.39-.06-104.08.04.11 14.68.01 29.37.05 44.06 31.86-.08 63.71-.03 95.57-.03-.12 12.45.02 24.91-.09 37.36-31.82.03-63.65.05-95.47-.02-.08 18.02.08 36.04-.08 54.05 36.26.12 72.52.02 108.79.05.09 12.5.09 25 0 37.51-49.62.04-99.25-.13-148.87.08M358.97 268.68c14.44.11 28.88.14 43.32 0 26.05 48.93 52.09 97.86 78.19 146.76.09-48.89.08-97.78 0-146.66 12.73-.07 25.46.02 38.19-.05.06 70.19.05 140.38.01 210.57-13.62-.1-27.24-.04-40.85-.04a61839 61839 0 0 0-80.36-150.23c.01 50.1.02 100.19-.01 150.29-12.83-.11-25.67-.16-38.51.03.09-70.22.05-140.45.02-210.67M557.77 268.72c29.74.09 59.48 0 89.22.05 16.31.26 33.01 4.86 45.58 15.63 13.17 10.32 20.86 25.88 25.67 41.57 4.06 14.29 5.54 29.19 5.79 44.01-.59 22.89-3.82 46.33-14.39 66.93-6.62 14.27-17.65 26.58-31.47 34.17-10.13 5.51-21.7 7.83-33.14 8.13-29.06.14-58.13-.11-87.19.13-.2-70.21-.06-140.42-.07-210.62m40.53 36.7c-.11 45.71-.06 91.42-.03 137.13 12.93-.06 25.85 0 38.78-.03 5.29-.14 10.69-.8 15.57-2.94 9.45-3.9 16.16-12.35 20.61-21.28 7.51-16.28 9.15-34.62 8.66-52.33-.45-16.97-3.03-35.14-14.22-48.62-6.73-8.34-17.87-11.11-28.09-11.78-13.76-.25-27.52.05-41.28-.15M751.38 479.39c-.15-70.24-.13-140.48-.01-210.72 13.61.2 27.23.05 40.84.06.06 70.17.09 140.35-.01 210.53-13.61.06-27.22-.2-40.82.13" transform="translate(-3.872 -.803)scale(.5066)"/>
</svg>
)
import { FendiLogo } from "@/assets/icons/fendiLogo"
export default function Example() {
return <FendiLogo 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.