Brand Louis Vuitton Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Louis Vuitton icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305170.svg" alt="Brand Louis Vuitton icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305170.svg" alt="Brand Louis Vuitton icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305170.svg" alt="Brand Louis Vuitton icon" :width="24" :height="24" />
CSS background
.icon-brand-louis-vuitton {
background-image: url('https://proicons.com/icon/305170.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M807 139L547 752l-71-157 132-361c10-28 45-40 104-40l20-55H424l-20 55c44 0 62 12 55 40l-66 183-129-278c-24-30-12-45 35-45V29H0v65c56 0 91 15 106 45l218 466-102 273c-2 37-60 55-171 55l-21 55h852l118-252h-62c-57 130-124 197-199 197H348l58-154 50 99h111l315-739c15-45 53-69 114-69V12H739v58c78 0 100 24 68 69z"/></svg>
Copied!