Volvo Cars Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Volvo Cars 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/349438.svg" alt="Volvo Cars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349438.svg" alt="Volvo Cars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349438.svg" alt="Volvo Cars icon" :width="24" :height="24" />
CSS background
.icon-volvo-cars {
background-image: url('https://proicons.com/icon/349438.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m35.8791,6.1026c-3.4046-2.2674-7.4819-3.6026-11.8791-3.6026C12.1257,2.5,2.5,12.1259,2.5,24s9.6257,21.5,21.5,21.5,21.5-9.6258,21.5-21.5c0-4.3973-1.3351-8.4746-3.6025-11.879"/><polygon class="cls-1" points="45.5 2.5 35.8733 2.5 39.9306 5.6893 37.9524 7.6675 40.3325 10.0476 42.3108 8.0693 45.5 12.1267 45.5 2.5"/><polyline class="cls-1" points="12.7543 20.7428 9.8772 27.2572 7 20.7428"/><rect class="cls-1" x="14.8387" y="20.7428" width="5.4286" height="6.5143" rx="2.7143" ry="2.7143"/><rect class="cls-1" x="35.5714" y="20.7428" width="5.4286" height="6.5143" rx="2.7143" ry="2.7143"/><polyline class="cls-1" points="33.4857 20.7428 30.6085 27.2572 27.7313 20.7428"/><polyline class="cls-1" points="23.1524 20.7428 23.1524 27.2572 27.4953 27.2572"/></svg>
Copied!