Brand Lexus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Lexus 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/305163.svg" alt="Brand Lexus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305163.svg" alt="Brand Lexus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305163.svg" alt="Brand Lexus icon" :width="24" :height="24" />
CSS background
.icon-brand-lexus {
background-image: url('https://proicons.com/icon/305163.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="M733 171l-21 31c152 72 214 166 214 298 1 35-8 73-31 109H449c-26 0-30-30-20-47 39-70 80-132 127-196 45-60 89-116 136-175 12-17 4-32-21-37-52-11-106-19-172-19C134 135 0 345 0 500c0 169 135 365 500 365 203 0 335-66 412-150h-77c-68 62-183 106-335 106-309 0-423-173-423-323 2-134 124-318 431-324 11 0 20 10 12 20-52 65-202 273-219 300-32 52-35 77-36 94-1 16-1 45 25 70 45 39 108 33 163 33h458c20 0 25-6 36-20 37-56 53-117 53-171 0-116-75-263-267-329z"/></svg>
Copied!