Ride Mode Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ride Mode 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/346717.svg" alt="Ride Mode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346717.svg" alt="Ride Mode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346717.svg" alt="Ride Mode icon" :width="24" :height="24" />
CSS background
.icon-ride-mode {
background-image: url('https://proicons.com/icon/346717.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;}</style></defs><path class="a" d="M40.1469,20.3775l1.7337,14.9282A6.4444,6.4444,0,0,1,33.58,42.2076L17.25,37.17A15.5637,15.5637,0,0,1,6.0819,22.0574q.0186-.59.0774-1.189a17.1111,17.1111,0,0,1,33.9876-.4909Z"/><path class="a" d="M41.8806,35.3062,15.4464,22.7456a2.6611,2.6611,0,0,1,1.1421-5.0647H39.57"/><line class="a" x1="37.7764" y1="17.6809" x2="27.9021" y2="28.6641"/><line class="a" x1="22.3267" y1="26.0149" x2="30.2513" y2="17.6809"/></svg>
Copied!