How to use the Bottega Veneta icon
import { BottegaVenetaLogo } from "@/assets/icons/bottegavenetaLogo"
export default function Example() {
return <BottegaVenetaLogo width="32px" height="32px" />
}Brands icon
Copy the Bottega Veneta 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/1132557774
// Asset license: Public domain textlogo
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const BottegaVenetaLogo = ({ width = "40px", height = "40px", color = "#000000", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 500 53.6" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M182.358 217.749c-.464-.235-.641-.623-1.041-1.569-.498-1.175-6.088-14.997-6.088-14.997l-.55.001s-4.754 11.833-6.27 15.2c-.535 1.188-.744 1.534-2.11 1.568v.073h4.794v-.073c-1.383-.057-2.51-.16-1.826-1.948.435-1.139 1.292-3.326 1.513-3.892h7.25c.228.595 1.14 2.973 1.495 3.888.64 1.649.187 1.903-1.815 1.952v.073h5.643v-.073c-.336-.007-.691-.048-.995-.203m-4.471-6.002h-6.962l3.5-8.722zM304.083 217.749c-.464-.235-.641-.623-1.043-1.569-.496-1.175-6.086-14.997-6.086-14.997l-.551.001s-4.753 11.833-6.27 15.2c-.534 1.188-.743 1.534-2.109 1.568v.073h4.793v-.073c-1.382-.057-2.51-.16-1.827-1.948a680 680 0 0 1 1.515-3.892h7.25c.228.595 1.14 2.973 1.494 3.888.64 1.649.188 1.903-1.814 1.952v.073h5.643v-.073c-.338-.007-.691-.048-.995-.203m-4.471-6.002h-6.962l3.5-8.722zM162.817 211.878h-.91v5.285c-2.047.738-3.537 1.218-6.288 1.218-5.254 0-8.911-3.302-8.911-8.646 0-3.561 1.81-6.74 5.156-8.141 1.436-.601 3.009-.765 4.553-.765 1.916 0 3.773.552 5.605 1.052l-.43 3.072h-.062c-.037-1.195-.06-2.029-.468-2.4-1.075-.978-3.055-1.538-4.97-1.538-4.905 0-7.55 3.554-7.55 8.224 0 4.689 2.851 8.764 7.842 8.764 1.498 0 2.654-.303 4.013-.909v-5.216h-2.703v-.301h5.123zM141.237 201.195c-.154.804-.279 2.094-.359 3.148h-.06a19 19 0 0 0-.185-2.212c-1.168-.517-2.864-.68-4.129-.68-1.275 0-2.415.09-3.432.175v7.61l2.905.002c.912 0 1.656-.044 2.416-.125.769-.083.884-.189.985-2.091h.099a61 61 0 0 0 0 4.918h-.099c-.058-.96-.063-1.51-.231-1.811-.365-.649-2.009-.63-3.238-.63l-2.837.002v7.935c1.387.085 2.778.165 4.168.165 1.278 0 2.564-.032 3.61-.542.24-.84.47-1.804.617-2.607h.108a63 63 0 0 0-.243 3.573h-12.154v-.073c1.014-.04 1.521-.012 1.895-.357.386-.355.406-1.195.445-1.951a52 52 0 0 0 .051-2.404v-7.265c0-.993-.027-1.882-.04-2.392-.025-.987-.125-1.665-.46-1.93-.4-.315-.865-.345-1.879-.385v-.073zM269.195 201.195c-.153.804-.277 2.094-.36 3.148h-.058a19 19 0 0 0-.185-2.212c-1.168-.518-2.863-.68-4.13-.68-1.274 0-2.414.09-3.432.175v7.61l2.904.002c.914 0 1.656-.044 2.418-.125.768-.083.883-.189.985-2.091h.097a62 62 0 0 0 0 4.918h-.097c-.058-.96-.063-1.51-.233-1.811-.364-.649-2.007-.63-3.236-.63l-2.838.002v7.935c1.387.085 2.78.165 4.17.165 1.277 0 2.563-.032 3.61-.542.24-.84.468-1.804.615-2.607h.108a63 63 0 0 0-.244 3.573h-12.152v-.073c1.013-.04 1.521-.012 1.895-.357.386-.355.405-1.195.445-1.951a52 52 0 0 0 .051-2.404v-7.265c0-.993-.028-1.882-.041-2.392-.024-.987-.124-1.665-.459-1.93-.4-.315-.865-.345-1.879-.385v-.073zM227.362 201.195c-.153.804-.278 2.094-.359 3.148h-.06a18 18 0 0 0-.185-2.212c-1.168-.518-2.863-.68-4.129-.68-1.275 0-2.415.09-3.431.175v7.61l2.904.002c.913 0 1.656-.044 2.416-.125.769-.083.884-.189.986-2.091h.098a61 61 0 0 0 0 4.918h-.098c-.059-.96-.064-1.51-.232-1.811-.364-.649-2.009-.63-3.238-.63l-2.836.002v7.935c1.386.085 2.779.165 4.167.165 1.278 0 2.564-.032 3.61-.542.242-.84.47-1.804.617-2.607h.108a63 63 0 0 0-.243 3.573h-12.154v-.073c1.015-.04 1.521-.012 1.896-.357.386-.355.405-1.195.444-1.951a52 52 0 0 0 .051-2.404v-7.265c0-.993-.027-1.882-.04-2.392-.025-.987-.125-1.665-.46-1.93-.399-.315-.864-.345-1.879-.385v-.073zM249.544 218.025h-1c-3.957-5.101-8.785-11.21-12.294-15.677v10.78c0 1.12.028 1.849.06 2.771.06 1.759.22 2.001 2.023 2.053v.073h-4.523v-.072c1.844-.055 1.93-.322 2.025-2.06.028-.495.053-1.474.053-2.124v-10.96c0-1.254-1.163-1.515-2.186-1.541v-.073h3.82c3.066 4.457 9.602 12.47 11.66 14.919v-10.021c0-1.12-.03-1.849-.062-2.772-.06-1.758-.22-2-2.023-2.052v-.074h4.512v.074c-1.842.055-1.927.32-2.024 2.06a47 47 0 0 0-.04 2.124zM102.942 201.662c.991 0 1.855.033 2.517.102.681.071.848.22.958.877.07.424.166 1.702.182 1.902h.1l.156-3.348h-13.02l.09 3.348h.1c.02-.2.142-1.478.22-1.901.123-.658.292-.807.974-.878a26 26 0 0 1 2.52-.103H99.6v13.994c0 2.156-.376 2.248-2.298 2.297v.073h6.131v-.073c-2.2-.055-2.25-.22-2.249-2.882v-13.409zM120.614 201.662c.993 0 1.856.033 2.519.102.681.071.847.22.956.877.071.424.168 1.702.184 1.902h.1l.156-3.348h-13.021l.09 3.348h.1c.021-.2.141-1.478.221-1.901.123-.658.291-.807.974-.878a26 26 0 0 1 2.52-.103h1.861v13.994c0 2.156-.377 2.248-2.299 2.297v.073h6.13v-.073c-2.2-.055-2.248-.22-2.247-2.882v-13.409zM283.352 201.662c.991 0 1.855.033 2.517.102.681.071.846.22.956.877.072.424.168 1.702.184 1.902h.1l.156-3.348h-13.02l.09 3.348h.1c.02-.2.14-1.478.22-1.901.123-.658.292-.807.974-.878a26 26 0 0 1 2.52-.103h1.861v13.994c0 2.156-.377 2.248-2.298 2.297v.073h6.13v-.073c-2.2-.055-2.249-.22-2.248-2.882v-13.409zM89.418 209.054c0 5.249-3.68 9.339-9.029 9.339-5.13 0-8.052-3.739-8.052-8.659 0-5.248 3.416-8.905 8.722-8.905 5.08 0 8.359 3.093 8.359 8.225m-1.779.825c0-4.521-2.017-8.73-7.101-8.73-4.459 0-6.478 3.489-6.478 7.567 0 4.403 2.062 9.298 7.148 9.298 4.672 0 6.431-4.048 6.431-8.135M56.233 203.559c-.038-1.218-.086-1.699-.444-1.968-.291-.218-.775-.3-1.614-.323v-.073l7.522.003c2.111 0 4.131.547 4.131 3.061 0 2.18-2.144 3.941-4.216 4.378 2.655.298 5.036 1.14 5.036 4.098 0 2.155-1.669 5.29-6.35 5.29h-4.951c.643-.334.74-.474.826-1.58.067-.868.106-1.79.106-2.88l.001-7.613c0-.93-.03-1.87-.047-2.393m7.926 1.109c0-2.358-1.662-3.232-4.022-3.232-.793 0-1.655.107-2.358.267v6.872l1.531.004c3.432 0 4.85-1.244 4.85-3.911m.765 8.385c0-3.124-1.668-4.185-4.837-4.185h-2.309v8.627c.689.151 1.514.27 2.28.27 3.843 0 4.866-2.471 4.866-4.712M211.118 201.268c-.641.032-.836.078-1.131.38-.36.366-.548.852-1.108 2.302-.814 2.103-3.485 9.118-4.576 11.967-.3.782-.631 1.72-.779 2.396h-.67c-.155-.95-5.29-14.288-5.68-15.296-.459-1.19-.645-1.62-2.069-1.75v-.072h5.675v.073h-.486c-1.652 0-1.771.499-1.431 1.553.637 1.976 4.215 11.507 4.937 13.347 0 0 3.904-10.273 4.55-12.27.6-1.858.392-2.054-.015-2.341-.31-.22-1.092-.252-1.703-.29v-.072h4.486z" transform="translate(-93.643 -374.205)scale(1.9131)"/>
</svg>
)
import { BottegaVenetaLogo } from "@/assets/icons/bottegavenetaLogo"
export default function Example() {
return <BottegaVenetaLogo 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.