Moovit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moovit 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/344104.svg" alt="Moovit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344104.svg" alt="Moovit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344104.svg" alt="Moovit icon" :width="24" :height="24" />
CSS background
.icon-moovit {
background-image: url('https://proicons.com/icon/344104.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M24,43.5S39.4957,31.4872,39.4957,19.9957a15.4957,15.4957,0,0,0-30.9914,0C8.5043,31.4872,24,43.5,24,43.5"/><circle class="b" cx="17.2032" cy="18.555" r="0.75"/><path class="a" d="M28.75,22.3219A8.0108,8.0108,0,0,1,24,24a8.0108,8.0108,0,0,1-4.75-1.6781"/><circle class="b" cx="30.7968" cy="18.555" r="0.75"/></svg>
Copied!