Tesla Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tesla 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/333817.svg" alt="Tesla icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333817.svg" alt="Tesla icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333817.svg" alt="Tesla icon" :width="24" :height="24" />
CSS background
.icon-tesla {
background-image: url('https://proicons.com/icon/333817.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,10.28A50.8207,50.8207,0,0,1,24,6.0947,50.8207,50.8207,0,0,1,43.5,10.28"/><path class="a" d="M10.4786,14.6779A10.7215,10.7215,0,0,1,7.5557,12.8c4.22-2.4267,12.03-3.2592,12.03-3.2592L24,41.9053,28.414,9.5408s7.8108.8325,12.03,3.2592a10.7215,10.7215,0,0,1-2.9229,1.8779"/><polyline class="a" points="19.586 9.541 24 13.431 28.414 9.541"/></svg>
Tesla in other icon packs
Copied!