Mobiliteitlu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobiliteitlu 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/343991.svg" alt="Mobiliteitlu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343991.svg" alt="Mobiliteitlu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343991.svg" alt="Mobiliteitlu icon" :width="24" :height="24" />
CSS background
.icon-mobiliteitlu {
background-image: url('https://proicons.com/icon/343991.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="M16.3376,34.9799V13.1777l3.4193.0403,9.2703,11.7084,8.1216-11.8723,2.1687.0175-.0465,22.0112c-.0709.0688-20.5456,6.8237-20.5457,6.8237-4.3043,1.8069-10.046-.6021-10.046-6.0073V7.125c0-.3154.208-1.678,1.5612-1.6234,0,0,26.1373,1.799,29.0803,2.2259h0"/></g></svg>
Copied!