Times Car Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Times Car 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/334005.svg" alt="Times Car icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334005.svg" alt="Times Car icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334005.svg" alt="Times Car icon" :width="24" :height="24" />
CSS background
.icon-times-car {
background-image: url('https://proicons.com/icon/334005.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;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m14.5 19v-3.75c0-1.108.892-2 2-2h7c1.108 0 2 .892 2 2v3.75"/><rect class="b" x="11.5" y="19" width="17" height="5.5" rx="2" ry="2"/><rect class="b" transform="rotate(45)" x="45.571" y="-2.5" width="13.5" height="5" rx="2.5" ry="2.5"/><circle class="b" cx="20" cy="20" r="14.5"/><path class="b" d="m16 19c0-.9665.7835-1.75 1.75-1.75s1.75.7835 1.75 1.75"/><path class="b" d="m30.253 30.253 1.9706 1.9706"/><path class="b" d="m25.5 24.5v2.25m-11-2.25v2.25"/><circle class="c" cx="14.5" cy="21.75" r=".75"/><circle class="c" cx="25.5" cy="21.75" r=".75"/></svg>
Copied!