Carvana Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carvana 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/338042.svg" alt="Carvana icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338042.svg" alt="Carvana icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338042.svg" alt="Carvana icon" :width="24" :height="24" />
CSS background
.icon-carvana {
background-image: url('https://proicons.com/icon/338042.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M38.5991,22.2862c9.8106-2.7627-2.2254-2.6986-2.2254-2.6986l-3.5606-4.8163-18.2556.004-3.0126,4.6831s-11.154.4994-1.963,3.2276l-3.9898,4.8315-.0409,14.6018,4.6531.1623.0979-1.5656,26.5744.0609.0703,1.7232,5.4613-.066-.001-14.8864-3.808-5.2615Z"/><path id="d" class="i" d="M11.5619,32.1437c-.4926,0-3.4149-.0116-5.2624-.8508,0,0-1.7266-1.0805.0658-3.8149,0,0,4.124-1.0512,5.1966,4.6657Z"/><path id="e" class="i" d="M36.4402,32.0384s1.8243.5251,5.5913-1.1367c0,0,.8988-.7443.0582-2.5648,0,0-3.2096-2.4425-5.6495,3.7015Z"/><path id="f" class="i" d="M33.439,31.5519c-11.2797-2.4653-19.4908-.0974-19.4908-.0974,0,0,8.5564,2.8598,19.4908.0974Z"/><path id="g" class="i" d="M13.0943,22.7299l3.052-5.408,15.1496-.0331,3.8227,5.4767-22.0243-.0356Z"/><ellipse id="h" class="i" cx="23.8888" cy="7.8277" rx="10.5331" ry="2.3277"/></g></svg>
Copied!