Reseaux Mobiles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reseaux Mobiles 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/332101.svg" alt="Reseaux Mobiles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332101.svg" alt="Reseaux Mobiles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332101.svg" alt="Reseaux Mobiles icon" :width="24" :height="24" />
CSS background
.icon-reseaux-mobiles {
background-image: url('https://proicons.com/icon/332101.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="M5.5,19.1477c6.3678-5.6975,11.4333-7.728,21.4871-7.5269M33.9725,13.3243c4.558,1.6758,6.0523,2.8498,8.5275,5.7563"/><path class="c" d="M12.8063,26.5883c3.7536-3.2174,5.6291-4.0529,9.6508-4.388M32.0565,23.7846c2.0646.4409,3.8742,2.1912,4.2898,3.0164"/><path class="c" d="M20.1789,33.3581c-1.9103,4.4239,6.0326,6.8369,7.2391,1.7427l4.558-24.3989c.0355-.5806-1.2454-.9354-1.5417-.4022l-10.2553,23.0583Z"/></svg>
Copied!