Advance Auto Parts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Advance Auto Parts 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/321408.svg" alt="Advance Auto Parts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321408.svg" alt="Advance Auto Parts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321408.svg" alt="Advance Auto Parts icon" :width="24" :height="24" />
CSS background
.icon-advance-auto-parts {
background-image: url('https://proicons.com/icon/321408.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M20.631,10.4749c13.8444,2.7064,12.4354-1.1023,21.869-.4568"/><path class="b" d="M11.6314,37.0737c13.8444,2.7064,12.4354-1.1024,21.869-.4568"/><path class="b" d="M13.4293,31.7539c13.8444,2.7064,12.4354-1.1023,21.869-.4568"/><path class="b" d="M15.2413,26.4342c13.8444,2.7064,12.4354-1.1023,21.869-.4568"/><path class="b" d="M17.0292,21.1144c13.8444,2.7064,12.4354-1.1023,21.869-.4568"/><path class="b" d="M18.8281,15.7946c13.8444,2.7064,12.4354-1.1023,21.869-.4568"/><path class="b" d="M17.4851,10.4819h-2.9856l-8.9996,26.5988h2.9856l8.9996-26.5988Z"/><path class="b" d="M20.631,10.4749l-8.9996,26.5988,8.9996-26.5988Z"/><path class="b" d="M27.4197,11.4108l-8.9996,26.5988,8.9996-26.5988Z"/><path class="b" d="M34.6814,10.6849l-8.9996,26.5988,8.9996-26.5988Z"/><path class="b" d="M42.5,10.0189l-8.9996,26.5988,8.9996-26.5988Z"/></svg>
Copied!