Luxauto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Luxauto 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/328734.svg" alt="Luxauto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328734.svg" alt="Luxauto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328734.svg" alt="Luxauto icon" :width="24" :height="24" />
CSS background
.icon-luxauto {
background-image: url('https://proicons.com/icon/328734.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="M16.478,28.4939c0,2.0932-1.6966,3.7903-3.7898,3.7909-2.0932.0006-3.7908-1.6956-3.7919-3.7888s1.6945-3.7912,3.7877-3.793,3.7917,1.6935,3.794,3.7867v.0042Z"/><path id="d" class="g" d="M38.6945,28.4939c0,2.0932-1.6966,3.7903-3.7898,3.7909-2.0932.0006-3.7908-1.6956-3.7919-3.7888s1.6945-3.7912,3.7878-3.793c2.0932-.0017,3.7917,1.6935,3.794,3.7867v.0042Z"/><path id="e" class="g" d="M9.0673,29.861l-2.9416-1.3322c-.7742-.3506-1.676-1.0444-1.6236-2.1194l.2143-4.9908,3.113-.7916,4.7928-2.9504c1.5834-.9747,3.7813-1.7529,5.2214-1.9053.7595-.0804,4.9733-.1375,7.1637.2946l8.2941,4.8571,6.1477.955c2.146.3334,3.1392,1.2982,3.7806,2.9646.3155.8199.2978,2.3714.2282,2.7006-.0764.3619-.4909,1.4703-.8373,1.8167-.5782.5782-4.077.4068-4.077.4068"/><path id="f" class="g" d="M15.959,30.5504h15.7571"/></g></svg>
Copied!