Ride With Gps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ride With Gps 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/332159.svg" alt="Ride With Gps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332159.svg" alt="Ride With Gps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332159.svg" alt="Ride With Gps icon" :width="24" :height="24" />
CSS background
.icon-ride-with-gps {
background-image: url('https://proicons.com/icon/332159.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M26.6871,12.7362c-2.0089-.134-6.757,4.0354-5.7431,5.2606.0045.0056.0171.0157.0192.0189.4261.6242,3.8681,3.6446,5.8295,4.6368.0108.0052,1.1112.557,1.2756.5839.6966.1144,1.2767-.451,1.6157-.7155,1.4432-1.036,3.2114-1.6559,5.1199-1.6559,4.7897,0,8.6959,3.9066,8.6959,8.6963s-3.8667,8.6959-8.6564,8.6959c-1.3396,0-2.5806-.4737-3.7159-1.0188-1.0335-.4961-1.8665-1.3589-2.5467-2.3011"/><path class="c" d="M24.3084,11.5498c2.1188-2.285,4.5742-2.1181,7.244-1.7157,1.453.219,2.6555,1.2875,2.6555,2.7653,0,1.5013-1.2245,2.7258-2.7258,2.7258s-2.7258-1.2245-2.7258-2.7258c0-.8033.3506-1.5272.9065-2.0268.4828-.4342,1.0681-.7557,1.7665-.7557"/><path class="c" d="M15.3189,21.5858c-.5339-.5105-1.3368-.5706-2.1226-.5706-4.7897,0-8.6963,3.9066-8.6963,8.6963s3.9066,8.6963,8.6963,8.6963c1.1602,0,2.2675-.2309,3.2838-.642,3.6481-1.354,6.6167-6.6373,7.413-10.39.4408-2.0789-1.6041-3.6225-2.1709-4.0833-.4135-.3366-2.616-1.531-3.5931-2.4253-2.935-2.6859-1.0671-5.0346-.5913-5.615,2.2881-2.7909,8.2397-2.5691,9.148-2.5194.2572,2.5257,2.7178,4.6518,4.8068,4.9597,1.454.2145,4.4045.0081,5.7287-.678"/></svg>
Copied!