Geovelo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geovelo 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/341027.svg" alt="Geovelo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341027.svg" alt="Geovelo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341027.svg" alt="Geovelo icon" :width="24" :height="24" />
CSS background
.icon-geovelo {
background-image: url('https://proicons.com/icon/341027.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="M33.74,24.53l3.5,1.6-1.6,3.7m-23.7-3.4a20.3,20.3,0,0,1,3.9-6.9,11.43,11.43,0,0,1,4.1-3.1c2.4-1.1,7.4-2.7,9.9-1.2,1.2,1.1-1.1,2.8-3.3,5.9a5.72,5.72,0,0,0-1.1,4.7,3.65,3.65,0,0,0,3.9,2.5,15.46,15.46,0,0,0,5.8-1.4,12.15,12.15,0,0,0,2-.9m-19.5-4.3a7.27,7.27,0,0,1,0,9.4A7.44,7.44,0,1,1,12.94,19"/><path class="a" d="M28.74,25.93a7.43,7.43,0,0,1,14.6-.5,7.31,7.31,0,0,1-4.3,8.4,7.41,7.41,0,0,1-9.1-2.7"/><path class="a" d="M14,13.63c6-.7,2.5,5.2,1.8,6"/></svg>
Copied!