Offlinemaps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Offlinemaps 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/345106.svg" alt="Offlinemaps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345106.svg" alt="Offlinemaps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345106.svg" alt="Offlinemaps icon" :width="24" :height="24" />
CSS background
.icon-offlinemaps {
background-image: url('https://proicons.com/icon/345106.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m4.5,35.6753l10.0021-12.6454,6.5132,1.3966,6.3632-1.6095,6.8163,1.5082,9.3053,13.9483-12.9086-1.9407-12.7656,2.1071-13.3259-2.7645Z"/><path class="b" d="m21.0144,24.4263l-3.1895,14.0134"/><path class="b" d="m30.5911,36.3327l-3.2132-13.5165"/><path class="b" d="m15.4958,27.1438l-5.2471-17.5837,12.0706,2.6369-8.851,7.9356"/><path class="b" d="m29.8311,25.3954l.6061-13.9401,7.5862,6.5208-7.8853,2.4379"/></svg>
Copied!