Stumbler Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stumbler 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/347965.svg" alt="Stumbler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347965.svg" alt="Stumbler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347965.svg" alt="Stumbler icon" :width="24" :height="24" />
CSS background
.icon-stumbler {
background-image: url('https://proicons.com/icon/347965.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M6.19,12C9.87,7.35,16.65,4.5,24,4.5S38.13,7.35,41.81,12"/><path class="cls-1" d="M13.89,19C16,16.52,19.79,15,23.94,15s8,1.5,10.05,3.95"/><path class="cls-1" d="M23.94,23.46a7.38,7.38,0,0,0-6.06,11.6l6.06,8.44,6-8.44h0a7.38,7.38,0,0,0-6-11.6Zm0,4.92a2.46,2.46,0,0,1,2.46,2.46h0a2.46,2.46,0,0,1-2.46,2.46h0a2.47,2.47,0,0,1-2.47-2.46h0a2.47,2.47,0,0,1,2.47-2.46Z"/></svg>
Copied!