Ridemovi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ridemovi 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/332160.svg" alt="Ridemovi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332160.svg" alt="Ridemovi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332160.svg" alt="Ridemovi icon" :width="24" :height="24" />
CSS background
.icon-ridemovi {
background-image: url('https://proicons.com/icon/332160.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="M20.4084,28.6126c.3857,4.3844-2.8559,8.2513-7.2403,8.637-4.3844.3857-8.2513-2.8559-8.637-7.2403-.3857-4.3844,2.8559-8.2513,7.2403-8.637.2356-.0207.4719-.031.7084-.0307"/><path class="b" d="M20.2669,21.3416c1.9038,0,7.3219,2.1675,7.3219,8.568.3673,4.386,4.2206,7.6437,8.6066,7.2764,4.386-.3673,7.6437-4.2206,7.2764-8.6066-.3673-4.386-4.2206-7.6437-8.6066-7.2764-1.1568.0969-2.2785.4453-3.2866,1.021l-6.6439-11.6048h-4.5262M20.2669,24.9273c2.1128.3509,3.4091,1.5423,3.889,3.5744"/></svg>
Copied!