Auto Club Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Auto Club 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/322209.svg" alt="Auto Club icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322209.svg" alt="Auto Club icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322209.svg" alt="Auto Club icon" :width="24" :height="24" />
CSS background
.icon-auto-club {
background-image: url('https://proicons.com/icon/322209.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="17.6347" cy="21.3036" rx="13.1347" ry="8.3109"/><path class="c" d="m9.7805,27.9631c-2.7282,2.8043-4.0096,5.231-3.2037,6.6269.9297,1.6102,4.4355,1.501,9.1581.0224"/><path class="c" d="m31.243,27.0395c8.2346-5.35,13.4589-11.1351,12.0187-13.6295-1.3177-2.2824-7.8113-1.1102-15.6091,2.5195"/><line class="c" x1="20.5878" y1="23.7327" x2="15.1465" y2="23.7327"/><polyline class="c" points="13.7989 29.0526 17.8672 12.9927 21.9354 29.0526"/><line class="c" x1="13.7574" y1="24.105" x2="8.3161" y2="24.105"/><polyline class="c" points="7.6158 26.6761 11.0367 14.1167 14.4107 26.5037"/><line class="c" x1="27.3767" y1="24.159" x2="21.9354" y2="24.159"/><polyline class="c" points="21.2897 26.5037 24.656 14.2794 27.9963 26.4092"/></svg>
Copied!