Mobileraker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobileraker 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/329429.svg" alt="Mobileraker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329429.svg" alt="Mobileraker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329429.svg" alt="Mobileraker icon" :width="24" :height="24" />
CSS background
.icon-mobileraker {
background-image: url('https://proicons.com/icon/329429.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m5.5,26.5775l18.6516,12.9382,18.3484-12.9382"/><path id="d" class="h" d="m7.3034,20.6644l16.6966,10.9166,16.6966-10.9166"/><path id="e" class="h" d="m9.3495,16.4696l14.9284,8.9961,14.3727-8.9961-14.3727-7.9853-14.9284,7.9853Z"/><path id="f" class="h" d="m16.018,16.975l7.9062-4.0432,8.0578,4.0432"/><path id="g" class="h" d="m19.7817,19.3503l4.2689-2.3754,4.1678,2.3754"/></svg>
Copied!