Formula E Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Formula E 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/340724.svg" alt="Formula E icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340724.svg" alt="Formula E icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340724.svg" alt="Formula E icon" :width="24" :height="24" />
CSS background
.icon-formula-e {
background-image: url('https://proicons.com/icon/340724.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"><path d="M36.7277,28.0173c.7776.3808-.1778,2.2747-1.441,3.5429-4.385,4.4026-9.7989,7.4124-16.141,7.8869-13.327.997-14.681-11.803-9.0958-18.093,5.311-5.9825,13.691-10.568,23.923-12.492,19.491-3.6655-6.252,21.651-17.651,17.262-.7925-.301-.5169-1.4359.6517-1.3673,5.8404.3429,11.776-3.307,18.304-11.121.7351-.8799,5.3699-6.2773-10.856,1.5627-20.26,9.7893-13.676,28.275,8.2999,15.208,2.732-1.6246,3.6589-2.5577,4.0058-2.3878l.0004-.0014Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!