Ola Electric Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ola Electric 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/330572.svg" alt="Ola Electric icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330572.svg" alt="Ola Electric icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330572.svg" alt="Ola Electric icon" :width="24" :height="24" />
CSS background
.icon-ola-electric {
background-image: url('https://proicons.com/icon/330572.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><path class="b" d="m11.3531,16.9993c3.785,0,6.8531,3.1313,6.8531,7.0007s-3.0681,7.0007-6.8531,7.0007-6.8531-3.1313-6.8531-7.0007,3.0681-7.0007,6.8531-7.0007Z"/><path class="b" d="m20.3548,16.9993v14.0013h5.7283"/><path class="b" d="m28.2318,31.0007l7.6341-14.0013,7.6341,14.0013"/></svg>
Copied!