Mobility Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobility 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/343992.svg" alt="Mobility icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343992.svg" alt="Mobility icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343992.svg" alt="Mobility icon" :width="24" :height="24" />
CSS background
.icon-mobility {
background-image: url('https://proicons.com/icon/343992.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="M19.57,24.75c1.07,1.11,1.63,1.43,2.65,1.39l.11-2.5H23.9M13.27,21.93h5.19c.13-2.21,1.15-3.74,3.8-4l.07,2.29H23.9M7.63,30.59s-2.76.09-2.89-.92a37.25,37.25,0,0,1,.1-9.23c.25-2.06,3.92-2.3,4.91-4.15.39-.74-.46-2.08.24-2.1,4.28-.16,8.43-.9,11.39-.68a15.91,15.91,0,0,1,7.36,2.32c2.48,1.48,4.49,3.13,6.84,4.39C38.1,21.58,41.15,21.85,43,24c.73.88.72,5.82-.13,6.25a8.49,8.49,0,0,1-4,.45m-.11-.11a3.93,3.93,0,1,1-3.93-3.93A3.93,3.93,0,0,1,38.71,30.6Zm-23.12,0h8.09m-8.15,0a3.93,3.93,0,1,1-3.93-3.93A3.93,3.93,0,0,1,15.53,30.59Z"/></svg>
Copied!