Tesla One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tesla One 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/333818.svg" alt="Tesla One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333818.svg" alt="Tesla One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333818.svg" alt="Tesla One icon" :width="24" :height="24" />
CSS background
.icon-tesla-one {
background-image: url('https://proicons.com/icon/333818.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;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M7.5311,14.4853c5.2023-2.2544,10.7997-3.4558,16.4689-3.5347,5.6692.0789,11.2666,1.2803,16.4689,3.5347"/><path class="b" d="M12.5807,18.1996c-.9036-.391-1.7374-.9266-2.4686-1.586,3.564-2.0495,10.1601-2.7526,10.1601-2.7526l3.7281,27.3333,3.7279-27.3333s6.5967.7031,10.1601,2.7526c-.7312.6593-1.565,1.195-2.4686,1.586"/><polyline class="b" points="20.2722 13.8611 24 17.1465 27.7279 13.8611"/></svg>
Copied!